oracle temp01.dbf变大

来源:互联网 发布:js 原型 有些属性私有 编辑:程序博客网 时间:2024/04/30 06:49

1,shutdown immediate 

 startup mount

2, SQL> alter database tempfile 'D:\oracle\product\10.2.0\oradata\cat\temp01.dbf' drop;

3, SQL> alter database open

4,  SQL> alter tablespace temp add tempfile 'D:\oracle\product\10.2.0\oradata\cat\temp01.dbf' size 2048M reuse autoextend on next 100M;

5,   alter database tempfile 'D:\oracle\product\10.2.0\oradata\cat\temp01.dbf' autoextend off;