Archived log files does not get deleted from Physical Standby Database, when we take backup on Prima
Oracle Version: 11g
Environment: Oracle Data Guard
Primary Database: ORATST
Physical Standby Database: ORAPSD
Flashback Recovery Area Enabled on both databases
Primary Database RMAN configuration:
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE
Physical Standby Database RMAN configuration:
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY
Also on both database init parameter _log_deletion_policy=’ALL is added in respective spfiles and both databases are restarted.
Data Guard is working in Maximum Available mode. Our observation is, both databases are in sync. And Redo Transport as well as Apply Services are properly running.
Primary database has its archived log files in its Flash Recovery Area. And Physical Standby database has received archived log files(received from Primary Database) in its Flash Recovery Area.
0