Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Optimizing Database Productivity
On Tue, 06 Sep 2005 05:42:41 -0700, fl.peaches interested us by writing:
> Hello!
Pretty simple really ...
If YOU want to manage it, set SORT_AREA_SIZE (and HASH_AREA_SIZE, BITMAP_MERGE_AREA_SIZE and CREATE_BITMAP_AREA_SIZE) and ensure PGA_AGGREGATE_TARGET=0. The 'Configuring SORT_AREA_SIZE' section of the 'Performance Tuning Guide and Reference' manual was written to help with this.
If you want the INSTANCE to manage it automatically, set the PGA_AGGREGATE_TARGET to a non-zero value. The value to start and how to adjust the target are well described in the 'Automatic PGA Memory Management' section of the 'Performance Tuning Guide and Reference' manual
-- Hans Forbrich Canada-wide Oracle training and consulting mailto: Fuzzy.GreyBeard_at_gmail.com *** I no longer assist with top-posted newsgroup queries ***Received on Tue Sep 06 2005 - 08:50:01 CDT
![]() |
![]() |