Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What happens with a JDBC connection pool in a MultiPool configuration if a database is shut down?

0
Posted

What happens with a JDBC connection pool in a MultiPool configuration if a database is shut down?

0

The MultiPool will detect that a database is down through connection testing while a connection is retrieved from a pool. In other words, the MultiPool does not detect that a database for a JDBC connection pool is down. Instead, it tries to test and if necessary refresh a connection for one certain getConnection() call and, should this fail, will provide a connection from the next pool in the list. For WebLogic Server versions 8.1 SP3 / 7.0 SP5 and upwards, this is changed, i.e., if a connection request to one of the pools in the list fails, the pool is disabled temporarily and checked in regular intervals to see if the database is available again. Please check Enhancements for details.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123