Which procedure is used to create multiple jobs in a single transaction?

Options
- CREATE_JOB
- DBMS_SCHEDULER
- CREATE_JOBS
- ALL


CORRECT ANSWER : CREATE_JOBS

Discussion Board
CREATE_JOBS

You use the CREATE_JOB procedure to create a single job. This procedure is overloaded to enable you to create different types of jobs that are based on different objects. You can create multiple jobs in a single transaction using the CREATE_JOBS procedure.

Prajakta Pandit 02-27-2017 01:36 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement