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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
mboss1649680202
Contributor II
Contributor II

need info on replicate tables

Hi,

i have a task to replicate sql server table to oracle 11g database and vice versa.

I created a job and it works fine both ways.

My question is can we just replicate only rows that are inserted or updated. Does it copy all the rows or only modified/inserted ones.

Best Regards,

Labels (2)
2 Replies
Anonymous
Not applicable

What is a replicated table? A replicated table has a full copy of the table accessible on each Compute node. Replicating a table removes the need to transfer data among Compute nodes before a join or aggregation.

 

mboss1649680202
Contributor II
Contributor II
Author

i want to copy only records that have been inserted or updated. How can i achieve it.