JDBC Support
Data Synchronizer bundles two common JDBC drivers:
-
PostgreSQL JDBC Connector, version 42.5.1
-
Microsoft JDBC Driver For SQL Server, version 11.2.3.jre8
To use a JDBC driver that is not in the above list:
1. place the driver jar, and any jars it depends on, at the start of the JVM classpath
2. populate the jdbcDriver parameter in the yaml configuration file with the driver class-name.
Examplejava -classpath ojdbc8.jar;TIB_tps_datasyncer.jar
com.tibco.patterns.datasync.Main yaml-file
where, ojdbc8.jar is the required driver jar file, you must mention the jar file in classpath.
yaml-file is the PDS configuration YAML file.
Note: The JDBC driver must be compatible with the JDK.