Skip to main content

Teradata


The Teradata connector in iceDQ is a software adapter allows iceDQ to connect to Teradata databases. It provides a standard interface for accessing Teradata data, making it easy to integrate Teradata with iceDQ system application.

Compatible Engines

The Teradata connector is supported by the following engines:

  • Standard
  • High Throughput

Prerequisites

The following prerequisites must be met for a user to create and test a successful connection.

  • The Teradata should be accessible from the iceDQ instance
  • Users should have the credentials to access the database
  • Teradata JDBC version should be 20.0 or above versions

Authentication Mechanism

Currently, the following authentication mechanism is supported for Teradata connection.

  • Username and Password

Connection

Use one or more properties from the below table to create a valid Teradata connection.

PropertyDescriptionNote
Custom JDBC URLConnect using Full JDBC URLView the URL Format
HostServer hostname
PortDatabase portDefault is 1025
DatabaseDefault database nameUser can access other databases with FQN in the SQL
UsernameDatabase username
PasswordPassword for the username

URL Format

jdbc:teradata://[host]/DBS_PORT=[port],DATABASE=[database]

Properties

Visit Teradata's documentation to find additional connection properties for JDBC URL.

PropertyDescriptionNote
USE_SSLUse SSL to connect Teradata DatabaseDefault value is False
SOCKET_TIMEOUTConnection established before timeoutDefault value is 30 seconds
IDLE_TIMEOUTIdle Timeout before closing the connectionDefault is 0

Unsupported Datatypes

The following datatypes are not supported.

  • XML
  • BLOB
  • CLOB
  • INTERVAL
  • NATIVE_UNICODE.