微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Oracle Dataguard 无法应用redo log

问题:Dataguard 无法应用redo log,alert无任何报错信息。

现象:Oracle RAC一节点alert无报错信息,另一节报如下错误

Thu Mar 15 15:26:22 2018
Error 1017 received logging on to the standby

Check that the primary and standby are using a password file
and remote_login_passwordfile is set to SHARED or EXCLUSIVE,
and that the SYS password is same in the password files.
returning error ORA-16191

PING[ARC2]: Heartbeat Failed to connect to standby 'bbdg'. Error is 16191.

处理方法:将无报错节点的密码文件orapwbbsvri1拷贝到报错的节点。

总结:如果sys密码在oracle安装后更改过,则在搭建dataguard的时候必须确保oracle所有节点和dataguard的密码文件是同一个文件

原文地址:https://www.jb51.cc/oracle/206310.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐