Oracle Database 12c: Advanced Administration — Question 110
Which three statements are true about persistent lightweight jobs?
Answer options
- A. A user cannot set privileges on them.
- B. They generate large amounts of metadata.
- C. They may be created as fully self-contained jobs.
- D. They must reference an existing Scheduler Program.
- E. They are useful when users need to create a large number of jobs quickly.
Correct answer: A, D, E
Explanation
The correct statements A, D, and E accurately describe persistent lightweight jobs: users cannot assign privileges (A), they must link to a Scheduler Program (D), and they facilitate the quick creation of many jobs (E). Options B and C are incorrect as persistent lightweight jobs do not typically generate large metadata or are defined as self-contained.