no of cpu [message #61174] |
Fri, 02 April 2004 03:54 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
muncious
Messages: 5 Registered: March 2004
|
Junior Member |
|
|
Hi,
I can i know numbers of cpu my database using.
And What is use of using mlutiple cpu does it affect performance issues.
|
|
|
Re: no of cpu [message #61175 is a reply to message #61174] |
Fri, 02 April 2004 05:30 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
-- Oracle picks up the info from the OS
SQL> show parameter cpu_count
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
cpu_count integer 6
-- On a Sun system,the number of online CPUs
SQL> !psrinfo|grep on-line|wc -l
6
Yes,Performance is affected by processing power,number of cpus and other factors.
-Thiru
|
|
|
|