GG 19.1 MA HA model
This is pretty high-level design stuff
I have a 2 node rac 19c databases unidirectional replication from one database to another on the same RAC.
Typically I want source extract running against src1 instance and replicat running against tgt2 instance. Should either instance drop it should move to the other node.
GG is MA 19.1.0.0.4
A simple thought if possible
can 1 servicemanger manage both the extract/distribution and the receiver/replicat services?
If this is true I could just have the one install locally on both nodes
TNS for srcdb as node1,node2 and for tgtdb node2,node1 then extract would be running against node1 usually and replicat against node2 normally.