Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> JDBC Connection Pooling

JDBC Connection Pooling

From: David M. Holmes <nospam_david_m_holmes_at_yahoo.com>
Date: 2000/05/03
Message-ID: <PZ0Q4.4745$wb7.473282@news.flash.net>#1/1

Anybody know how to use the Oracle JDBC Connection Pooling/Caching? I have been using my own object pooling class and extending it to create a JDBC Connection Pool successfully for at least a year. I would prefer to use the standard pooling mechanism in the JDBC 2.0 Optional Package. But Oracle's implementation does not seem to provide the same functionality.

Briefly, I need to:
- have one instance of a pool for my JVM (singleton)

I have been using OracleConnectionPoolDataSource, PooledConnection, and OracleConnectionCacheImpl but cannot get the required functionality. Received on Wed May 03 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US