Hello,

It is a logical Standby database with the following scenario:

- Primary site with two servers as RAC.
- Standby site with two servers as RAC.
- Both Primary servers send the redo logs to the 1st server of the Standby site.
- 1st server of the Standby receives the redo logs and applies them.

How can I check that, if the 1st server of the Standby fails, then the two Primary servers will send the redo logs to the 2nd server of the Standby?

Thank you!