Oracle-DBMS jobs scheduler change the start time

Vinod Chelladurai picture Vinod Chelladurai · Feb 21, 2014 · Viewed 13k times · Source

I have a DBMS_jobs which is scheduled to run a procedure FINDING_PROCEDURE at 6 am evey day. Can anyone tell me how can i change the start time so that it is scheduled to run at 9 am from tomorrow. Thanks in advance.

enter image description here

Answer

124 picture 124 · Feb 21, 2014

you can use DBMS_JOB.CHANGE() to Alter your job schedule.

Click on this link for complete reference from

Oracle Documentation:DBMS_JOB

and find DBMS_JOB.CHANGE()