How to set connection pool size?
279661Apr 4 2005 — edited Apr 5 2005Hi,
How do I set the minimal and maximum pool sizes (as well as other properties, such as maxIdleTime and propertyCycle) for OracleConnectionPoolDataSource (or OracleDataSource) objects. I couldn't find the set methods in the javadoc. The OracleConnectionCacheImpl class has related methods. But this class has been deprecatedw with a note "Use JDBC Implicit Connection Caching instead". Thanks a lot!
LB