Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> submit ERROR

submit ERROR

From: <Marcos.Vera_at_msconsultores.com.pe>
Date: Thu, 26 Oct 2000 20:18:55 -0500
Message-Id: <10661.120371@fatcity.com>


HI GUYS ...
WHEN I TRY TO SUBMIT A JOB ..FOR EXAMPLE declare NSUBMIT BINARY_INTEGER;
BEGIN
DBMS_JOB.SUBMIT(NSUBMIT,'SPPRUEBA',SYSDATE); END; I GET THIS ERROR



The following error has occurred:
ORA-06550: line 1, column 102:
PLS-00103: Encountered the symbol "END" when expecting one of the following:

   := . ( @ % ;
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 Thu Oct 26 2000 - 20:18:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US