Thursday 12 February 2015

How to call Procedure in Oracle


var c refcursor;

execute pkg_name.get_user('14232', '15', 'TDWL', 'SA', 1, :c);

print c;


Related Searches : Oracle Procedure call using command , Stored procedure call using cursor in Oracle.

Kindly Bookmark and Share it:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...