Database Backup and Recovery (MOSC)

MOSC Banner

Cannot delete archive logs with RMAN on a standby database

edited Apr 17, 2015 5:00AM in Database Backup and Recovery (MOSC) 13 commentsAnswered
Version 11.2.0.4

We have primary and standby database. The backups are performed on the primary database.

On the standby database I cannot delete the archived logs through RMAN command

DELETE NOPROMPT ARCHIVELOG UNTIL TIME ='SYSDATE-3'.

On standby server with setting

CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;

I get error RMAN-08120: WARNING: archived log not deleted, not yet applied by standby

Then I change to

CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;

I get error RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process

Archive logs are applied on standby.

1) Why none of the above is not working?

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