Let me try this again. I want to be able to run a script to removed all applied
archive files that are part of my stand by database.

When I query the V$ARCHIVED_LOG, the colums where APPLIED='YES' no
longer have the archive file path associated with them. The name becomes
is changed to my database name.

Example:

NAME APP
stdby YES

Those files, which have not been applied still have the valid path name (see
below)

NAME APP
/t4data/oracle_data/pri/arch/arch_1347_1_684356798.arc NO

Does anybody know how I can generate a script to remove arc files from
disk that have been applied ONLY!!!