How to find all the parameters that depend on the number of CPUs?
Hi,
I need to adjust configuration of a DB because the hosts increments from 4 CPUs to 8.
Where can I find the parameters that depend on CPU. For example db_writer_processes should be 1 or <span lang="EN-US" style="font-size: 10.0pt; color: black; background: white;">CPU_COUNT</span>
/ 8 …..
Thanks for your help
Bety