DG broker, RAC: VIP or SCAN
Hi,
According to "Doc ID 1638605.1": "The primary database should be using the VIP hostname in the TNS connect string to connect to the standby database for archive log shipments."
But in that case I got (dg broker log):
Redo transport problem detected: redo transport for database DB2 has the following error:
ORA-01034: ORACLE not available
And that because only first instance was shutdown (2 more instances were up and running).
Do I understand right that if one of the instances is down and CRS is still up then this node vip is still up and answers with "ORACLE not available". This answer doesn't lead to connection failover to the next address (next vip) in the connecting string (tns entry at primary site) because failover is only when there is a connection problem (either connection is dropped or no listener at all).