How to fix the Oracle error ORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified?
In this post, you’ll learn more about the Oracle ErrorORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified
Reason for the Error ORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified
A valid destination for parameter LOG_ARCHIVE_DUPLEX_DEST was not specified when parameter LOG_ARCHIVE_MIN_SUCCEED_DEST was set to two.
How to fix the Error ORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified ?
You can fix this error in Oracle by following the below steps
Either specify a value for parameter LOG_ARCHIVE_DUPLEX_DEST, or reduce the value for parameter LOG_ARCHIVE_MIN_SUCCEED_DEST to one.
Leave Your Comment