Hi,
on 10g R2, my TEMP tablespace has 2 tempfiles. I want to drop one. In documentation I have :
http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/omf.htm#sthref1598
ALTER TABLESPACE ... DROP TEMPFILE
Should the tablespace be OFFLINE before ?
Where should I add the name of tempfile ?
Thank you.