DBMS_JOB

Schedules and manages jobs in the database job queue.

Note

Oracle recommends using the DBMS_SCHEDULER package.

Procedures

The most relevant procedures are:

  • SUBMIT: submits a new job to the job queue
  • RUN: forces a specified job to run
  • NEXT_DATE: alters the next execution time for a specified job
  • BROKEN: deletes a job execution
  • REMOVE: removes the specified job from the job queue

Get Oracle Database 11gR2 Performance Tuning Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.