Joining 2 tables in source and replicate on target.
edited Jun 24, 2013 9:30PM in GoldenGate, Streams and Distributed Database (MOSC) 2 commentsAnswered
Hi,
I have a requirement in which I need to join 2 tables in source based on a column that is available in both tables. And replicate only if 1 column of second table contains value as "Y".
e.g.
Tab1
Name
Acc_no
Address
Balance
Tab2
Acc_no
Alerts --- (Y or N)
Here, I want to configre GG such that it will replicate,
Name, Acc_no, balance & Alerts columns to a target table only if Tab2.Alerts='Y'.
Can someone please help me for the same?
0