aspose file tools
The moose likes JDBC and the fly likes Help with OracleConnectionCacheImpl Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Help with OracleConnectionCacheImpl" Watch "Help with OracleConnectionCacheImpl" New topic
Author

Help with OracleConnectionCacheImpl

shilpa kulkarni
Ranch Hand

Joined: Jun 07, 2000
Posts: 87
Has anyone used OracleConnectionCacheImpl class for Connection Pooling? We are using Oracle 8i database and the thin Driver for Oracle, along with JRun 3.1 for an intranet application.
Many times the active size of the cache(i.e. no. of active connections) logs as -1, what can cause this?
In fact I think the active size of the cache is displayed wrongly even when it is a positive number (i am logging the size each time i open or close a connection)
There is pretty high activity, i.e. connections being opened and closed quite frequently. Can this be the cause?
Help!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Help with OracleConnectionCacheImpl
 
Similar Threads
Tomcat hanging
tomcat 4 and connection pool
oracle statement caching in connection pool
OracleConnectionCacheManager refresh problem
Query regarditng Connection Pooling