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!

Reference cursor

009Jan 18 2009 — edited Jan 19 2009
Hi all,
I am trying out on a query which is like
Open C_REF_CUR1 for 'Select 1 from Dual';
and I want to store this result in a variable like num1, how can I do that?

Thanks
009
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2009
Added on Jan 18 2009
10 comments
416 views