How to fix the Oracle error ORA-19555: invalid LOG_ARCHIVE_MIN_SUCCEED_DEST parameter value?
In this post, you’ll learn more about the Oracle ErrorORA-19555: invalid LOG_ARCHIVE_MIN_SUCCEED_DEST parameter value with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-19555: invalid LOG_ARCHIVE_MIN_SUCCEED_DEST parameter value
Reason for the Error ORA-19555: invalid LOG_ARCHIVE_MIN_SUCCEED_DEST parameter value
The value of parameter LOG_ARCHIVE_MIN_SUCCEED_DEST was not set within the valid range.
How to fix the Error ORA-19555: invalid LOG_ARCHIVE_MIN_SUCCEED_DEST parameter value ?
You can fix this error in Oracle by following the below steps
Specify a correct value for parameter LOG_ARCHIVE_MIN_SUCCEED_DEST. If the archive log parameters LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST are in use, set parameter LOG_ARCHIVE_MIN_SUCCEED_DEST to either 1 or 2.
Leave Your Comment