Technical data

B WebLogic Server Command-Line Interface Reference
B-34 Administration Guide
ENABLE_POOL
When a pool is enabled, 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.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
ENABLE_POOL poolName
Example
In the following example, a user with the name adminuser and the password
gumby1234 runs the ENABLE_POOL command to reestablish connections that have
been disabled (frozen):
java weblogic.Admin -url localhost:7001 -username adminuser
-password gumby1234 ENABLE_POOL myPool
Argument Definition
poolName
Name of the connection pool.