Database Backup and Recovery (MOSC)

MOSC Banner

Error ORA-19606 on RMAN Delete on DataGuard enviroment

edited Jan 17, 2012 11:53PM in Database Backup and Recovery (MOSC) 3 commentsAnswered
Hi,

I had an issue with the Delete obsolete on a Data Guard enviroment. I had follow the Oracle recomendations of the document:
 http://docs.oracle.com/cd/E11882_01/server.112/e25608/rman.htm#BAJHHAEB

Primary database has the folowing setup:

RMAN configuration parameters for database with db_unique_name RACACCT are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
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 '/orafiles/backup/hot/controlfile_%F.bak';
CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO COMPRESSED BACKUPSET;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default

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