Home » RDBMS Server » Server Administration » no of cpu
no of cpu [message #61174] Fri, 02 April 2004 03:54 Go to next message
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 messageGo to next message
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&#124grep on-line&#124wc -l
6

Yes,Performance is affected by processing power,number of cpus and other factors.

-Thiru
Re: no of cpu [message #61213 is a reply to message #61174] Mon, 05 April 2004 16:39 Go to previous message
RR
Messages: 19
Registered: October 2001
Junior Member
select name, isdefault, value from v$parameter
where name = 'cpu_count';
Previous Topic: Oracle universal installer error
Next Topic: why is it giving tns-protocol error?
Goto Forum:
  


Current Time: Fri Sep 20 12:40:29 CDT 2024