SORT_AREA_SIZE [message #159118] |
Thu, 16 February 2006 05:08 |
gajini
Messages: 262 Registered: January 2006
|
Senior Member |
|
|
1) Can anyone explain,For sorting we used to create a temporary tablespace,then what is the need and use of setting the parameter SORT_AREA_SIZE?
2) What is the use of SORT_AREA_RETAINED_SIZE?
|
|
|
|
Re: SORT_AREA_SIZE [message #159327 is a reply to message #159118] |
Fri, 17 February 2006 06:49 |
airother
Messages: 27 Registered: February 2006
|
Junior Member |
|
|
SORT_AREA_SIZE parameter is used to do sorting in memory, if sorting required more size spcify in above parameter then oracle makes the chunks of sort and and store intermidiate result in temp. tablespace.
|
|
|