How do I resume a JDBC connection pool (in a Multipool) after the underlying database is back up again?
Similarly, a JDBC connection pool can be enabled again via the console as described at: http://e-docs.bea.com/wls/docs81/ConsoleHelp/jdbc_connection_pools.html#1115166 or via a weblogic.Admin RESUME_POOL command: http://e-docs.bea.com/wls/docs81/admin_ref/cli.html#1300251. The name of this command in earlier WLS versions 6.1 and 7.0 is ENABLE_POOL.
Related Questions
- 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?
- What happens with a JDBC connection pool in a MultiPool configuration if a database is shut down?