3 thoughts on “Script to delete applied archivelogs on a STANDBY database”

  1. although all archivelogs are applied on the standby, the script returns this error:

    RMAN-08120: warning: archived log not deleted, not yet applied by standby

  2. Even I face the same bug on 12c+ versions, you can simply set the FORCE_DELETION parameter at line 65 to YES, this will forcefully delete the "APPLIED" archives and overcome this bug:

    FORCE_DELETION=Y

Leave a Reply

Your email address will not be published. Required fields are marked *