Database Backup and Recovery (MOSC)

MOSC Banner

RMAN LEVEL 1 INCR BKP DOESN'T MARK OBSOLETE BACKUPSET

Product: Oracle Std DB 19c 19.19 Windows Server 2022.

Hi community, we hae a dozen of small windows box running ORACLE DB 19c.

We have the following RMAN script running every night.

Problem is that even with recovery windows of 3 days, backup sets older than a week are not marked as obsolete and thus not deleted.

Same RMAN script on all the boxes. Same RMAN problem on all the boxes.

RMAN config is:

CONFIGURE BACKUPOPTIMIZATION OFF; # default

CONFIGURE DEFAULTDEVICE TYPE TO DISK; # default

CONFIGURECONTROLFILE AUTOBACKUP ON;

CONFIGURECONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default

CONFIGURE DEVICETYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default

Tagged:

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