SQL> set linesize 1000;
SQL> select tablespace_name,file_name,bytes from dba_temp_files;
TABLESPACE_NAME FILE_NAME BYTES
------------------------------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------
TEMP01 /u01/data/oraclesid/temp01.272.818720451 1609564160
SQL>
I have a temp tablespace call TEMP01. and How to extend the tablespace?
1. extend the datafile
2. or add one more datafile ??