Oracle Database 12c: RAC Administration — Question 42

Which two actions can restrict the number of instances used for parallel execution of a SQL statement? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct answer includes A and D because setting the PARALLEL_DEGREE_POLICY to LIMITED directly restricts the degree of parallelism, and using a database service can control the participating instances. Options B and C do not effectively limit instances for parallel execution, while E pertains to creating a service rather than limiting execution instances.