RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process - Oracle 11g Standby Database

 RMAN> show all;

 There would be like following deletion policy in your current rman configuration :

 CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;

 Now :

 

1. Change the Archive log deletion policy to STANDBY:

CONFIGURE ARCHIVELOG DELETION POLICY TO SHIPPED TO STANDBY;

 2. delete the obsolete:

delete noprompt force archivelog until time 'sysdate-10';

 3. revert the old values:

CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;

4. show all;

Comments

Popular posts from this blog

adop phase=prepare [ERROR] META:18:03:58.800: bad stylesheet: kustrigc (Tested on R12.2.5 by me)

After cloning - adapcctl.sh: exiting with status 204

ORA-46697: Keystore password required - create pluggable database pdb1clone from pdb1