Database Backup and Recovery (MOSC)

MOSC Banner

Archivelogs in FRA

edited Feb 17, 2017 8:23AM in Database Backup and Recovery (MOSC) 12 commentsAnswered ✓

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';

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center