Hello All,
I am using Oracle 11.2.0.4 with ASM storage. FRA has around 1.4TB space.
Today I have taken archivelogs backup as below:
rman> backup archivelogall delete input;
Now the FRA is showing as 73% full with 0 reclaimable space.
SELECT * FROM V$RECOVERY_FILE_DEST;

select * from V$FLASH_RECOVERY_AREA_USAGE;
Getting the below output:

Please let me know how can I manage FRA. How can I free space in this situation??
Thanks.