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: DBMS_JOB starting job

Re: DBMS_JOB starting job

From: Tomek <tomek_at_mga.com.pl>
Date: Fri, 14 Dec 2001 21:05:05 +0100
Message-ID: <9vdm58$aru$1@news.onet.pl>


Hello
> When I create a job with SUBMIT and parameter NEXT_DATE=sysdate+(1/48)
> (starts in 30min.), and an interval of 30 min, the job never starts.
> The job is not broken.

Try put sysdate+(1/48) in quotes
example:
dbms_job.submit(jobno,'p_job_test;',sysdate,'sysdate+1/(24*60)');

it should work propely

regards

--
Tomek
--
+48 608 687 708
http://tomek.mga.com.pl
Received on Fri Dec 14 2001 - 14:05:05 CST

Original text of this message

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