oracle asm 存储a磁盘组中的数据文件迁移到b磁盘组实施步骤
oracle asm 存储a磁盘组中的数据文件迁移到b磁盘组实施步骤
实施过程:
1:关闭数据库
2:启动数据库到mount
rman target /
copy datafile name to '+dgdata'
switch datafile file_id to copy;
检查数据文件是否迁移过来
select name from v$datafile;
3: 打开数据库
alter system switch logfile;
检查日志
本文标签:
网站声明:本文由风哥整理发布,转载请保留此段声明,本站所有内容将不对其使用后果做任何承诺,请读者谨慎使用!