Search notes:

Oracle: Temporary segment

Temporary segments are needed for operations involving
Temporary segments are also used/created by the following SQL statements
SMON cleans temporary segments up:

See also

Temporary tablespaces
Segments
The following command drops the temporary segments in the tablespace whose id/number is n-1 (MOS Note 1495163.1):
alter session set events 'immediate trace name drop_segments level n`

Index