Database Backup and Recovery (MOSC)

MOSC Banner

How To Delete Archivelogs on Standby?

edited Apr 17, 2014 12:00PM in Database Backup and Recovery (MOSC) 4 commentsAnswered

Hello:

Primary lives on Server A.  Standby lives on Server B.  RMAN backups are executed on Primary.  Fast recovery area not used.

Following Oracle Data Guard Concepts and Admin Guide 11.3.4 I configured rman:

   CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;

Thought I should be able to rman connect to Primary and delete archive logs on Standby:

   rman target sys/XXXXXX@AXTSTPRY catalog rmandb/XXXXXXX@rcat11g

  DELETE ARCHIVELOG ALL for db_unique_name AXTSTSBY ;

This error happens, crosscheck does not resolve it.

   RMAN-06207: WARNING: 13 objects could not be deleted for DISK channel(s) due

   RMAN-06208:          to mismatched status.  Use CROSSCHECK command to fix status

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