Posted 7/9/2009 2:46:38 PM
|
|
|
|
| I was getting the following message when trying to backup the archive logs: RMAN-06207: WARNING: 2170 objects could not be deleted for DISK channel(s) due RMAN-06208: to mismatched status. Use CROSSCHECK command to fix status RMAN-06210: List of Mismatched objects
To resolve this i had to run a crosscheck command. I tried the traditional crosscheck and still the error kept coming so i had to do the following: RMAN> connect target / connected to target database: P655 (DBID=2454151442)
RMAN> connect rcvcat rman/rmanpassword@catalog connected to recovery catalog database
RMAN> change archivelog all crosscheck; . . . Crosschecked 2202 objects
After doing this, it got rid of the message. Solars 10 - running Oracle 10.2.0.3 Thanks,
|
|
|
|