Back Home
SymmetricDS triggers are installed, changes are captured for any Data Manipulation Language (DML) statements performed by external applications. Note that no additional libraries or changes are needed by the applications that use the database and SymmetricDS does not have to be online for data to be captured.
There are several industry recognized techniques to capture changing data for replication, synchronization and integration in a relational database.
setup server ../bin/dbimport --engine corp-000 --format XML create_sample.xml ../bin/symadmin --engine corp-000 create-sym-tables ../bin/dbimport --engine corp-000 insert_sample.sql setup store - create sample data ../bin/dbimport --engine store-001 --format XML create_sample.xml ../bin/symadmin --engine store-001 create-sym-tables and register ../bin/symadmin --engine corp-000 open-registration STORE 001 server ../bin/sym --engine corp-000 --port 8091 store ../bin/sym --engine store-001 --port 9090 initial load ../bin/symadmin --engine store-001 reload-node 000 ../bin/symadmin --engine corp-000 reload-node 001