Oracle Dataguard 无法应用redo log
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的密码文件是同一个文件。
以上是关于Oracle Dataguard 无法应用redo log的主要内容,如果未能解决你的问题,请参考以下文章
DataGuard之Apply Services(redo应用和SQL应用)
[Oracle][DATAGUARD] 关于确认LOGICAL STANDBY的同期状况的方法