Hello All,
Oracle Database 11g EE 11.2.0.1
I have configured primary and standby database, but I am facing the below error.
alert_edu.log
Errors in file d:\oracle11gee\diag\rdbms\edu\education\trace\education_arc2_924.trc:
ORA-16191: Primary log shipping client not logged on standby
PING[ARC2]: Heartbeat failed to connect to standby 'edu_stby'. Error is 16191.
Wed Jan 30 09:18:56 2013
Errors in file d:\oracle11gee\diag\rdbms\edu\education\trace\education_arc2_924.trc:
ORA-01017: invalid username/password; logon denied
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
------------------------------------------------------------
Errors in file d:\oracle11gee\diag\rdbms\edu\education\trace\education_arc2_924.trc:
ORA-16191: Primary log shipping client not logged on standby
PING[ARC2]: Heartbeat failed to connect to standby 'edu_stby'. Error is 16191.
Primary:*
Service Name = edu
password file = PWDedu.ora (in dbs directory)
Standby*
Service Name = edu_stby
password file = PWDedu_stby.ora
Can anyone help me to solve this problem?