Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PGA_AGGREGATE_TARGET question
"Richard Foote" <richard.foote_at_bigpond.com> wrote in message
news:sOe%a.35716$bo1.4970_at_news-server.bigpond.net.au...
> > Hi Richard
<snip>
> >
> > I *believe* that whether or not Oracle pre-allocates PAT is platform
> > dependent, I'm pretty sure that on Windows at least you get the memory
up
> > front.
> >
> Hi Niall
>
> No, that's not correct (try setting it to say 20G on a 512M box and see
how
> much memory is allocated... ;).
You are correct it was SGA_MAX_SIZE I was thinking of.
SQL> startup
ORACLE instance started.
Total System Global Area 110173444 bytes
Fixed Size 453892 bytes Variable Size 88080384 bytes Database Buffers 20971520 bytes Redo Buffers 667648 bytesDatabase mounted.
System altered.
SQL> alter system checkpoint;
System altered.
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 537993216 bytes
Fixed Size 454656 bytes Variable Size 511705088 bytes Database Buffers 25165824 bytes Redo Buffers 667648 bytesDatabase mounted.
-- Niall Litchfield Oracle DBA Audit Commission UK Cheers NiallReceived on Mon Aug 18 2003 - 03:14:53 CDT
![]() |
![]() |