Re: [JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test running out of database cursors on HPUX11***

2004-01-06 Thread Nicholas
This is nearly always because the Statements, PreparedStatements, CallableStatements and ResultSets are not being closed properly. Make sure that: A. Finally blocks call the close() methods on each of those resources. Also make sure that the close() calls in the finally block are themselves in a t

[JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test running out of database cursors on HPUX11***

2004-01-06 Thread Sasidharan, Manoj
Hello All, When we run our stress test, the number of Oracle database cursors keep increasing. Finally the system crashes with "Max Cursors Exceeded error" from Oracle. Any tips on how to tackle this? Thanks and Best Regards MS --- This SF.ne