Tibero Topics

Syniti Data Replication supports use of Tibero for:

  • Refresh replications, both source and target
  • Mirroring replications, target only.

There are no specific settings required for transactional replications to Tibero, other than the installation and configuration of the TmaxSoft Tibero ODBC driver. During configuration, be sure to add “TYPE=ODBC” to the connection string. This prevents certain operations (such as SELECT FROM or CREATE TABLE) from randomly generating the following error: "Arithmetic operation resulted in an overflow." A sample connection string is as follows:

Driver={Tibero 6 ODBC Driver};SERVER=100.111.1.22;PORT=8629;UID=SYS;PWD=********;DB=tibero;TYPE=ODBC

Further Resources