Package Procedures with Ref_cursor as out Parameter

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Walter Weiss
Posts: 7
Joined: Tue 18 Dec 2007 13:39

Package Procedures with Ref_cursor as out Parameter

Post by Walter Weiss » Tue 29 Jul 2008 17:10

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!

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 30 Jul 2008 07:01

This problem is fixed in the latest ODAC build. You should download the latest build.

Walter Weiss
Posts: 7
Joined: Tue 18 Dec 2007 13:39

Post by Walter Weiss » Wed 30 Jul 2008 10:59

Thank You :D

Post Reply