What is the role of detached job?

Options
- To perform transaction
- To provide security
- To transform
- To perform cold backup


CORRECT ANSWER : To perform cold backup

Discussion Board
Detached Job

Detached jobs allow you to run jobs in a separate process, independent of the scheduler. If it is an external job, it is also independent of the database state, meaning the job continues to run after the database is shut down. Once a detached job is initiated, the scheduler makes the job as running, then ceases to track its progress. It is up to the detached job to signal its completion using the END_DETACHED_JOB_RUN procedure. To perform cold backup is the role of detached job.

Prajakta Pandit 02-27-2017 03:40 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