Heartbeat failed to connect to standby
599375Jul 20 2008 — edited Nov 9 2010Hi
I was trying to setup Data Guard. My oracle version is 10.2.0.4 and OS is Windows on both Primary and Standby.After completing the configuration and mounting the Standby Database, when i issue "alter database recover managed standby database" in the alert log i get an error as :
Sun Jul 20 05:08:19 2008
Errors in file c:\oracle\product\10.2.0\admin\lims\bdump\lims_arc1_2756.trc:
ORA-01017: invalid username/password; logon denied
Sun Jul 20 05:08:19 2008
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
------------------------------------------------------------
Sun Jul 20 05:08:19 2008
Errors in file c:\oracle\product\10.2.0\admin\lims\bdump\lims_arc1_2756.trc:
ORA-16191: Primary log shipping client not logged on standby
PING[ARC1]: Heartbeat failed to connect to standby 'to_prod'. Error is 16191.
----------------------------------------------------------------------------------------------------------------------
The Trace file also has the same error message.
I had verified that on both Primary and Standby Database :
->user sys password is same
->Password file exist on both and password is same in both the files
->Oracle version is same
->I can tnsping to both primary and standby servers
Regards.