I have created this tablespace
CREATE TABLESPACE IA643_TBS DATAFILE \'IA643_dat\' SIZE 500K AUTOEXTEND ON NEXT 300K MAXSIZE 100M;
I tried to dr
Answer of @Allan correct but for more clarity, let me show my example
SQL> CREATE TEMPORARY TABLESPACE tbs_temp_01 2 TEMPFILE 'tbs_temp_01.dbf' 3 SIZE 5M reuse 4 AUTOEXTEND ON;