RSS:
Publications
Comments

Tag Archives: Change Sort Area Size in Oracle

How to Change Sort Area Size in Oracle

SORT_AREA_SIZE specifies in bytes the maximum amount of memory Oracle will use for a sort. After the sort is complete, but before the rows are returned, Oracle releases memory down to the size specified by the SORT_AREA_RETAINED_SIZE parameter. After the last row is returned, Oracle releases the remainder of the memory Increasing SORT_AREA_SIZE size improves [...]