I have a Problem with Packages. I have to build a frontend to a existing database. I Use TOraStoredProcedures.Depending on the IN-Parameters the OUT-Parameter Ref_Cursor is filled or not. If the ref_cursor isn't filled an error occurs "maximum open cursors exceeded". After that i cannot close the session any more, and a few unknown errors are raised.
Try except doesnt help. First execute then open also.It is not possible to ask with a query wether the ref_cursor should be filled or not. What can i do to get rid of the problem.
I use direct mode!
Please help me!
Package Procedures with Ref_cursor as out Parameter
-
Walter Weiss
- Posts: 7
- Joined: Tue 18 Dec 2007 13:39