Database Error Messages

RMAN-07553

warning: RECOVERY WINDOW is more than CONTROL_FILE_RECORD_KEEP_TIME

Cause

The specified RECOVERY WINDOW was more than the CONTROL_FILE_RECORD_KEEP_TIME initialization parameter on target database. Using RMAN without a recovery catalog in such a configuration would result in losing backup information.


Action

Use the recovery catalog or ensure that the RECOVERY WINDOW is not more than CONTROL_FILE_RECORD_KEEP_TIME parameter by changing the RECOVERY WINDOW or CONTROL_FILE_RECORD_KEEP_TIME parameter value. Oracle highly recommends using the recovery catalog to keep backup information for more than a month.