PING[ARC3]: Heartbeat failed to connect to standby Error is 16191
we see PING[ARC3]: Heartbeat failed to connect to standby Error is 16191 in alert.log file . and in trace file :
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
Problem is that, i m sure that sys password is same in the password files. i can connect to other sides.
SQL> connect sys/XXXXX@PRIMARY_TEST AS SYSDBA
Connected.
SQL> connect sys/XXXXX@STANDBY_TEST AS SYSDBA
Connected.
SQL>
Did anyone experienced this issue and solved it ?