DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: DBMS_JOB syntax query - how to delete/disable job

Threaded View

  1. #5
    Join Date
    Mar 2003
    Location
    Dallas, TX
    Posts
    12
    BEGIN dbms_job.broken(3,TRUE,'');END;
    commit;

    where 3 is the jobno.

    I just posted an integrated set of GUI tools to administer and tune the Oracle database. One of the many functions is a GUI interface to manage the Oracle Jobs.
    Feel free to contact me, if you need help ([email protected]). The link is http://www.barsoft.net/
    Last edited by mbartov; 04-25-2003 at 11:24 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width