A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
Managing WebLogic Components and Services 7-11
Table 7-3 Create New JDBC Pool dialog box fields (WebLogic Server 5.1)
Field Name Action
Pool Name name of the pool used within WebLogic; this name must be unique,
for example, NewJDBCpool
URL address used to locate the database to which the ppol connects;
there are three parts to this URL:
protocol
database type
database name
for example, jdbc:cloudscape:demo
JDBC Driver name of the driver specific to your database type; this is supplied by
the JDBC driver vendor (see your vendor documentation for more
information)
Initial Capacity number of connections to create in a new pool
Max Capacity maximum number of connections in the pool; this can be any number
greater than or equal to the initial capacity