Resizing the Temp tablespace in Oracle
In much the same way as with the Undo tablespace, you may want to reduce the size of the Temp tablespace in Oracle to reclaim space. 11g —- ALTER TABLESPACE [tbsp_name] SHRINK SPACE KEEP 30M; 10g and earlier —————— Unfortunatly, if the temp tablespace is full (as will be the case if it has …