Question on LGWR writing to standby redologs in the Primary instance.
As I was going through the alertlog of our primary database(we have a mixed dataguard setup with FSFO configured) I observed that the LGWR in the primary database is writing to Standby redologs which I suspect it has to be writing to redo log files and standby redo logs in the standby environments. The log_archive_dest parameters as in the primary database are as below
log_archive_dest_2 = "service=xxxxxxFO LGWR SYNC AFFIRM delay=0 OPTIONAL max_failure=0 max_connections=1 reopen=300 db_unique_name=xxxxxxxFO register net_timeout=180 valid_for=(online_logfile,primary_role)"
log_archive_dest_3 = "SERVICE=xxxxxxRO LGWR SYNC AFFIRM REOPEN=300 valid_for=(online_logfiles,primary_role) db_unique_name=xxxxxxRO"