org.jumpmind.symmetric.db.db2.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symmetric-ds Show documentation
Show all versions of symmetric-ds Show documentation
SymmetricDS is an open source database synchronization solution. It is platform-independent,
web-enabled, and database-agnostic. SymmetricDS was first built to replicate changes between 'retail store'
databases and ad centralized 'corporate' database.
The newest version!
CREATE VARIABLE sync_node_disabled VARCHAR(50);
GRANT READ on VARIABLE sync_node_disabled TO PUBLIC;
GRANT WRITE on VARIABLE sync_node_disabled TO PUBLIC;
CREATE VARIABLE sync_triggers_disabled INTEGER;
GRANT READ on VARIABLE sync_triggers_disabled TO PUBLIC;
GRANT WRITE on VARIABLE sync_triggers_disabled TO PUBLIC;