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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to SPAWN PL/SQL , NEW PROBLEM

Re: How to SPAWN PL/SQL , NEW PROBLEM

From: Dadak Jakub <indad_at_fce.vutbr.cz>
Date: 1997/05/21
Message-ID: <3382ABCF.5595@fce.vutbr.cz>#1/1

At first thank for answers

I was try package dbms_job but error occured:

I was try this example:

 execute
dbms_job.isubmit(122,'shop.se_cart_autoclear',sysdate,'sysdate+1');

 but system answer is:

SQLWKS> execute
dbms_job.isubmit(122,'shop.se_cart_autoclear',sysdate,'sysdate+1');

ORA-06550: line 1, column 116:
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 71
ORA-06512: at "SYS.DBMS_JOB", line 121
ORA-06512: at "SYS.DBMS_JOB", line 104
ORA-06512: at line 2

i recompile package dbms_job without errors procedure se_cart_autoclear working without errors

where is a problem ?

System: Oracle 7.3, NT

-- 
 (-------------------------------------------------------------------)

) Name : Ing. Jakub Dadak (Dadman) (
( E-mail : indad_at_fce.vutbr.cz )
) Homepage: http://ww2.fce.vutbr.cz/~smdad/ (
( Work : Programmer, Linux user, WWW surfer )
) Motto : Vsechno je jinak ! Things are different ! (
(-------------------------------------------------------------------) !!!!!!!!!!! zmena e-mailu smdad -> indad !!!!!!!!!!
Received on Wed May 21 1997 - 00:00:00 CDT

Original text of this message

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