Mark Tables for Incremental Transfer

You must mark tables as eligible to participate in incremental transfer.

Any table may be so designated, except system tables and worktables. You can designate eligibility either when you create a table, or at a later time by using alter table. You can also use alter table to remove a table’s eligibility.

In eligible tables:

Removing a table’s eligibility removes any per-row changes added to support incremental transfer, and deletes any saved transfer history for that table.