Mark a primary table for replication

Mark the test primary table that was created in the Oracle database by the oracle_create_test_primary_table.sql script (rax_test).

StepsTo mark the test primary table for replication

  1. Use isql or another query processor to log in to the Mirror Replication Agent administration port.

  2. Use the following command to mark the rax_test table for replication:

    pdb_setreptable rax_test, mark
    

For more information about marking objects in the primary database, see “Marking and unmarking tables”.

NoteMake sure that replication is enabled for the rax_test table.