RMAN backup error - ORA-19809
maddoxJun 12 2012 — edited Jun 13 2012During the RMAN backup I received an error ORA-19809 (limit exceeded for recovery files). I check the v$flash_recovery_area_usage view which shows 1.3% used. According to the view I should have enough room. The OS shows enough space remaining on the disk.
Error:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 67108864 bytes disk space from 4294967296 limit
Oracle 11.2.0.3
Windows 2008R2
FILE_TYPE PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
-------------------- ------------------ ------------------------- ---------------
CONTROL FILE 0 0 0
REDO LOG 0 0 0
ARCHIVED LOG 0 0 0
BACKUP PIECE .37 0 1
IMAGE COPY 0 0 0
FLASHBACK LOG .98 0 2
FOREIGN ARCHIVED LOG 0 0 0
Edited by: maddox on Jun 12, 2012 2:40 PM