HI,
From documentation
"With PGA_AGGREGATE_TARGET, sizing of work areas for all dedicated sessions is automatic and all *_AREA_SIZE parameters are ignored for these sessions."
The curious is when you create a database using the wizard from Oracle you find both parameters set
###########################################
# Sort, Hash Joins, Bitmap Indexes
###########################################
pga_aggregate_target=25165824
sort_area_size=524288
The questions is:
Is this wrong, or this is useful.
Thanks