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 not running

Re: dbms_job not running

From: Dave <x_at_x.com>
Date: Tue, 06 Sep 2005 20:52:53 GMT
Message-ID: <FknTe.103718$G8.65000@text.news.blueyonder.co.uk>


job_queue_processes is set to what?

"Stan Hammer" <shammer_at_email.wcu.edu> wrote in message news:1126039834.122107.273980_at_g49g2000cwa.googlegroups.com...
>I have create a job using dbms_job.isubmit but the job just will not
> execute when scheduled. I am new to Oracle Job package and I cannot
> figure out why my scheduled job will not run when scheduled.
>
> If I run the job with dbms_job.run(1000) the job executes the procedure
> just fine.
>
> Any suggestions as to what I am doing wrong? Thanks in advance...
>
> ' created job to call package procedure using: Want to run every two
> minutes, every day of the week.
>
> begin
> dbms_job.isubmit(1000, 'mypackage.mysub;', SYSDATE,'SYSDATE +
> 2/1440');
> end;
>
> Query job and it Looks like everything is fine:
>
> SELECT job, next_date, next_sec, failures, broken, SUBSTR(what,1,40)
> DESCRIPTION,sysdate
> FROM user_jobs
>
> 1000,9/6/2005 4:42:31 PM,16:42:31,0,N,mypackage.mysub;,9/6/2005 4:47:13
> PM
>
Received on Tue Sep 06 2005 - 15:52:53 CDT

Original text of this message

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