今天 做dataguard 下时候,报错:
主库上alert:
ARC1: Attempting destination LOG_ARCHIVE_DEST_2 network reconnect (1041)
ARC1: Destination LOG_ARCHIVE_DEST_2 network reconnect abandoned
PING[ARC1]: Error 1041 when pinging standby standby.
解决方法:
在primary server 上:重启下到备库的连接就好了:
ALTER SYSTEM SET log_archive_dest_state_2='DEFER' SCOPE=BOTH;
ALTER SYSTEM SET log_archive_dest_state_2='ENABLE' SCOPE=BOTH;
这个是oracle 的一个bug
最后
以上就是端庄诺言最近收集整理的关于dataguard 主库报 PING[ARC1]: Error 1041的全部内容,更多相关dataguard内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复