Friday, September 13, 2013
ORA-16047: DGID mismatch between destination setting and target database
ORA-16047:
DGID mismatch between destination setting and target database
The error
shows a miss-match of DG_CONFIG parameter. Check the below parameters on both
Primary and Standby databases.
On Primary:
SQL> show parameter log_archive_config
NAME
TYPE VALUE
------------------------------------ -----------
------------------------------
log_archive_config
string DG_CONFIG=(RUDBA,RUDBA_STANDBY)
SQL> show parameter fal
SQL> show parameter fal
NAME
TYPE VALUE
------------------------------------ -----------
------------------------------
fal_client
string RUDBA
fal_server
string RUDBA _STANDBY
SQL> show parameter log_archive_dest_2
log_archive_dest_2
string SERVICE=RUDBA_STANDBY
LGWR ASYNC=20480
DB_UNIQUE_NAME=RUDBA_STANDBY OPTIONAL REOPEN=15
MAX_FAILURE=10 NET_TIMEOUT=30
SQL> show parameter log_archive_dest_state_2
log_archive_dest_state_2
string ENABLE
On Standby:
SQL> show parameter log_archive_config
NAME
TYPE VALUE
------------------------------------ -----------
------------------------------
log_archive_config
string DG_CONFIG=(RUDBA,RUDBA_STANDBY)
SQL> show parameter fal
SQL> show parameter fal
NAME
TYPE VALUE
------------------------------------ -----------
------------------------------
fal_client
string RUDBA _STANDBY
fal_server
string RUDBA
SQL> show parameter log_archive_dest_2
log_archive_dest_2
string SERVICE=RUDBA LGWR ASYNC=20480
DB_UNIQUE_NAME=RUDBA
OPTIONAL REOPEN=15 MAX_FAILURE=10 NET_TIMEOUT=30
SQL> show parameter log_archive_dest_state_2
log_archive_dest_state_2
string DEFER
If any of the
above parameters are not set correctly the below error will appear.
set
line 200
col
DEST_NAME for a50
col
BINDING for a10
select
DEST_ID,DEST_NAME,STATUS,BINDING,ERROR from v$ARCHIVE_DEST where
status<>'INACTIVE'
/
DEST_ID
DEST_NAME STATUS BINDING
ERROR
-------
---------------------------- ----------
-----------------------------------------------------------------
1 LOG_ARCHIVE_DEST_1 VALID OPTIONAL
2 LOG_ARCHIVE_DEST_2 DISABLED OPTIONAL
ORA-16047: DGID mismatch between destination setting and tar database
If the
parameters are set correct.
set
line 200
col
DEST_NAME for a50
col
BINDING for a10
select
DEST_ID,DEST_NAME,STATUS,BINDING,ERROR from v$ARCHIVE_DEST where
status<>'INACTIVE'
/
DEST_ID
DEST_NAME STATUS BINDING
ERROR
-------
---------------------------- ----------
-----------------------------------------------------------------
1 LOG_ARCHIVE_DEST_1 VALID OPTIONAL
2 LOG_ARCHIVE_DEST_2 VALID OPTIONAL
Subscribe to:
Posts (Atom)
NLS boot file not found or invalid opmnctl ping – EBS 12.2 ADCFGCLONE FAIL
Error: adcfgclone.pl failed while performing clone of EBS 12.2 instance. This occurred while ohsT2PApply is in progress. INST_TOP/adm...
-
I got a task to estimate RMAN backup size. How much 3days RMAN backup occupy? How long it will take to complete? Is the backup siz...
-
I got the below issue while Cloning ORACLE HOME from source to target. I have copied the binaries from source and initiated adcfclone. It ...
-
We have received an alert in the morning that the Primary Database is out of Sync. Primary and Standby are with difference of 9 archives. ...