I use the below command in rmanĀ :
RMAN>delete archivelog all completed before 'SYSDATE-5';
but its not deleting old files ,I try
RMAN>crosscheck archivelog all;
RMAN>delete noprompt expired archivelog all;
still the same issue
not able to delete old logs before 5 days.