RMAN backup of archivelog files with ‘skip inaccessbile’ returns error/ RMAN-06061: WARNING: skipping archived log compromises recoverabilit

oracle-11g-logo

During a backup execution, I saw this warning “RMAN-06061: WARNING: skipping archivelog compromises recoverability” follow by “RMAN-00600: internal error, arguments [13200] [] [] [] []”. Then, searching in the MOS (My Oracle Support) I found this ID [341337.1] where I got the answer. Basically, you have to do this steps:

RMAN> Resync catalog ;
RMAN> Crosscheck archivelog all ;
RMAN> delete expired archivelog all ;

After, run your backup again with “SKIP Inaccessible option”, if failed again, try rerun without “SKIP Inaccessible option”.

I hope this post can help you!

icon2

Related posts

4 Thoughts to “RMAN backup of archivelog files with ‘skip inaccessbile’ returns error/ RMAN-06061: WARNING: skipping archived log compromises recoverabilit”

  1. … [Trackback]

    […] Find More Information here to that Topic: techdatabasket.com/2015/05/27/rman-backup-of-archivelog-files-with-skip-inaccessbile-returns-error/ […]

  2. … [Trackback]

    […] Find More on to that Topic: techdatabasket.com/2015/05/27/rman-backup-of-archivelog-files-with-skip-inaccessbile-returns-error/ […]

  3. … [Trackback]

    […] Here you can find 38459 more Information to that Topic: techdatabasket.com/2015/05/27/rman-backup-of-archivelog-files-with-skip-inaccessbile-returns-error/ […]

  4. … [Trackback]

    […] Information on that Topic: techdatabasket.com/2015/05/27/rman-backup-of-archivelog-files-with-skip-inaccessbile-returns-error/ […]

Leave a Comment