If you have a CLOB column on Oracle that is failing to sync because of the size with the following error:
Starting with 10.2g you can set a connection property (SetBigStringTryClob) to allow the JDBC driver to treat the CLOB properly.
The following is an example of how to configure SymmetricDS's datasource in an symmetric-*-ext.xml Spring file.
Labels: