Hi,
I am looking at an Oracle 11gR2 (11.0.2.4) database and I want to delete from rman all archive logs that have been backed up at least two times to tape.
%list archivelog all backed up 2 times to device type sbt_tape;
shows a bunch of files.
However,
%delete force noprompt archivelog all backed up 2 times to device type sbt_tape;
deletes no files.
rman parameters are set to the default values and retention policy is set to a recovery window of 370 days
The database is configured to use DataGuard, however DRS is currently in DEFER mode
The strange thing is that a debug log shows that files to delete have
"Matching archived log has 0 backups"
Can someone explain why this might be happening?