Hi,
My database version is 11.2.0.1.0 and i have set db_recovery file dest size to 10G and also i have enough space in mount point,but my RMAN fails with the below error
Starting backup at 25-DEC-13
using channel ORA_DISK_1
channel ORA_DISK_1: starting compressed full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00003 name=/u01/app/oracle/oradata/DB11G/undotbs01.dbf
input datafile file number=00004 name=/u01/app/oracle/oradata/DB11G/users01.dbf
input datafile file number=00001 name=/u01/app/oracle/oradata/DB11G/system01.dbf
input datafile file number=00002 name=/u01/app/oracle/oradata/DB11G/sysaux01.dbf
channel ORA_DISK_1: starting piece 1 at 25-DEC-13
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 12/25/2013 17:08:52
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 81920 bytes disk space from 10737418240 limit
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting compressed full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
including current control file in backup set
channel ORA_DISK_1: starting piece 1 at 25-DEC-13
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 12/25/2013 17:08:54
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 18300928 bytes disk space from 10737418240 limit
Regards,
007