cursor variables as parametersyou can declare the


Cursor Variables As Parameters

You can declare the cursor variables as the formal parameters of the functions and procedures. In the illustration below, you define the REF CURSOR type EmpCurTyp, and then the cursor variable is declare of that type as the proper parameter of a procedure:

DECLARE

TYPE EmpCurTyp IS REF CURSOR RETURN emp%ROWTYPE;

PROCEDURE open_emp_cv (emp_cv IN OUT EmpCurTyp) IS...

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: cursor variables as parametersyou can declare the
Reference No:- TGS0172704

Expected delivery within 24 Hours