Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Hardware info from Oracle server?

Re: Hardware info from Oracle server?

From: Vsevolod Afanassiev <vafanassiev_at_yahoo.com>
Date: 31 Mar 2005 17:44:23 -0800
Message-ID: <1112319863.940386.164010@z14g2000cwz.googlegroups.com>

You can find out the number of CPUs by checking value of CPU_COUNT parameter that is set by Oracle automatically

select name,value from v$parameter where name = 'cpu_count';

In Oracle 8 and 9 there is no way to find out RAM and similar stuff. Received on Thu Mar 31 2005 - 19:44:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US