Search notes:

oradebug action: drop_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`
This event is intended to be used if SMON misses the post (?) and thus does not clean up temporary segments.

Index