Adsense Ad

Wednesday 24 May 2017

Oracle: ORA-01052 Error Message

ORA-01052 Error Message

Learn the cause 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 destinations is not specified

Cause

You have LOG_ARCHIVE_MIN_SUCCEED_DEST set to 2, while LOG_ARCHIVE_DUPLEX_DEST is not specified.

Resolution

The option(s) to resolve this Oracle error are:

Option #1

Set LOG_ARCHIVE_MIN_SUCCEED_DEST to 1, or specify a value for LOG_ARCHIVE_DUPLEX_DEST.

No comments: