Is there a way within OEM to automatically execute RMAN commands to delete older archivelogs?
I manually execute this in RMAN:
RMAN> crosscheck archivelog all;
RMAN> delete archivelog all completed before 'sysdate-7';
Regarding the backups, they are already setup and automatically executing within OEM...very nicely I might add.
Now I need the clean-up to be automatic as well.
Thanks in advance!
I manually execute this in RMAN:
RMAN> crosscheck archivelog all;
RMAN> delete archivelog all completed before 'sysdate-7';
Regarding the backups, they are already setup and automatically executing within OEM...very nicely I might add.
Thanks in advance!