Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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.
i want to copy only records that have been inserted or updated. How can i achieve it.