All users' temporary tablespace must be assigned to temporary tablespace (TEMP). The default value is SYSTEM tablespace.
Change the type of the TEMP temporary to "TEMPORARY" and NOLOGGING.
INITIAL and NEXT extent size should be equal to ((N*SORT_AREA_SIZE)+BLOCK_SIZE)




Reply With Quote