Thursday 12 February 2015

How to Create a Procedure with Single Column Output


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.

Kindly Bookmark and Share it:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...