Oracle DBA, How To, Error, Cause and Action

ORA-16709: standby archived log location settings conflict with database recovery area

ORA-16709: standby archived log location settings conflict with database recovery area


Cause:


The StandbyArchiveLocation or AlternateLocation property was set to USE_DB_RECOVERY_FILE_DEST, but the initialization parameter DB_RECOVERY_FILE_DEST did not specify a valid destination.



Action:


Use a value other than USE_DB_RECOVERY_FILE_DEST for StandbyArchiveLocation or AlternateLocation, or set up a valid database recovery area by setting DB_RECOVERY_FILE_DEST to a valid destination.

No comments:

Post a Comment

Thanks for your comment.