Oracle Cloud Infrastructure 2019 Developer Associate — Question 155

You are running your warehouse using Autonomous Data Warehouse (ADW) service and you noticed that a newly configured batch job is always running in serial even though nothing else is running in the database. All your jobs are configured to run with parallelism enabled.
What could be the reason for this batch job to run in serial?

Answer options

Correct answer: C

Explanation

The correct answer is C because a job connected to the LOW consumer group has limited resources and cannot utilize parallel processing effectively. Options A, B, D, and E are incorrect because they do not accurately describe how parallelism works in the context of ADW and the conditions affecting the execution of batch jobs.