Return-Path: <root@fatcity.cts.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id g9A9rqk10565
 for <oracle-l@orafaq.net>; Thu, 10 Oct 2002 04:53:52 -0500
X-ClientAddr: 209.68.248.164
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id g9A9rpD10560
 for <oracle-l@orafaq.net>; Thu, 10 Oct 2002 04:53:51 -0500
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id AAA93605;
 Thu, 10 Oct 2002 00:32:56 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 004E54FE; Wed, 09 Oct 2002 23:58:23 -0800
Message-ID: <F001.004E54FE.20021009235823@fatcity.com>
Date: Wed, 09 Oct 2002 23:58:23 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Daiminger, Helmut" <Helmut.Daiminger@KirchGruppe.de>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Daiminger, Helmut" <Helmut.Daiminger@KirchGruppe.de>
Subject: Can't create job...
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 72; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: multipart/alternative;	boundary="----_=_NextPart_001_01C27029.8EF89120"
------_=_NextPart_001_01C27029.8EF89120
Content-Type: text/plain;
 charset="iso-8859-1"

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

------_=_NextPart_001_01C27029.8EF89120
Content-Type: text/html;
 charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Can't create job...</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi!</FONT>
</P>

<P><FONT SIZE=2>I'm experiencing a weird problem here... Why can't I create this job???</FONT>
</P>

<P><FONT SIZE=2>SQL&gt; variable jobno number;</FONT>
<BR><FONT SIZE=2>SQL&gt; begin</FONT>
<BR><FONT SIZE=2>&nbsp; 2&nbsp; dbms_job.submit(:jobno, 'PROBLEM_MELDUNG', sysdate, 'sysdate+1/3600');</FONT>
<BR><FONT SIZE=2>&nbsp; 3&nbsp; commit;</FONT>
<BR><FONT SIZE=2>&nbsp; 4&nbsp; end;</FONT>
<BR><FONT SIZE=2>&nbsp; 5&nbsp; /</FONT>
<BR><FONT SIZE=2>begin</FONT>
<BR><FONT SIZE=2>*</FONT>
<BR><FONT SIZE=2>ERROR at line 1:</FONT>
<BR><FONT SIZE=2>ORA-06550: line 1, column 109:</FONT>
<BR><FONT SIZE=2>PLS-00103: Encountered the symbol &quot;END&quot; when expecting one of the following:</FONT>
<BR><FONT SIZE=2>:= . ( @ % ;</FONT>
<BR><FONT SIZE=2>The symbol &quot;;&quot; was substituted for &quot;END&quot; to continue.</FONT>
<BR><FONT SIZE=2>ORA-06512: at &quot;SYS.DBMS_JOB&quot;, line 79</FONT>
<BR><FONT SIZE=2>ORA-06512: at &quot;SYS.DBMS_JOB&quot;, line 131</FONT>
<BR><FONT SIZE=2>ORA-06512: at line 2</FONT>
</P>

<P><FONT SIZE=2>PROBLEM_MELDUNG is a procedure that updates a table in the user's schema. Nothing fancy.</FONT>
</P>

<P><FONT SIZE=2>This is 8.1.7 on Sun Solaris.</FONT>
</P>

<P><FONT SIZE=2>Thanks,</FONT>
<BR><FONT SIZE=2>Helmut</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C27029.8EF89120--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Daiminger, Helmut
  INET: Helmut.Daiminger@KirchGruppe.de

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@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).

