Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem with DBMS_SQL.PARSE when called from Repots2.5
I am trying to run the following PL/SQL code from the Reports2.5 :
exec_var := DBMS_SQL.EXECUTE (cursor_handle);
DBMS_SQL.CLOSE_CURSOR(cursor_handle);
..
return (TRUE);
end;
^^^But when I compile/run a very similar code from Procedure Builder or SQL> prompt it works just fine. Any remedies or hints?
Thanks,
Adam Tadj.
Received on Thu Feb 20 1997 - 00:00:00 CST
![]() |
![]() |