Multiple choice

How many failed executions does it take for a database job to get BROKEN?

  1. 1

  2. 15

  3. 16

  4. 3

  5. 7

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A database job is marked BROKEN after 16 consecutive failed executions. This is Oracle's default threshold to prevent repeatedly failing jobs from continuing to consume system resources and clutter the job queue.