DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: No. of CPU's

  1. #1
    Join Date
    Jul 2001
    Posts
    93
    Hi,

    Does Oracle record the number of CPU's on the server in any of the views (v$ or x$).

    Thanks.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    SQL> l
    1 select name, value from v$parameter
    2* where lower(name) = 'cpu_count'
    SQL> /

    NAME VALUE
    -------------------- --------------------
    cpu_count 1
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width