重庆思庄Oracle、Redhat认证学习论坛
标题:
oracle11g rac rman活动复制的时候报错RMAN-06034
[打印本页]
作者:
mahan
时间:
2022-5-26 17:10
标题:
oracle11g rac rman活动复制的时候报错RMAN-06034
活动复制数据库的时候,数据库很大,需要开多通道,报错:
登录/注册后可看大图
QQ图片20220526170340.jpg
(945.02 KB, 下载次数: 295)
下载附件
2022-5-26 17:07 上传
解决办法:
需要在目标库分配通道,两边通道数量最好做到对等
run{
allocate channel c1 device type disk;
allocate channel c2 device type disk;
allocate channel c3 device type disk;
allocate channel c4 device type disk;
allocate channel c5 device type disk;
allocate channel c6 device type disk;
allocate auxiliary channel a1 device type disk;
allocate auxiliary channel a2 device type disk;
allocate auxiliary channel a3 device type disk;
allocate auxiliary channel a4 device type disk;
allocate auxiliary channel a5 device type disk;
allocate auxiliary channel a6 device type disk;
duplicate target database for standby nofilenamecheck from active database;
}
再次运行就没事了
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2