Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Limit CPU number on ORACLE database??
Stefan,
cpu_count parameter does NOT limit the number of CPUs or CPU usage. This parameter is used for couple of internal calculations (like number of lru latches) and to divide the shared pool if it is bigger than 250M. cpu_count is derived from os calls. Not the one you normally set in init.ora file.
On 5/3/06, Stefan Knecht <knecht.stefan_at_gmail.com> wrote:
> There is this parameter, CPU_COUNT that you *can* set. Although Oracle
> doesn't recommend it be changed - does anyone have any practical experience
> with it ?
>
> Stefan
>
>
>
>
> On 5/4/06, Mark Brinsmead <pythianbrinsmead_at_gmail.com> wrote:
> >
> > Paul,
> >
> > Your question is one of laws and licenses, not technology.
> >
> > Only with "hardware partitioning", a feature that generally appears in
> only very high-end (and high-price) servers, are you able to (legally)
> license fewer CPUs than are physically installed in the server. If your
> server happens to be an IBM P520, for example, you can do what you describe.
> With most linux hardware, you cannot (yet).
> >
> > Note: you need to thoroughly understand the difference between
> "hardware partitioning" and "software partitioning" as Oracle defines it.
> The dividing line is quite hazy in places.
> >
> > --
> > Cheers,
> >
> > -- Mark Brinsmead
> > Staff DBA,
> > The Pythian Group
> > http://www.pythian.com/blogs
>
>
-- Best Regards, K Gopalakrishnan Co-Author: Oracle Wait Interface, Oracle Press 2004 http://www.amazon.com/exec/obidos/tg/detail/-/007222729X/ -- http://www.freelists.org/webpage/oracle-lReceived on Thu May 04 2006 - 01:06:44 CDT
![]() |
![]() |