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: pga_aggregate_target

Re: pga_aggregate_target

From: Anurag Varma <avdbi_at_hotmail.com>
Date: Wed, 26 Mar 2003 02:50:17 GMT
Message-ID: <Jz8ga.1306$NV3.495@news01.roc.ny.frontiernet.net>

afaik .. if you specify too low a value for pga_aggregate_target, then oracle might exceed that amount. All this is documented in the manual. The details of which I do not remember right now.

Anurag

"Buck Turgidson" <jc_va_at_hotmail.com> wrote in message news:258ga.13018$LH3.366517_at_news1.east.cox.net...
> I am trying to understand this parameter. Is it correct that the total
> PGA inuse (line 4) can exceed the aggregate PGA target parameter (line
> 1)? I thought line1 was fixed.
>
> SQL> SQL> select * from v$pgastat;
>
> NAME VALUE UNIT
> ---------------------------------------- ---------- ------------
> aggregate PGA target parameter 10485760 bytes
> aggregate PGA auto target 4194304 bytes
> global memory bound 524288 bytes
> total PGA inuse 13915136 bytes
> total PGA allocated 17977344 bytes
> maximum PGA allocated 17977344 bytes
> total freeable PGA memory 0 bytes
> PGA memory freed back to OS 131072 bytes
> total PGA used for auto workareas 0 bytes
> maximum PGA used for auto workareas 0 bytes
> total PGA used for manual workareas 0 bytes
> maximum PGA used for manual workareas 0 bytes
> over allocation count 37
> bytes processed 602112 bytes
> extra bytes read/written 0 bytes
> cache hit percentage 100 percent
>
>
>
Received on Tue Mar 25 2003 - 20:50:17 CST

Original text of this message

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