Home » Unable to add physical standby database

Unable to add physical standby database

by tuanlp

💡 Recently I tried to setup some new physical standby databases and got the following strange message:

DGMGRL> ADD DATABASE "XXXX" as connect identifier is "XXXX" maintained as physical;
Error: ORA-16698: LOG_ARCHIVE_DEST_n parameter set for object to be added

🚚 Solution

Solution is following command on standby database to be added:

alter system set log_archive_dest_2 = '';

Nếu k được thì chạy cả trên máy primary

You may also like