Automatic Archivelog Management
I am trying to fix a botched archive setup that I have inherited and am running into issues with archive logs not being cleaned up.
Here is the scenario:
Full RMAN backup taken nightly (RMAN> Backup database plus archivelog)
Archive log deletion policy is set to 1 times backed up.
Archive files still exist after multiplie backups and causing space constraints.
Backup parameters:
CONFIGURE RETENTION POLICY TO REDUNDANCY 5;
CONFIGURE BACKUP OPTIMIZATION ON;
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'D:\Data\PRMY01\%F';
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
1