Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to force broken job to run?

ski123Oct 14 2008 — edited Oct 15 2008
Oracle 9.2
We have a job which runs daily and failed yesterday. So we set up broken=Y in dba_jobs table so that it won't run until we find the problem, then we will enable it.
This morning we want to force job scheduler to run this job. syntax is as follows:

sql>exec dbms_job.broken(JOB=>197587, NEXT_DATE=>SYSDATE + 1/24*60*60, broken=>FALSE);

Do I need to use commit after this syntax?

Please give me some ideas. thanks.
Jin
This post has been answered by 26741 on Oct 14 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2008
Added on Oct 14 2008
12 comments
5,286 views