Why am I unable to set my oracle_sid to the instance name when creating standby db?
Curious question. When creating a DataGuard physical standby, I would like to set my ORACLE_SID=stndby1 for the auxliary database. However, doing this always results in RMAN producing the ORA-12514 error. However, I have 0 problems when I set ORACLE_SID to stndby. RMAN is able to connect without issue. My listener.ora has the service name but not the instance name, as that causes an ORA-12523 error. I have seen other examples of users using "export ORACLE_SID=stndby1" and duplicating their databases without issues. Thoughts?