Error ORA-19606 on RMAN Delete on DataGuard enviroment
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