Oracle Database 12c: Installation and Administration — Question 124

You notice that the elapsed time for an important database scheduler Job is unacceptably long.
The job belongs to a scheduler job class and window.
Which two actions would reduce the job's elapsed time? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because increasing the job's relative priority within its Job class allows it to compete more effectively for resources, thereby reducing its elapsed time. Option C is also correct because enhancing resource allocation for the consumer group linked to the job class can provide the job with more resources to execute faster. The other options do not directly address the job's execution parameters or may not have the same effect on reducing elapsed time.