Learn the purpose and how to resolve the ORA-01052 error message in Oracle.
Description
When you encounter an ORA-01052 error, the following error message will appear:
ORA-01052: one of the two must-succeed archive locations is not designated
Cause
You have LOG_ARCHIVE_MIN_SUCCEED_DEST set to 2, while LOG_ARCHIVE_DUPLEX_DEST is no longer specified.
Resolution
The option(s) to resolve this Oracle error are:
Option #1
Set LOG_ARCHIVE_MIN_SUCCEED_DEST to 1, or specify a cost for LOG_ARCHIVE_DUPLEX_DEST.
Leave a Review