We have a requirement that purging activity carried at the source table should not get replicated to the target. The source table is a kind of staging table which get truncated every week, but the target table should not get impacted due to this truncate operation. Goden gate version we are using is 11.2.1 on Windows OS.
Thanks