Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Sort tablespace usage
James Williams wrote:
> I have always thought the only space a user has for order by, group,
> etc was from his temp tablespace from the create user. Another tells
> me you can have a specail temp tablespace for sort usage only. Is his
> true? I have not seen such even though its apealing. 8.1.6.3
Sorting should primarily occur in the SORT AREA in memory. If it can not fit there then it is in the TEMP tablespace designated to the user. You can have multiple temp tablespaces and assign different ones to different users.
Daniel A. Morgan Received on Sat Jun 16 2001 - 20:19:28 CDT
![]() |
![]() |