Deleting standby archive file manually from ASM.
generated manaualy using asmcmd ( as they are occupying space).
I Want to verify if the following approach is good to follow.
Step 1) rman target /
crosscheck archivelog all
Step2) get archivelog to be deleted
select name from v$archived_log where status='A'and APPLIED='YES' and REGISTRAR='RFS' ORDER BY COMPLETION_TIME;
Step3) Delete the files generate in previous step using ASMCMD
Step4) Run again rman target /a
crosscheck archivelog all