What is the best/recommended way to delete archive logs(received from primary database) from a stand
Hello,
We have Data Guard configuration as follows:
Primary Database: ORATST
Physical Standby Database: ORAPSD
Flash Recovery Area is enabled on both databases with sizes 25GB and 5GB respectively.
Data Guard mode: Max Availability mode
RMAN configuration on Primary Database:CONFIGURE ARCHIVELOG DELETION POLICY TO NONE
RMAN configuration on Physical Standby Database:CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY
Our oracle version is 11g for WINDOWS and DGMGRL version is 11.1.0.60
Our observation is both databases are running normally and they are in sync.
Through Enterprise Manager, we take FULL database backup (including Archive-logs) of Primary Database. Due to backup.archived-log retention policy, Archive logs on Primary database gets deleted eventually.
0