Archivelogs in FRA
DB: 11.2.0.3
OS: Red Hat Linux 6.8
Issue: FRA in my test box keeps filling up with archivelogs. I would like to keep archivelogs for 1 day, but I don't want to do any backups due to lack of disk space. Please advice how to make that change.
Any help and advice would be appreciated.
Thanks.
RMAN> show all
2> ;
using target database control file instead of recovery catalog
RMAN configuration parameters for database with db_unique_name ICON are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u01/app/oracle/oradata/icon/backup/%F';