I am having trouble checking my Oracle backups with RMAN. The "report need backup" command does not display anything, which means that there is no problem ; but the command "report unrecoverable" asks me to do another backup :
RMAN> report need backup;
RMAN retention policy will be applied to the command
RMAN retention policy is set to recovery window of 7 days
Report of files that must be backed up to satisfy 7 days recovery window
File Days Name
---- ----- -----------------------------------------------------
and
RMAN> report unrecoverable;
Report of files that need backup due to unrecoverable operations
File Type of Backup Required Name
---- ----------------------- -----------------------------------
45 full or incremental /u01/app/oracle/oradata/orcl/data_ts3_01.dbf
How can I solve this problem ?
Thank you in advance