Skip to Main Content

SQL & PL/SQL

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!

Stored Proc to virtual table

2606008Feb 5 2014 — edited Feb 7 2014

Hello,

I am new to oracle development.   I have a stored procedure that used to output it's content to a file.  I need to convert this proc to output an in memory or temp table which will then be consumed via a .net app to display the results on a web form. 

I have read that you generally don't have to do this very often however however in my case the procedure does some heavy data manipulation.  can one give me an example of creating a virtual table to output the results to a refcursor?

Thanks for the assistance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2014
Added on Feb 5 2014
14 comments
5,637 views