Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In all replications, source must be an Oracle database. Thus, two-way replication with Tibero is not supported.

(info) (info) For datatype mapping between Oracle and Tibero, please see Supported Datatypes.

(info)(info) For supported operating systems between Oracle and Tibero, please see Supported Platforms.

...


ODBC driver used on Linux platforms is unixODBC but iODBC can be installed as well.


Code Block
/etc/odbc.ini

[ODBC Data Source]
tibero          = Tibero6 ODBC driver

[ODBC]
Trace           = 1
Tracefile       = /home/tibero/odbc.trace

[tibero]
Description     = Tibero6 ODBC Datasource
DSN             = tibero
DRIVER          = /u01/app/tibero/client/lib/libtbodbc.so
HOST            = dbvlin217
USER            = sys
PASSWORD        = tibero
DB_NAME         = tibero
PORT            = 8629

...