How to Configure Oracle Dataguard Broker
Make sure these parameters properly set on primary/standby database. standby_file_management=AUTO fal_client=Host DB name fal_server=Remote DB name local_listener=Host Listener name remote_listener=Remote Listener name standby_archive_dest=archive destination on standby database db_unique_name=should be different for primary and standby log_file_name_convert=‘primary destination’,’standby destination’ RAC services should be created using db_unique_name TNSNAMES.ORA entries:- STDBY = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = )(PORT = )) (ADDRESS = (PROTOCOL = TCP)(HOST = )(PORT = )) (LOAD_BALANCE = yes) ) (CONNECT_DATA = (SERVICE_NAME = PROD) ) ) PROD = (DESCRIPTION = (AD...