This page was last edited on June 19, 2020, at 14:27.
Comments or questions about this documentation? Contact us for support!
For all non-Microsoft Windows platforms (AIX 32/64 bit, Linux 32/64 bit, Solaris 10), deploying an integrated Database Capture Point also requires installing a unixODBC (unixodbc.org) 2.3.0 driver manager and DSN configuration for a particular driver and a particular connection.
See also some general information on the use of ODBC Drivers with the Database Capture Point.
This section details how to install the drivers on non-Windows platforms. The table below lists the combinations of databases and operating systems on which native drivers were successfully tested.
Solaris | Linux 32 | Linux 64 | AIX 32 | AIX 64 | |
---|---|---|---|---|---|
DB2 | Yes | Yes | Yes | Yes | Yes |
Oracle | Yes | Yes | Yes | Yes | Yes |
To install unixODBC, download the unixODBC source code at http://www.unixodbc.org/download.html and follow the instructions for configuring and making the unixODBC installation. If a location for unixODBC other than the default is required, run the configure script with the option --prefix to change the default location. You might need to modify some system variables for a successful unixODBC installation. The changes are outlined below.
Here we define the variable $UNIXODBC, denoting the path to the unixODBC installation. This variable will be used in the sections to follow. Another variable, $HOMEDIR, will be used as a substitute for the user's home directory.
You must run the following three commands before starting the unixODBC configure script:
A successful unixODBC installation has been verified on the following compiler: "cc: Sun WorkShop 6 update 2 C 5.3 Patch 111679-14 2004/02/2"?.
You must run the following four commands before starting the unixODBC configure script:
are replaced with the following lines:
No extra configuration is required.
No extra configuration is required, provided that unixODBC is made of the corresponding Linux OS. A successful unixODBC installation has been verified on the following compilers:
This section details the drivers to be downloaded for each database type.
Download the DB2 drivers from https://www-304.ibm.com/support/docview.wss?uid=swg21418043.
Download-> DB2 Fixpacks for DB2 LUW and DB2 Connect -> "IBM Data Server Driver for ODBC and CLI"
Two packages must be downloaded:
Unzip both packages to the same directory.
Define the variable $DRIVER to denote the native ODBC driver installation directory.
For example, if you are using Oracle Instant Client driver, $DRIVER can be the same as /home/user/oracle_driver/instantclient_11_2, and if you are using DB2, $DRIVER can be /home/user/db2driver/db2_cli.
Select one of the following platforms for detailed instructions on how to configure unixODBC for Oracle:
Select one of the following platforms for detailed instructions on how to configure unixODBC for DB2: