Oracle Database: Remove old archive files from RMAN

Advertisements

rman target /

CROSSCHECK BACKUP;
CROSSCHECK COPY;
CROSSCHECK ARCHIVELOG;
DELETE EXPIRED BACKUP;
DELETE EXPIRED COPY;
DELETE EXPIRED ARCHIVELOG;

RMAN> report obsolete; RMAN> delete obsolete;
recent commands:
delete archivelog all completed before 'sysdate -1';
backup archivelog all;
crosscheck backupset;
crosscheck archivelog all;
show all;
report obsolete;
delete obsolete;
SQLPLUS:
 show parameter db_recover

[ad#ad-post]

Advertisements

Add a Comment

Your email address will not be published.