Auto purge of old archive logs
I know that we can purge old archive logs using following rman command
DELETE ARCHIVELOG UNTIL TIME 'SYSDATE-4';
How can I automate this so that old archives are automatically deleted from the file system?
Quick help is highly appreciated.
DELETE ARCHIVELOG UNTIL TIME 'SYSDATE-4';
How can I automate this so that old archives are automatically deleted from the file system?
Quick help is highly appreciated.
0