There is also an undocumented package SYS.DBMS_IJOB that allows you (if you are authorised to use this package) to manage jobs that are not owned by you.Originally posted by Chintz
Thank You I figured it out. THe statementis
exec dbms_job.remove(job_#);
But has to be run as the job owner.




Reply With Quote