Previous Topic: RMAN Exits With Error Code RMAN-06004Next Topic: Media Information is Not Listed in the Restore Media After Submitting an RMAN Restore Job


RMAN Exits With Error Code AE53034 RMAN-06059

Symptom

The Error AE53034 RMAN-06059: Expected archived log not found, lost of archived log compromises recoverability error occurs:

Solution

You can perform the following steps to resolve this error in RMAN Mode:

To resolve Error AE53034 RMAN-06059 in RMAN Mode

  1. Logon the machine which has Oracle Agent installed.
  2. Open 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.

More information:

Unable to Access Archived Logs in Oracle Cluster Environment