what is the full Teradata Client software?

Krish212124 picture Krish212124 · Jan 23, 2012 · Viewed 13k times · Source

I read couple of online documents to get start with the Teradata basics.

I am curious to know what is full client version of Teradata client software to install on Windows/unix/Linux environments? What is best suited for client install?

I see different client versions depends on the type drivers/applications

1. Teradata JDBC
2. Teradata ODBC
3. Teradata dot net provider
4. Teradata SQl assist/BTSE
5. Teradata Express
6. Teradata OLE DB provider
7. TTU .... etc

To more clarity on my Question .. DB2 and Oracle have a full client software which can install locally on windows/unix systems and it will be able to use or all type connectivity(odbc,jdbc,ole db,ado .net...etc)

Answer

Rob Paller picture Rob Paller · Jan 24, 2012

Typical base toolset for end users/developers submitting ad hoc queries from each environment:

Windows (TTU 13.10 Client Install - 400MB)

  • Teradata SQL Assistant
  • Teradata .Net Provider and/or ODBC Driver
  • Teradata GSS & ICU Libraries
  • (Optional) WinBTEQ
  • (Optional) Teradata CLI - for WinBTEQ

Linux/UNIX/Mac OS X

  • Teradata JDBC Driver
  • Teradata Studio Express
  • (Optional - if using Eclipse)Teradata Plug-in for Eclipse

Many of these components can be found in the Teradata Developer's Exchange Downloads section. Starting with Teradata 12 they have reset the version numbers in an attempt to address the confusion with the different development life cycles of each component contained within their Tools and Utilities. Tools for Teradata 13.x should be compatible with Teradata 12 and Teradata 14. However, certain features specific to a given database release may not be available unless you are using a version of the client that is equal to or greater than the database version.

For ETL Development, then you will be relying upon the BTEQ, FastLoad, FastExport, MultiLoad combined with the Teradata CLI to connect to Teradata.