I gave you the program wrong. It was like this:
declare
x mypackage.gencursor;
begin
mypackage.myprocedure(x);
for v1 in x loop
dbms_output.put_line(v1.name);
end loop;
end;
/
|
Results 1 to 3 of 3
Thread: DBMS_OUTPUT a Cursor??Threaded View
|
Click Here to Expand Forum to Full Width |