Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to add extra information from another tables in Golden Gate

Mohamed AminOct 27 2024

I have 2 table Table1(ID, Name) and Table2 (ID, Email). Table1 is added to Golde Gate to capture any change (insert /update /delete) and put it in a trail file and then Golden Gate for Big Data read the trail file and send it to Kafka. If for example there is a change in Name in Table1, we need to send 3 columns (ID, Name, Email) to Kafka. From first Table Table1 Golden Gate will capture (ID, Name) and we need to get for same ID the email from the second Table Table2 and send the 3 columns ID, Name, Email to Kafka .

Comments
Post Details
Added on Oct 27 2024
0 comments
60 views