All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dialects.db2.sql Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2.0.15
Show 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy