Bidirectional Transactional Replication Setup
RE-XB-2 Creating a publication
Adding tables to publication
To add a table to publication execute the following steps:
- Login to the Conductor UI using the dba account.
- Go to the "Replication" tab, then go to the "Transactional" tab and then go the "Publications" sub-tab.
- From the publications list select the link with the name of your publication ("repldemo").
- Press the "Add Tables" button.
- Select a database, then a table or multiple tables (select "Demo.demo.Orders"), and then press "Add to Publication" button.
Equivalent SQL commands to above
- Connect to the Virtuoso server via ISQL utility as DBA user.
- Add table "Demo.demo.Orders" to publication "repldemo"
SQL> repl_pub_add('repldemo', 'Demo.demo.Orders', 2, 1, 0);
| View the source | Action |
|---|---|
| 1. re_xb_2.sql | Set the initial state |
OpenLink Home
Technical Support