Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Stored procedure failed: maximum open cursors exceeded

Re: Stored procedure failed: maximum open cursors exceeded

From: <thomas.kyte_at_oracle.com>
Date: 27 Jan 2006 04:38:01 -0800
Message-ID: <1138365481.822367.314480@g14g2000cwa.googlegroups.com>


Anurag - I believe you have hit the nail on the head - it is likely that the thing CALLING the plsql procedure is the thing not closing the cursor - hence it is the cursor that runs this block of code that is building up - *not* the sql statements in the procedure itself. Received on Fri Jan 27 2006 - 06:38:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US