码迷,mamicode.com
首页 > 其他好文 > 详细

更换临时表空间TEMP

时间:2015-06-15 18:37:16      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

SQL>
SQL> create temporary tablespace temp2 tempfile ‘/URP/oracle/oradata/urpjw/temp001.dbf‘ size 170M;

Tablespace created

SQL> alter database default temporary tablespace temp2;

Database altered

SQL> drop tablespace temp
2 ;

Tablespace dropped

SQL>
SQL>
SQL>
SQL>
SQL> create temporary tablespace temp tempfile ‘/URP/oracle/oradata/urpjw/temp01.dbf‘ size 1024M;

Tablespace created

SQL> alter database default temporary tablespace temp;

Database altered

SQL> drop tablespace temp2;

Tablespace dropped

更换临时表空间TEMP

标签:

原文地址:http://www.cnblogs.com/wu1314421/p/4578732.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!