How can I disable the first (or any) JDBC connection pool so that the Multipool goes directly to the next pool in the list?
A JDBC connection pool can be suspended either via the console, described at: http://e-docs.bea.com/wls/docs81/ConsoleHelp/jdbc_connection_pools.html#1115153, or by issuing the weblogic.Admin SUSPEND_POOL command for this pool, described at: http://e-docs.bea.com/wls/docs81/admin_ref/cli.html#1296729. For prior versions of WebLogic Server, the command to suspend a pool via weblogic.Admin is DISABLE_POOL.
Related Questions
- How does the high availability algorithm decide from which connection pool in the MultiPool list a connection will be used?
- How can I disable the first (or any) JDBC connection pool so that the Multipool goes directly to the next pool in the list?
- How do I resume a JDBC connection pool (in a Multipool) after the underlying database is back up again?