I/F Driver change
This chapter explains I/F Driver change uisng JDBC, ODBC, DB Link, etc.
JDBC
Tibero 6
Comply with JDBC 4.0 SPEC. (JDK 1.6 or higher)
JDBC File : $TB_HOME/client/lib/jar/tibero6-jdbc.jar
Tibero 7
Comply with JDBC 4.0 SPEC. (JDK 1.7 or higher)
JDBC File : $TB_HOME/client/lib/jar/tibero7-jdbc.jar
Tibero URL Setting
Tibero 6,7
ODBC and OLE DB
Install Tibero 7 OCBC and OLE DB and change the existing drivers. The ODBC Driver is used for the oracle to Tibero DB Link, so replacement is necessary.
Connection String(ODBC)
The DSN method is the same, and if it is a Windows-based IP/PORT connection method, changes are required as follows.
Tibero 6
Tibero 7
Add DB Name corresponding to clients as DB Name check is stricter in Tibero 6 .
It operates in DSN mode by referring the TB_SID environment variable on UNIX (including Linux) even when specifying the IP/PORT using SQL Driver Connect.
Connection String(OLE DB)
The DSN method is the same, and if it is a Windows-based IP/PORT connection method, changes are required as follows.
Tibero 6
Tibero 7
Add DB Name corresponding to clients as DB Name check is stricter in Tibero 6 .
Others (DB Link, EXTERNAL, etc.)
DB Link
If using Gateway, boot after changing to the Gateway provided by Tibero 7.
External Procedure
If using the Agent for JAVA External Procedure, boot after switching to the Agent provided by Tibero 7.
External Library (JAR) Reference
Open the following files of Tibero 6, apply the necessary settings for external library references to Tibero 7, and import the related libraries.
Tibero 6
Tibero 7
Last updated