I'm using oracle 11g and i have 3 tables,
when i performed truncate on the first table no changes happened on the TEMP table space, also when i performed delete on the second table no changes happened on the TEMP table space, . But when i performed drop on the third table the TEMP table space increased from 0MB to 1MB
Wy dropping table affects on the TEMP table space?