Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
flight8LAL
Contributor
Contributor

Oracle DB real time changes

I'm facing the need to monitoring a Oracle database change like insert, update, etc. and update the changing data to target database for further process.

But as far as i have searched, CDC mode seems not be available in free products in Talend.

And modification to the source table should be as less as possible.

Can anyone show me to meet such need, is there any free solution in Talend producs or what doc or material should i check?

THX a lot!

Labels (4)
1 Reply
Anonymous
Not applicable

@Andy Liu​ , without using CDC, my idea is to do a full table comparison to get the changed data including inserted data, deleted data and updated data, and then synchronize these changed data to target table. But this way is very inefficient, if the amount of data in the full table is large, it will take a long time to do the comparison.

 

Regards

Shong