Here I have described steps to install Teradata ODBC Drivertdodbc in RedHat machine.
Prerequisite.
- Unix ODBC Driver.
- Korn Shell.
- OS – RedHat 5.X, 6.X and 7.X
ODBC Dependencies.
- TeraGSS Client – Teradata Global Security Services.
- Tdicu – Shared common components for Internationalization Teradata.
Dependencies come with tdodbc package (tar.gz file).
Download teradata ODBC driver here or direct link here
For downloading ODBC Driver, you need to have an account.
Once you download the tar file unzip it and you will see the dependencies, see the below Fig 1.
Untar the dependencies as well.

List of teradata ODBC Driver and dependencies
All the three packages does have RedHat package Managerrpm files.
Installation
Tdicu
rpm -ivh tdicu1510-15.10.01.00-1.noarch.rpm
TeraGSS
rpm -ivh TeraGSS_linux_x64-15.10.01.01-1.noarch.rpm
tdodbc
rpm -ivh tdodbc1510-15.10.01.01-1.noarch.rpm –nodeps
File Structure
My installation directory is /opt/teradata/client/.
Once you have installed, check the installation directory, you will find the odbc.ini, libodbc.so, tdata.so and other files well. See the below Fig 2 and Fig 3
You will find odbc.ini file inside ODBC_32 and ODBC_64 directory. and other library files will reside in lib directory.
Configurations
Include the below configurations in theodbc.ini Unix ODBC driver manager.
[teradata] Driver=/opt/teradata/client/ODBC_64/lib/tdata.so Description=NCR 3600 running Teradata V1R5.2 DBCName=<host IP Address> LastUser= Username= Password= Database= DefaultDatabase=<default database> Disable CALL to EXEC Conversion=Yes
Once the configuration is appended tot he Unix odbc driver manager file, then export the odbc file and library path or include in .bashrc file
See the below export command, for the library path, give your location of lib directory, where you have installed teradata ODBC diver in your machine.
export $ODBC=<path to unixodbcini file> export $LD_LIBRARY_PATH=/opt/Teradata/client/ODBC_64/lib:$LD_LIBRARY_PATH
All the images are here
[dt_slideshow width=”1200″ height=”500″ posts=”” /]