Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sys_refcursor and Global Temp Table

SchneiderISJul 28 2011 — edited Jul 29 2011
I have a stored proc that returns a sys_refcursor that is a query from the Global Temporary Table. The problem is that I cannot get ODP.Net to return the results. It comes back empty every time.

The GTT is set for preserve on commit but ultimately I want to have it set to delete.

Does anyone have any experience with this and is willing to share some sample code for getting the values back from the stored proc?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2011
Added on Jul 28 2011
4 comments
998 views