SOLVED
ORA-16047: DGID mismatch between destination setting and target database
Asked by OracleDba••19 views•oracle
12345678910111213141516171819202122232425262728293031
ORA-16047: DGID mismatch between destination setting and target database
In our previous blog ,We have seen how to resolve the dataguard ORA- error related to
ORA-19573: cannot obtain exclusive enqueue for datafile 1 RM
.
In this blog, I will explain you about the
ORA-16047: DGID mismatch between destination setting and target database
Let us see how to resolve this issue.
ORA-16047: DGID mismatch between destination setting and target database
Explanation:
While working with dataguard environment we have observed the above ORA-16047 oracle code. Archive logs were not shipping to standby database and both the primary and standby database were not in sync.
After checking the alert log file and error message we found the below information.
select dest_name,status,error from v$archive_dest where status=’ERROR’;
————————————————————————————————————–
DEST_NAME STATUS ERROR
———————————– ————– —————————————————–
LOG_ARCHIVE_DEST_2 ERROR ORA-16047: DGID mismatch between destination setting and target database#oracle#error