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

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

OAM 11.1.2.3 - Bad Oracle Access Manager Request Error After Applying OAM Patch 27373151 + Webgate Patch 27393427 BP 11.1.2.3.180717