Installing Teradata ODBC Driver on Ubuntu - Teradata Package for R

Teradata® Package for R User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for R
Release Number
17.20
Published
March 2024
Language
English (United States)
Last Update
2024-04-09
dita:mapPath
efv1707506846369.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
nqx1518630623256
Product Category
Teradata Vantage
PrerequisiteInstall the GNU Standard C++ Library before installing Teradata ODBC driver. In Ubuntu command line interface, run the command:
sudo apt-get install lib32stdc++6
  1. Download the Teradata ODBC driver for Ubuntu from Teradata Access Portal.
    1. Go to https://support.teradata.com.
    2. Log in.
    3. Download the Teradata ODBC driver for Ubuntu from the DOWNLOADS page.
    There are two separate ODBC driver files on the Teradata ODBC Driver for Linux download page: one specific for Ubuntu, and one for other types of Linux.

    If you are using Ubuntu, make sure you download the ODBC Driver for Ubuntu.

    Teradata recommends to use the ODBC version that matches the version of the database you connect to.
  2. Extract the downloaded file using the command:
    tar -xvzf downloaded_file
  3. Install the extracted deb package in the sub-folder tdodbc1620 using the command:
    sudo dpkg -i extracted_deb_file