Technical data

WebLogic Server Connection Pools Administration Command Reference
Administration Guide B-35
EXISTS_POOL
Tests whether a connection pool with a specified name exists in the WebLogic Server.
You can use this method to determine whether a dynamic connection pool has already
been created or to ensure that you select a unique name for a dynamic connection pool
you want to create.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
EXISTS_POOL poolName
Example
In the following example, a user with the name adminuser and the password
gumby1234 runs the EXISTS_POOL command to determine wether or not a pool with a
specific name exists:
java weblogic.Admin -url localhost:7001 -username adminuser
-password gumby1234 EXISTS_POOL myPool
Argument Definition
poolName
Name of connection pool.