I'm trying to setup data guard broker in my production instance. I have duplicated the primary database to standby database successfully. I've added primary database to my configuration and when I'm trying to add standby database following error is getting DGMGRL> add database 'orcl_standby' as connect identifier is orcl_standby maintained as physical; Error: ORA-16606: unable to find property "" Error: ORA-16554: translation not valid
Failed.
I have refered https://oracle-base.com/articles/11g/data-guard-setup-using-broker-11gr2#create-standby link to create standby database. Is this an issue with log_archive_dest_state2. Please note that my log_archive_dest_state2 is enabled and I have checked log_archive_dest_2 also, which is empty. Is there anything which I have to do in log_archive_dest_2 Please help me to troubleshoot this issue. |