Home |
Previous Page | Next Page Appendix E. Replication Examples > Primary-Target Example >
In repl1, usa is the primary
database server and italy is the target. Changes made
to the manufact table on italy do
not replicate to usa.
To not cause a replication
- Use DB–Access to insert a value into the manufact table
on italy:
INSERT INTO stores@italy:manufact \
VALUES ('ZZZ','Zip','9');
- Verify that the change occurred on italy but did
not replicate to the manufact table on usa:
SELECT * from stores@usa:manufact
SELECT * from stores@italy:manufact
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]