重新命名資料檔案

sky850623發表於2014-07-23

1.表空間offline

SQL> alter tablespace t_tbs offline;

Tablespace altered.

2.在os上移動資料檔案並重新命名

3.修改資料庫重新命名

SQL> alter database rename file 'E:\oracle\product\10.2.0\oradata\orcl\ORCL\DATAFILE\O1_MF_T_TBS_9WZ8XO0Z_.DBF' to 'E:\oracle\product\10.2.0\oradata\o
rcl\t_tbs01.dbf';

Database altered.

4.表空間online

SQL> alter tablespace t_tbs online;

Tablespace altered.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26937943/viewspace-1225707/,如需轉載,請註明出處,否則將追究法律責任。

相關文章