首页| 论坛| 消息
主题:oracle重建temp表空间
cai发表于 2007-08-08 08:57
以 sysdba 登录 ,执行以下语句:

create temporary tablespace tmp tempfile 'e:\oracle\oradata\cs\temp.dbf'
size 70m autoextend off;
alter database default temporary tablespace tmp;
drop tablespace temp including contents and datafiles;
create temporary tablespace temp tempfile 'e:\oracle\oradata\cs\temp.dbf'
size 70m autoextend off;
alter database default temporary tablespace temp;
drop tablespace tmp including contents and datafiles;
下一页 (1/2)
回帖(0):

全部回帖(0)»
最新回帖
收藏本帖
发新帖