Temp file deletion
Our TEMP tablespace ( 5 temp files each 30 GB) size almost 150 GB. Would like to get free space on the disk by deleting atleast 3 temp files.
Can I delete the temporary datafile from TEMP tablespace directly using following command in production:
ALTER DATABASE TEMPFILE 'temp01.dbf' DROP INCLUDING DATAFILES;