Page 1 of 1

Package Procedures with Ref_cursor as out Parameter

Posted: Tue 29 Jul 2008 17:10
by Walter Weiss
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!

Posted: Wed 30 Jul 2008 07:01
by Plash
This problem is fixed in the latest ODAC build. You should download the latest build.

Posted: Wed 30 Jul 2008 10:59
by Walter Weiss
Thank You :D