<< Administering And Monitoring Replication - TOC
The repltable tool is used to replicate table between sites. To do so, the source site needs to publish the table so that other sites can subscribe it.
Example: $ repltable –t <TableName>
Synopsis: repltable [-U username] [-P password] -t <Table Name> [-u ] [?]
-U username This is an optional argument and its required for authentication.
-P password This is an optional argument also required for authentication.
-t tablename The specified table name will be replicated with this option.
-u To unreplicate the specified table (should always be used with -t option).