Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Job
In article <956834361.356802_at_virtual.nextra.sk>,
"tony" <bobek_at_ba.ttc.sk> wrote:
> I have 8.05 on NT and problem are job queues.
> I created job and next i can run this job but consecutive job it
isn`t run
> in periodic time.
> A long time it was OK. I don`t know what happend.
> Can you help my anyone?
> Thanks.
>
> Table user_jobs:
> last_date next_date broken
> failures
> 25.4.2000 10:49:36 25.4.2000 12:49:36 N 0
>
> command for job:
> variable jobno number;
> begin
> DBMS_JOB.SUBMIT(:jobno
> ,'pc_mnozstv.i(0,0,1,null);'
> , SYSDATE
> ,'SYSDATE + 1/12');
> commit;
> end;
> /
>
On Win NT it is not sure that Oracle will start a job on schedule. It
depends on the workload of the computer. When the workload is low
Oracle run the job on schedule. When the workload is high Oracle has a
tendancy to delayed the job. I have seen this behavior quiet often.
The dbmsjob.sql file describe the job package maybe you can find
something interesting there.
>
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Apr 27 2000 - 00:00:00 CDT
![]() |
![]() |