摘要:
users表空间: 1、修改表空间为offline alter tablespace users offline; 2、拷贝表空间文件 cp /oracle/app/oradata/HXDB/users01.dbf /oradata/HXDB/datafile/users01.dbf 3、修改表空间 阅读全文
摘要:
重建临时表空间 1、创建中转临时表空间 create temporary tablespace TEMP1 tempfile '/oradata/HXDB/datafile/temp02.dbf' size 256M reuse autoextend on next 16M maxsize 1024 阅读全文