Tuesday, October 02, 2012

Broken jobs

begin
dbms_job.broken(job_id,true);
end;
You can get the job ID from
select * from user_jobs;

Jobs can be removed with
dbms_job.remove

Labels:

0 Comments:

Post a Comment

<< Home