Mark the test primary table that was created in the Oracle database by the oracle_create_test_primary_table.sql script (rax_test).
To mark the test primary table for replication:
Use isql or another query processor to log in to the Replication Agent administration port.
Use the following command to mark the rax_test table for replication.
pdb_setreptable rax_test, mark
See “Marking objects in the primary database” for more information.
Make sure that replication is enabled for the rax_test table.
See “Enabling and disabling replication for marked tables” for
more information.