Oracle DatabaseDiscussion related to Oracle database issues, queries, questions
The thread "Question on Using Ref Cursor" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.
Tom,I 've written a stored procedure which uses ref cursor. Following is how I 've written it :-create or replace package pkg_deptAS type rc_dept is ref cursor;end;/create or replace procedure sp_dept( t_deptno IN NUMB...
To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
The thread "Question on Using Ref Cursor" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.