Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Find out how many CPUs ?
Charles Hooper wrote:
> klabu wrote:
>> 10g >> Is there a way/view to find out from WITHIN Oracle (i.e. No access to >> OS) >> How many CPUs on the server ? >> >> thx
Wouldn't
SELECT value
FROM gv$osstat
WHERE stat_name = 'NUM_CPUS';
Be a bit more direct?
-- Daniel Morgan University of Washington Puget Sound Oracle Users GroupReceived on Fri Sep 29 2006 - 11:37:37 CDT
![]() |
![]() |