How Apply AUTO parallel in database single instanse
Hi community, we want to implement AUTO parallel sql execution in our database servers, we made some probes in our Oracle SUN M5000 server, with the following configuration:
DEFAULT VALUE | NEW VALUE | ||
cpu_count | 24 | ||
parallel_threads_per _cpu | 2 | ||
Values: MANUAL, LIMITED, AUTO: | parallel_degree_policy | MANUAL | AUTO |
>0 Paralelismo habilitado: formula = 10*cpu_count: | parallel_max_servers | 960 | 64 |
parallel_min_servers | 0 | 8 | |
Formula = 4*CPU_COUNT*parallel_threads_per _cpu: | parallel_servers_target | 384 | 56 |
Cpu_count * parallel_threads_per_cpu: | parallel_degree_limit | CPU | CPU |
PARALLEL_FORCE_LOCAL | FALSE | FALSE | |
PARALLEL_MIN_PERCENT | 0 | 0 | |
PARALLEL_MIN_TIME_THRESHOLD | AUTO | 10 |
with the new configuration we don’t see any SQL parallel execution, What is wrong?