Previous Topic: Restore a Database to Another Node from the RMAN ConsoleNext Topic: Backup Agent Errors


The Agent Cannot Back Up the Archive Log

Symptom

The Warning AW53704 Unable to locate the Archived Log. It will not be backed up. (Archived Log=[archived log file name]) occurs:

Solution

You can perform the following steps to resolve this error in the file-based mode:

To resolve Warning AW53704 in file-based mode

  1. Log into the machine on which the Agent for Oracle Agent is installed.
  2. Open the RMAN console.
  3. Execute the following command
    crosscheck archivelog all
    
  4. Then execute the following command
    delete expired archivelog all.
    

    Note: The command delete expired archivelog all will delete the archivelog record information in the control file and catalog database. Contact your Oracle DBA before you execute these commands.