0% found this document useful (0 votes)
155 views1 page

RMAN Archivelog Cleanup Guide

This document provides RMAN commands to delete expired archivelog files in Oracle databases. The commands are: list expired archivelog all to view expired files, crosscheck archivelog all to mark files for deletion, and delete noprompt expired archivelog all to remove expired files without confirmation. Running list expired archivelog all again should return no results, indicating all expired files were successfully deleted.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
155 views1 page

RMAN Archivelog Cleanup Guide

This document provides RMAN commands to delete expired archivelog files in Oracle databases. The commands are: list expired archivelog all to view expired files, crosscheck archivelog all to mark files for deletion, and delete noprompt expired archivelog all to remove expired files without confirmation. Running list expired archivelog all again should return no results, indicating all expired files were successfully deleted.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Delete expired archivelogs using RMAN

Below commands will helpful for deleting expired archivelog files through RMAN :

RMAN>list expired archivelog all;

RMAN>crosscheck archivelog all;

RMAN>delete noprompt expired archivelog all;

Now check the output with below command it should not return any list

RMAN> list expired archivelog all;


using target database control file instead of recovery catalog
specification does not match any archived log in the repository
RMAN>

You might also like