|
回复 #18 alexanderr 的帖子
> you mean the parameter 'VALID_FOR=(ALL_LOGFILES,ALL_ROLES)' makes the primary transmit the redo info to all the standby
> log files which include ORLs and SRLs, right?
You maybe confused about something.
Why you keep associating the archive logs on standby with ORLs?
As a matter of fact standby DB doesn't require ORLs, that was also mentioned by Yong Huang before.
Strictly the ORLs(refer to standby) have nothing to do with standby DB.
The log_archive_dest_n parameters you showed us are set on standby database, right?
So the parameters only affect standby, not primary.
None of the log_archive_dest_n parameters make the primary transmit the redo info to standby DB.
Only those log_archive_dest_n parameters which are set on primary DB with remote instance(service=XXXX option) do.
Here is your scenario:
dest_1 and dest_3 are your local archive destinations
dest_2 is your remote archive destination, which is valid only when the standby database becomes primary(activate,switchover or failover)
When you switch logfile on primary, standby DB will perform archiving log from SRL, to dest_1 and dest_3. |
|