RMAN-06207
We had database which used regular hot backup scripts. I am in process of configure this database to use RMAN as backup tool.
After first couple backup runs (with delete obsolete) I am getting this warning error:
RMAN-06207: WARNING: 2 objects could not be deleted for DISK channel(s) d
RMAN-06208: to mismatched status. Use CROSSCHECK command to fix
RMAN-06210: List of Mismatched objects
RMAN-06211: ==========================
RMAN-06212: Object Type Filename/Handle
RMAN-06213: --------------- ---------------------------------------------
RMAN-06214: Datafile Copy /u10/oraback/DPDEVUG/HOT/control1DPDEVUG.ctl
RMAN-06214: Datafile Copy /u10/oraback/DPDEVUG/HOT/control2DPDEVUG.ctl
I executed : crosscheck archivelog all and stll getting this warning.
Any ideas?