| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.tools -> Re: using dbms_job
peter ball wrote
> In user_jobs table I have two broken jobs, job_number 21 and 22
> How can I run them?
BEGIN
  DBMS_JOB.BROKEN(21,FALSE);
  DBMS_JOB.BROKEN(21,FALSE);
  COMMIT;
END;
Hth,
Uli
Received on Tue Jun 27 2000 - 00:00:00 CDT
![]()  | 
![]()  |