3 Replies Latest reply on Jan 5, 2004 9:14 PM by kundur

    Oracle Max Cursors Open

    kundur

      Hi,

      I have a database intensive application that is causing Maximum Open Cursors exception when run in JBoss server (version 3.2.2). However the same application runs fine on a Weblogic app server. I am using a Oracle type-4 JDBC driver (tried versions Oracle 8.1.6, 8.1.7 and 9i and did not help). I checked my application and made sure that there are no unclosed Connections or PreparedStatements.

      I downloaded the JBoss source code and was trying to find the source code that does the Connection Pooling, PreparedStatement caching but could not locate it.

      I am wondering if anyone has run into similar problems.

      Thanks

      Kundur