parallel querys without proper configuration
Hi
I have several instances in the same server with this configuration
parallel_degree_policy MANUAL.
parallel_min_time_threshold AUTO
parallel_degree_limit CPU
Tables and indexes have degree DEFAULT or 1, and no hints are used.
How is it possible that just one instance have querys that are being executed with parallelism?
Regards