Originally posted by mbartov
BEGIN dbms_job.broken(3,FALSE,'');END;
commit;
Err, the second parameter in the above call to BROKEN procedure should have been TRUE, not FALSE. Yes, I know, a typo...