Oracle DBMS_SCHEDULER Part 1–The Basics
Updated: 2011-01-30 15:47:06
Log in Database Geek Blog Database Stuff , from a Geek Home About Feeds Subscribe to Feed Oracle DBMS_SCHEDULER Part 1 The Basics Posted in January 30, 2011 11:47 . amh Lewi No Comments DBMS_SCHEDULER is Oracle’s full featured scheduling solution that runs inside the database . Think of it as a complete replacement for DBMS_JOB which I do still use occasionally but am using less and less over time DBMS_SCHEDULER has a lot of benefits over DBMS_JOB ability to stop a job , ability to reuse code , ability to reuse schedules , ability to chain jobs into a job streams , . etc This post is the first of a series of posts that I will be doing on DBMS_SCHEDULER . Actually I am doing a lot of Streams work again and it was kind of a toss up as to which tool I’d blog about first . Scheduler wins