Hey everyone,
I'm trying to create a physical standby db for my RAC and everytime I try the DUPLICATE command it fails with the following error:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 07/04/2017 18:05:06
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
RMAN-06136: ORACLE error from auxiliary database: ORA-17629: Cannot connect to the remote database server
ORA-17627: ORA-12154: TNS:could not resolve the connect identifier specified
ORA-17629: Cannot connect to the remote database server
My problem with this is that connecting to each instance with sys works from every server but the DUPLICATE command still fails.
Has anyone encountered this problem ?