create or replace PROCEDURE CaseWhenExample(dtType in number,outputResult OUT SYS_REFCURSOR) is
BEGIN
OPEN outputResult FOR
select Name from student
END;
Related Searches : Oracle single column cursor result in Stored Procedure, Make Stored Procedure for single column output.
No comments:
Post a Comment