parallel_degree_policy
determines the policy used to compute the degree of parallelism. MANUAL
, LIMITED
, AUTO
or ADAPTIVE
. parallel_degree_policy
is set to auto
, Oracle will queue the execution of SQL statements that require parallel execution if the necessary number of parallel execution servers is not available. parallel
hint is used, regardless of the value of parallel_degree_policy
.