|
Re: Can i increase the sort_area_size [message #51376 is a reply to message #51370] |
Sun, 19 May 2002 16:14 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
coby
Messages: 2 Registered: May 2002
|
Junior Member |
|
|
From Oracle Doc,
SORT_AREA_SIZE specifies the maximum amount, in bytes, of memory to use for a sort. Increasing SORT_AREA_SIZE size improves the efficiency of large sorts. Multiple allocations never exist; there is only one memory area of SORT_AREA_SIZE for each user process at any time.
Use Alter session or Alter system to increase the size.
Hope that helps,
coby
|
|
|
|