Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: JOB interval 1 minute but last_date - next_date < 1 min
In message <3ea8f659$1_1_at_news.bluewin.ch> , Roman Grigoryan
<romich_at_dukascopy.com> writes
>JOB interval 1 minute but last_date - next_date < 1 min why?
>
>Job started in 15:00:00 then after 1 min have to be repeated, but the
>last_date wrote 15:00:02...
>
>
Have a look at your init.ora and the job_queue_interval, it's the number
of seconds between job 'runs'. I believe that the default is 60,
therefore no jobs will be repeated in less than 60 seconds.
Also, the job scheduler only attempts to meet your time requirements in a 'best endeavours' manner...
Andy
-- Andy Hardy. PGP ID: 0xA62A4849Received on Fri Apr 25 2003 - 13:06:47 CDT
![]() |
![]() |