If you got his error below in v$archive_dest_status:
ORA-16057 DGID from server not in Data Guard configuration
Check your log_archive_config parameter on both primary and standby database and make sure that all db_unique_name from both primary and standby are on this parameter in both primary and standby database.
After changing this parameter, defer and enable your log_archive_dest_state_x parameter and make a new "alter system log switch or alter system archive log current" and finally check v$archive_dest_status view again.
Best Regards,
Paulo Portugal
ORA-16057 DGID from server not in Data Guard configuration
Check your log_archive_config parameter on both primary and standby database and make sure that all db_unique_name from both primary and standby are on this parameter in both primary and standby database.
After changing this parameter, defer and enable your log_archive_dest_state_x parameter and make a new "alter system log switch or alter system archive log current" and finally check v$archive_dest_status view again.
Best Regards,
Paulo Portugal
No comments:
Post a Comment