Default Golden Gate behavior?
What is the default GoldenGate behaviour if different columns of the same row are updated at about the same time in an active-active scenario?
For example:
ID(Primary Key) | Name | Phone No | Address | Zip Code |
---|---|---|---|---|
3 | ABC | 888-888-8888 | 123, DEF Street, NJ, USA | 11111 |
If Site A updates the Phone No. and Site B updates the Address at nearly the same time (i.e before Site A update is replicated at Site , what will be the default behavior?
Will the two sites have updated values on both columns?
[Considering there's no CDR in place.]
Thank you.