Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: submit ERROR
I think you need a ; after sprueba.
declare NSUBMIT BINARY_INTEGER;
BEGIN
DBMS_JOB.SUBMIT(NSUBMIT,'SPPRUEBA;',SYSDATE);
END;
don't you?
Gabriel
Gabriel Galanternik Tesis OyS
:= . ( @ % ;
The symbol ";" was substituted for "END" to continue.
ORA-06512: at "SYS.DBMS_JOB", line 72 ORA-06512: at "SYS.DBMS_JOB", line 140 ORA-06512: at line 3 *****************************************************
WHY ??? SUGGESTIONS ?? BAD COMPILE ?? Received on Fri Oct 27 2000 - 08:56:09 CDT
![]() |
![]() |