Enabling Replication for a Marked Table

Enable replication for a marked table.

  1. Log in to the Replication Agent instance with the administrator login.
  2. Determine if the table is marked in the primary database:
    pdb_setreptable pdb_table

    where pdb_table is the name of the primary database table for which you want to enable replication.

    If pdb_setreptable returns information that the specified table is marked and has replication disabled, continue this procedure to enable replication for the table.

    Note: A table must be marked for replication before replication can be enabled or disabled for the table.
  3. Enable replication for the table:
    pdb_setreptable pdb_table, enable

    After replication is enabled for the table, any transaction that affects the data in that table is captured for replication.

  4. Verify that replication is now enabled for the table:
    pdb_setreptable pdb_table