How to delete expired backupset with RMAN ?
410969Apr 8 2009 — edited Apr 8 2009Hi all, I had a job to backup my database with RMAN, My job like this :
6: level 0 backup
0: level 1 backup
1-5: level 2 backup
and I had set CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS on RMAN.
So , when I use:
RMAN>crosscheck backupset;
RMAN>delete expired backupset;
the RMAN deleted nothing,but I had over one month backupsets ,it over four weeks and so big
then ,How to deleted it with RMAN ? I think I just need to remain one or two weeks backupset.