Hi All,

In RMAN backup script, Once it takes the backup of all Archivelogs, I want to delete archive logs from the server disk, which are older than 7 days.

I know of command 'delete input'. But, this deletes all the files.

Is there any command like 'delete input sysdate-7' or something which serves my purpose?

Thanks in Adv.