Attaching a New Fragment to a Replicated Table

You can attach a new fragment to a replication table while replication is active.

About this task

Enterprise Replication cannot automatically set alter mode for this operation because of an SQL restriction that requires attaching a fragment to be performed in multiple steps.

Procedure

To attach a new fragment to a replicated table:
  1. Set alter mode on the replicate by running the cdr alter on command.
  2. Drop the replication key of the table.
  3. Attach the new fragment.
  4. Re-create the replication key.
  5. Unset alter mode by running the cdr alter off command.