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.

Which connection cache should I use, OracleConnectionCacheImpl or the new Implicit connection cache?

0
Posted

Which connection cache should I use, OracleConnectionCacheImpl or the new Implicit connection cache?

0

You should use the new Implicit connection caching mechanism. This new connection caching mechanism is driver independent. It provides access to connection caching via OracleDataSource, and supports a number of new features such as • connection attributes to stripe and reuse connections • a connection cache manager per VM to manage one or more connection caches • abandoned connection timeout to reclaim idle checked out connections etc. • Runtime Connection Load Balancing to allocate work to the best performing instancesNote that the old connection cache, OracleConnectionCacheImpl, is deprecated and will be desupported in the next major release.

Related Questions

What is your question?

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

Experts123