Teradata Reader/Writer

FME can read and write attribute data held in Teradata database tables.

FME provides read and write access via Teradata’s JDBC driver, which must be installed separately.

Note  For FME 2025.0, we have improved the user experience by combining spatial and non-spatial formats. Previous format identifiers:
  • Teradata Non-Spatial Reader/Writer: TERADATA_JDBC_NONSPATIAL
  • Teradata Spatial Reader/Writer: TERADATA_JDBC_SPATIAL

Product and System Requirements

Dependencies  Requires Teradata JDBC drivers, which are not installed with FME. See Downloading the JDBC Driver below.

Format

FME Platform

Operating System

Reader/Writer

FME Form

FME Flow

FME Flow Hosted

Windows 64-bit

Linux

Mac

Reader

Yes

Yes

No

Yes

Yes

Yes

Writer

Yes

Yes

No

Yes

Yes

Yes

Downloading the JDBC Driver

Note  For best results, use the JDBC driver that matches the version of the software being communicated with.

You can download the driver from the Teradata Downloads page. Teradata's download typically contains the following files:

  • terajdbc4.jar
  • tdgssconfig.jar (only for versions prior to Teradata 16)

The .jar files in the downloaded archive must be placed in FME_HOME/plugins.

Installing the JDBC Driver

To view instructions for installing the JDBC driver, please see Getting Started with JDBC.

Usage Notes

The performance of this format is dependent on the amount of memory allocated to the Java Virtual Machine (JVM). The following environment variables allow you to specify memory available to Java Plugins:

Tip  To pass additional parameters used by FME to the Java Virtual Machine, use the JAVA_TOOL_OPTIONS environment variable.
Memory Usage (applicable to writers only): Changing the value in the writer parameter Features Per Transaction can control the number of features that FME places in each transaction before a transaction is committed to the database.