Deleting archive logs from standby when FRA is not being used
Hello everyone
We have configured a physical standby database against our production database
The database version is 11.2.0.4
log archive_dest_1 on production is defined as ....
LOCATION=/u08/oracle/oradata/prod/archivelogs VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=prod
and on standby it is defined as....
LOCATION=/u08/oracle/oradata/proddr/archivelogs VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=proddr
We are using RMAN to backup the primary database only and we are not backing up the standby database at all
We are not using CATALOG and using CONTROL FILE
On both production and standby database archive log deletion policy is set to NONE