- create temporary tablespace TEMP2 TEMPFILE '/home2/oracle/oradata/sysmon/temp02.dbf' SIZE 512M REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
-
- alter database default temporary tablespace temp2;
-
- drop tablespace temp including contents and datafiles;
-
- create temporary tablespace TEMP TEMPFILE '/home2/oracle/oradata/sysmon/temp01.dbf' SIZE 512M REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
-
- alter database default temporary tablespace temp;
-
- drop tablespace temp2 including contents and datafiles;
-
- alter user roll temporary tablespace temp;
posted @
2012-07-06 15:08
Azik
阅读(
472)
评论()
收藏
举报