Regarding DBMS_JOBS [message #60978] |
Wed, 17 March 2004 17:14 |
Hiren Patel
Messages: 10 Registered: May 2002
|
Junior Member |
|
|
- -
- Hi Friends
I have create a procedure which executes everymorning at 5'oclcok,b by Dbms_job package,but what if i shutdown oracle at night and start oracle database after 7.00 am what will happen ? Does that procedure will execute or not ? Should i make oracle available 24 hours ? Reply Soon it's urgent]]
-
|
|
|
Re: Regarding DBMS_JOBS [message #60980 is a reply to message #60978] |
Wed, 17 March 2004 21:15 |
Deepa
Messages: 269 Registered: November 2000
|
Senior Member |
|
|
The Server will not execute the skipped job once it is up.
It will execute the procedure the next scheduled time ie next day 5'0clock only.
Ur server has to be up for the job to be run at the specified time.
|
|
|
|