1.

What Is Job Scheduling And How To Do It?

Answer»

The Scheduler enables database ADMINISTRATORS to full fill business TASKS in an organized and controlled FASHION.

To achieve job scheduling Oracle provides a collection of FUNCTIONS and procedures in the DBMS_SCHEDULER package.

Below are the MAJOR this a Scheduler can do:

  1. Schedule job execution based on time or events
  2. Schedule job processing in a way that models your business requirements
  3. Manage and monitor jobs
  4. Execute and manage jobs in a clustered environment

The Scheduler enables database administrators to full fill business tasks in an organized and controlled fashion.

To achieve job scheduling Oracle provides a collection of functions and procedures in the DBMS_SCHEDULER package.

Below are the major this a Scheduler can do:



Discussion

No Comment Found