Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: CPU_COUNT doesn't change after upgrade
Why do 1 and 3 seem to be the right values to you when you had 2, and now have 4 CPUS ?
I have rarely seen cpu_count show the correct value, however there are various dependent values that automatically get the right values even when CPU_COUNT=1.
In particular:
select * from x$kvii where kviitag = 'ksbcpu';
will usually tell you if Oracle is aware of the real number of CPUs in the system.
--
Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
Tommy Yuen wrote in message <84bubt$9lp$1_at_hfc.pacific.net.hk>...
>Hi,
>
>We are using Oracle 7.3.4.4.1 on HP-UX 10.20.
>
>After we upgraded the server from 2 CPUs to 4 CPUs,
>The cpu_count parameters displayed by the show parameters command
>in server manager doesn't changed. It is still 1, not 3.
>
Received on Wed Dec 29 1999 - 06:07:39 CST
![]() |
![]() |