Technical data
WebLogic Server Connection Pools Administration Command Reference
Administration Guide B-27
WebLogic Server Connection Pools
Administration Command Reference
Table B-2 presents an overview of WebLogic Server administration commands for
connection pools. The following sections describe command syntax and arguments,
and provide an example for each command.
For additional information about connection pools see Programming WebLogic JDBC
at
http://e-docs.bea.com/wls/docs61/jdbc/index.html and Managing
JDBC Connectivity in the Administration Guide at
http://e-docs.bea.com/wls/docs61/adminguide/jdbc.html.
Table B-2 WebLogic Server Administration Commands Overview—Connection Pools
Task Command Description
Create a Dynamic
Connection Pool
CREATE_POOL
Allows creation of connection pool while WebLogic Server is
running. Note that dynamically created connection pools cannot be
used with DataSources or TxDataSources.
See “CREATE_POOL” on page -29
Destroy a Connection
Pool
DESTROY_POOL
Connections are closed and removed from the pool and the pool dies
when it has no remaining connections. Only the “system” user or
users granted “admin” permission by an ACL associated with a
connection pool can destroy the pool.
See “DESTROY_POOL” on page -32.
Disable a Connection
Pool
DISABLE_POOL
You can temporarily disable a connection pool, preventing any
clients from obtaining a connection from the pool. Only the
“system” user or users granted “admin” permission by an ACL
associated with a connection pool can disable or enable the pool.
See “DISABLE_POOL” on page -33.
Enable a Connection
Pool
ENABLE_POOL
When a pool is enabled after it has been disabled, the JDBC
connection states for each in-use connection are exactly as they were
when the connection pool was disabled; clients can continue JDBC
operations exactly where they left off.
See “ENABLE_POOL” on page -34.