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: 9.0.2 64-bit on redhat 3.0r2 AMD64 (4-way) 17G RAM

Re: 9.0.2 64-bit on redhat 3.0r2 AMD64 (4-way) 17G RAM

From: Christian Antognini <christian.antognini_at_trivadis.com>
Date: Mon, 30 Aug 2004 06:45:30 +0200
Message-ID: <4132b0ed@post.usenet.com>

Hi

> db_cache_size is ridiculous, get it down to 256m
> pga_aggregate_target is ridiculous as this is a *per session* limit.
> 64 to 128m should be more than enough.

This is wrong. PGA_AGGREGATE_TARGET is for the whole system. Just give a look to the documentation...
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96536/ch1158.htm#1022446

For a multi GB PGA_AGGREGATE_TARGET I suggest you to read Metalink note 147806.1 (and the related notes as well...) to have some information about the limits set by Oracle. Here an excerpt:

> PGA_AGGREGATE_TARGET limits both the global PGA consumption and the size
of a
> workarea i.e. the memory allocated to a single SQL operator is also
limited
> to min(5% PGA_AGGREGATE_TARGET, 100MB) for serial operations, and to
> 30% PGA_AGGREGATE_TARGET/DOP for parallel operations (DOP=Degree of
Parallelism).

Chris

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Received on Sun Aug 29 2004 - 23:45:30 CDT

Original text of this message

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