Purge archivelog
I am working in archivelog mode.
When I run the following script to identify unneeded logfiles:
select count (*) from dba_registered_archived_log where purgeable = 'YES'
I get 1090 archivelog purgeables
count(*)
------------
1090
How I can purge these archivelog?
Thanks