SORT_AREA_SIZE and PGA_AGGREGATE_TARGET on 10g
Oracle recommends not using SORT_AREA_SIZE in 10g and to use PGA_AGGREGATE_TARGET instead. Does this mean that SORT_AREA_SIZE needs to be set to 0 so that it is not used? Or do we just leave it at it's default value and Oracle will ignore it if there is a value set for PGA_AGGREGATE_TARGET?
Thanks.
0