数据文件迁移

数据文件迁移步骤:

alter tablespace "ERP" offline normal
mv -i /orasdc/xxx/erpc01.dbf /orasdb/xxx/erpc01.dbf
alter database rename file '/orasdc/xxx/erpc01.dbf' to '/orasdb/xxx/erpc01.dbf'
alter tablespace "ERP" online


 

你可能感兴趣的:(数据文件迁移)