ORA-01001 Invalid Cursor error intermittently inside a stored procedure
Our .NET web service is calling a stored procedure in an Oracle package and randomly, we are getting an ORA-01001 error in the procedure. Error is being captured by exception handler within the procedure. We are not opening explicit REF CURSORS in the procedure. Procedure works as expected for most of the users and randomly raises an exception. We could not recreate this error in any other environment except production and even there it is inconsistent. Procedure is not complicated; just a series of SQL statements doing selects and updates on tables.
DB Version: 10.2.0.4
Client/ODP.NET Version: 11.1.0.6
OPEN CURSORS property has been set to 2000.
0