1. 首页 > ITPUX技术网 > 正文

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;
检查日志

本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html

联系我们

在线咨询:点击这里给我发消息

微信号:itpux-com

工作日:9:30-18:30,节假日休息