Hi,
i would like to know if it is possible to do replication of a specific table for incremental data.
eg. assume table A has 5000 rows on day-1 and i have replicated this to a target environment. and on day-2, there was 100 rows added in this table and 50 records got changed. I want to get only those 100 + 50 data to be replicated to target environment, in this process those 100 new records to be inserted into table A of target env. and 50 records should be updated with changes.
Regards,
Mohan.