Re: JDBC Threads Locking up



Sameer,

From the stack it looks like you are using pre 10g Jdbc drivers. Try
using Jdbc 10g database. You may want to use Oracle Implicit
connection cache since, OracleConnectionCacheImpl has been derecated
since 10.1 and desupported in 10.2.

For documentation about Oracle Implicit Connection Cache look at
documents at
http://www.oracle.com/technology/oramag/oracle/04-jul/o44dev_jdbc.html

==
Ashok

.