Hi Guys,
I am trying to configure data guard primary standby. have configured all the configuration parameters as well as well as created the standby database using RMAN "duplicate target database". then create and copy the password file the secondary and rename it. verified I am able to connect both primary and secondary as sysdba with and without passwords to both instances. When it comes to copying the log files I am getting following errors. Bytheway this is windows oracle 11.2.0.4.
Primary:
------------------------------------------------------------
PING[ARC3]: Heartbeat failed to connect to standby 'srsprod1csro'. Error is 16191.
Thu Mar 21 15:54:33 2019
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[ARC3]: Heartbeat failed to connect to standby 'srsprod1csro'. Error is 16191.
Secondary:
Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0x7FFFFFFF8] [PC:0x29A4A96, 00000000029A4A96]
Thu Mar 21 15:35:21 2019
Errors in file D:\app\oracle\diag\rdbms\srsprod1csro\srsprod1csro\cdump\srsprod1csrocore.log
ORA-07445: caught exception [ACCESS_VIOLATION] at [00000000029A4A96] [0x00000000029A4A96]
Thu Mar 21 15:35:22 2019
Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0x7FFFFFFF8] [PC:0x29A4A96, 00000000029A4A96]
Thu Mar 21 15:35:22 2019
Errors in file D:\app\oracle\diag\rdbms\srsprod1csro\srsprod1csro\cdump\srsprod1csrocore.log
ORA-07445: caught exception [ACCESS_VIOLATION] at [00000000029A4A96] [0x00000000029A4A96]
Thu Mar 21 15:35:24 2019
Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0x7FFFFFFF8] [PC:0x29A4A96, 00000000029A4A96]
Thu Mar 21 15:35:24 2019
Errors in file D:\app\oracle\diag\rdbms\srsprod1csro\srsprod1csro\cdump\srsprod1csrocore.log
ORA-07445: caught exception [ACCESS_VIOLATION] at [00000000029A4A96] [0x00000000029A4A96]
any idea, please help.
Pri