Mark the test primary table (mrx_test) that was created in the Oracle database by the oracle_create_test_table.sql script in the $SYBASE/MA-15_1/scripts/oracle/ directory.
To mark the test primary table for replication
Use isql or another query processor to log in to the Mirror Replication Agent administration port.
Use the following command to mark the mrx_test table for replication:
pdb_setreptable mrx_test, mark
Make sure that replication is enabled for the mrx_test table.
See the Mirror Activator Administration Guide for
more information.