create tablespace test1_tablespace datafile 'test1file.dbf' size 10m;--------創建表空間
create temporary tablespace temptest1_tablespace temfile 'tempfile1.dbf' size 10m;
temporary temporary
dba_data_files where tablespace_name='TEST1_TABLESPACE';
dba_temp_files