RMAN-07527: Reason: File was not created using DB_RECOVERY_FILE_DEST initialization parameter

RMAN-07527: Reason: File was not created using DB_RECOVERY_FILE_DEST initialization parameter

Cause: This message should be accompanied by other message(s) indicating the name of file that was not created using DB_RECOVERY_FILE_DEST initialization parameter. One of the following scenarios caused this error: 1) This is an archived log file and was created when the LOG_ARCHIVE_DEST_n initialization parameter was set explicitly to flash recovery area location. For example, LOG_ ARCHIVE_DEST_1= location=+FRA where +FRA was also your DB_ RECOVERY_FILE_DEST value. 2) This is an RMAN backup file and was created in a flash recovery area using the FORMAT option of the BACKUP command. 3) This is an online log file or current control file and was created prior to setting the flash recovery area. 4) This file fits none of the above scnearios and is not supported by the flash recovery area.

Action: All of following actions will resolve future occurences of this error: 1) To create archived logs in flash recovery area, set the LOG_ARCHIVE_DEST_n initialization parameter to location=USE_DB_RECOVERY_FILE_DEST . Do not explicitly set the LOG_ARCHIVE_DEST_n initialization parameter to a flash recovery area location. 2) To create RMAN backups in flash recovery area, do not use the FORMAT option of the BACKUP command. All of following actions will resolve current problem: 1) If this is an archived log file or an RMAN backup file, use the CATALOG command to re-catalog the files. 2) If this is an online log file or a current control file to be managed by the flash recovery area, re-create the file using the DB_RECOVERY_FILE_DEST initialization parameter.

No comments:

Post a Comment