I am using Oracle 10g and RMAN on Linux.
Is there a way to automatically delete archivelogs that have been backed up 3 times via OEM or a script?
Currently, I'm deleting them manually with the following:
rman catalog=rman/*****@RMAN target=netbackup/******@PROD
RMAN> delete archivelog all completed before 'sysdate -3';
Thanks!
Is there a way to automatically delete archivelogs that have been backed up 3 times via OEM or a script?
Currently, I'm deleting them manually with the following:
rman catalog=rman/*****@RMAN target=netbackup/******@PROD
RMAN> delete archivelog all completed before 'sysdate -3';
Thanks!