ORA-16698: LOG_ARCHIVE_DEST_n parameter set for object to be added when creating a broker configurat
edited Nov 27, 2013 5:07PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 7 commentsAnswered
Env oracle 12.0.1 oracle linux 6.4
Create Configuration Failing with ORA-16698 (Doc ID 1582179.1)
suggestion
alter system set log_Archive_dest_2='';
If you do this, how does log xprt work, no logs ship to stby?
My current setting:
log_archive_dest_2 string SERVICE=stdby LGWR ASYNC NOREG
ISTER VALID_FOR=(ONLINE_LOGFIL
ES,PRIMARY_ROLE) DB_UNIQUE_NAM
E=stdby
I don't remember this behavior in 11.2...
Welcome to DGMGRL, type "help" for information.
DGMGRL> connect sys/Qaz123@t11204
Connected as SYSDBA.
DGMGRL> CREATE CONFIGURATION 'PRODCONF' AS PRIMARY DATABASE IS 't11204' CONNECT IDENTIFIER IS t11204;
Configuration "PRODCONF" created with primary database "t11204"
0