Menu

#16 DBMS Plug-in fails with max open cursors.

open
nobody
9
2004-08-09
2004-08-09
No

Failed to connect to DBMS or get Metadata. ORA-
01000: maximum open cursors exceeded

Following methods in
org.jewelbox.service.rdbms.model.Table need to close
record sets.

importColumnsFromDBMS

importPrimaryKeyColumnsFromDBMS

importForeignKeysFromDBMS

importIndexesFromDBMS

Discussion

  • Srikanth C. Paladugu

    • priority: 5 --> 9
     
  • Srikanth C. Paladugu

    Logged In: YES
    user_id=931769

    Rev1.3: Added try{}finall{} blocks to close the cursors (
    Result sets). Need to handle the case of SQLException throws
    while accessing the resultset followed by another
    SQLException while trying to close the ResultSet.

     

Log in to post a comment.