Scheduled Jobs running twice [message #215819] |
Wed, 24 January 2007 00:36 |
ShaShalini
Messages: 59 Registered: January 2007
|
Member |
|
|
Hi Friends
I have scheduled a job to run every day at 1 AM in the morning. But I have noticed that for some days (not everyday) the jobs has run twice.
Any idea what may have caused the job to run twice.
Thanks
Shalini
|
|
|
|
|
|
Re: Scheduled Jobs running twice [message #216090 is a reply to message #215819] |
Wed, 24 January 2007 23:54 |
ShaShalini
Messages: 59 Registered: January 2007
|
Member |
|
|
I have used DBMS_JOB.Isubmit to submit the job . The view user_jobs contains a record whci shows that what program should be run and at what interval.
in My case the user_jobs contains the same date/time for NEXT_DATE and INTERVAL.
And I have noticed that for a particular date it run twice. Just wanted to know how it is possible ...
As the user_jobs contains only 1 record , it should run only once
|
|
|