Monday, April 6, 2009

Oracle dba_jobs : Breaking

exec dbms_job.broken(690,true);

where 690 is the job number obtained from
select * from dba_jobs

2 comments:

Nalini Kannan said...

Dont forget to commit after executing this command.

sandeep said...

good catch , a commit is required after the dbms_job.broken proc call.