Hi lesstjm,
DBMS_OUTPUT.PUT_LINE doesn't accept a variable of type CURSOR - that's why you got the eror message. You have to pass to this procedure the result of the fetching (a number, varchar or date...), not the cursor itself.
Regards,
|
Results 1 to 6 of 6
Thread: dbms_output questionThreaded View
|
Click Here to Expand Forum to Full Width |