Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> DBMS_SYS_SQL ERROR !!!
When we run an stored procedure it produces an error:
ERROR at line 1:
ORA-00933: SQL command not properly ended ORA-06512: at "SYS.DBMS_SYS_SQL", line 239 ORA-06512: at "SYS.DBMS_SQL", line 25 ORA-06512: at "PRUADM.BORRA_BOB_LIM", line 15 ORA-06512: at line 1
The same code works fine in other database, Have somebody any idea about because that error happen ?
The line that produces the error is fetch cursor_name INTO variable_name;
THANKS.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Wed Jul 28 1999 - 07:44:02 CDT
![]() |
![]() |