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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Can't create job...

RE: Can't create job...

From: <moyam_at_mtn.co.ug>
Date: Thu, 10 Oct 2002 00:28:36 -0800
Message-ID: <F001.004E556A.20021010002836@fatcity.com>


Like the previous mail, add a semi-colon at the end of the PROBLEM_MELDING
(i.e. 'PROBLEM_MELDING;')
 

-----Original Message-----
Sent: Thursday, October 10, 2002 10:58 AM To: Multiple recipients of list ORACLE-L

Hi!

I'm experiencing a weird problem here... Why can't I create this job???

SQL> variable jobno number;
SQL> begin
  2 dbms_job.submit(:jobno, 'PROBLEM_MELDUNG', sysdate, 'sysdate+1/3600');   3 commit;
  4 end;
  5 /
begin
*
ERROR at line 1:
ORA-06550: line 1, column 109:
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 79 
ORA-06512: at "SYS.DBMS_JOB", line 131 
ORA-06512: at line 2 

PROBLEM_MELDUNG is a procedure that updates a table in the user's schema. Nothing fancy.

This is 8.1.7 on Sun Solaris.

Thanks,
Helmut

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: moyam_at_mtn.co.ug

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Thu Oct 10 2002 - 03:28:36 CDT

Original text of this message

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