Version Display Name
--------------------------------------------------------------------------------------------------------------------
15.10.00.00 Teradata Administrator 15.10
15.10.00.00 Teradata GSS Client nt-i386 15.10
15.10.00.00 Teradata GSS Client nt-x8664 15.10
15.10.00.01 Teradata CLIv2 15.10.0.1
15.10.00.01 Teradata CLIv2 nt-x8664 15.10.0.1
15.10.01.00 Teradata Tools and Utilities - Base 15.10.01
16.20.00.00 Shared ICU Libraries for Teradata 16.20
16.20.00.00 Shared ICU Libraries for Teradata nt-x8664 16.20
16.20.00.01 Teradata Studio nt-x8664 16.20.0.1
16.20.00.02 Teradata Data Connector 16.20.0.2
16.20.00.02 Teradata Data Connector nt-x8664 16.20.0.2
16.20.00.04 Teradata SQL Assistant 16.20.0.4
16.20.00.06 Teradata BTEQ 16.20.0.6
16.20.00.43 ODBC Driver for Teradata 16.20
16.20.00.43 ODBC Driver for Teradata nt-x8664 16.20
16.20.10.00 Teradata Tools and Utilities - Base 16.20.10
16.20.2.0 .NET Data Provider for Teradata 16.20.2

--------------------------------------------------------------------------------------------------------------------

1.Teradata GSS

Network security for Teradata is provided by Teradata Generic Security Service (TDGSS) software. It provides for secure communication between a workstation client and Teradata Database.

2. Shared ICU

32-bit BTEQ Large File (LF) Support

The 64-bit BTEQ on HPUX (Itanium ia-64) automatically supports LF for files greater than 2GB. LF support is used by 32-bit BTEQ on all supported UNIX platforms.
There are two exceptions to the 32-bit BTEQ LF support. 32-bit BTEQ fails if either of the following conditions occur:
• The I/O Encoding used is UTF16, and a Large RUN file is being read.
• The Session CharSet is UTF16, and an IMPORT command has been used where a large TEXT (REPORT or VARTEXT) format data file has been specified.
In both the above cases, BTEQ uses 32-bit Shared ICU Libraries for Teradata (TDICU) functions to handle the respective files. Since the 32-bit TDICU does not support LF, BTEQ fails.

3.Teradata Data Connector

a software layer between a client utility and an access module. It establishes, maintains, and monitors the connection between a client utility and an access module by being statically linked to the client and dynamically linked to the access module.

4. BTEQ (Basic Teradata Query)

a general-purpose, command-based tool that enables you to communicate with a Teradata Database. BTEQ provides an interactive or batch interface that allows you to submit SQL statements, import and export data, and generate reports.

5.Teradata CLIv2

Teradata Call-Level Interface Version 2

参考文档:

Documentation 16.20:Introduction to Teradata

【Teradata TTU】Windows TTU安装工具列表的更多相关文章

  1. Windows API 函数列表 附帮助手册

    所有Windows API函数列表,为了方便查询,也为了大家查找,所以整理一下贡献出来了. 帮助手册:700多个Windows API的函数手册 免费下载 API之网络函数 API之消息函数 API之 ...

  2. NSSM - windows 服务安装工具

    nssm  windows 服务安装工具,简单方便, windows service wrapper 也是一个类似的工具,但是需要进行配置文件编写= 下载的地址: http://nssm.cc/rel ...

  3. 为 WPF 程序添加 Windows 跳转列表的支持

    原文:为 WPF 程序添加 Windows 跳转列表的支持 Windows 跳转列表是自 Windows 7 时代就带来的功能,这一功能是跟随 Windows 7 的任务栏而发布的.当时应用程序要想用 ...

  4. oam系统安装,windows操作系统注册列表影响系统安装

    windows注册列表可能会影响到系统的安装,本次安装oam10g版本,安装后没有问题,但是在配置oam和weblogic portal单点登录时在weblogic portal中访问oid和oam的 ...

  5. Windows系统变量列表

    %ALLUSERSPROFILE% : 列出所有用户Profile文件位置. %APPDATA% :  列出应用程序数据的默认存放位置. %CD% :  列出当前目录. %CLIENTNAME% :  ...

  6. [No0000AA]Windows 系统环境变量列表

    环境变量 详细信息 %ALLUSERSPROFILE% 所有用户 Profile 文件位置 %APPDATA% 应用程序数据的默认存放位置 %CD% 当前目录 %CLIENTNAME% 联接到终端服务 ...

  7. [No000072]Windows环境变量列表

    环境变量是目录的可以直接在绝对路径中引用,所有值均可在CMD下用 echo 命令显示以查看. 最常用的有—— %APPDATA% %HOMEPATH% %ProgramFiles% %SYSTEMRO ...

  8. Linux 和 Windows 常用工具列表

    1. Windows 篇 1)MobaItem 一款优秀的Windows下模拟Linux Terminal工具,同时也可以用来远程Linux服务器. 2. Linux 篇 2) MC Linux下非常 ...

  9. mac 安装工具列表

    1,jdk idea datagrip 2,maven download 3.1idea config maven 3.2 down load myql connector  & datagr ...

随机推荐

  1. java中Number类理解

    一般我们使用数字的时候,会使用内置的数据类型,比如int.float.double.但在实际的开发当中,我们有时候会遇到需要使用数字对象,而不是数据类型的时候.为解决这个问题,java为每一种数据类型 ...

  2. float的范围和有效位

    首先说一下: 范围是3.4E-38 ——3.4E+38,可提供7位有效数字. 上述这两个量都是近似值,各个编译器不太一样的. 下面我就将标准值是怎么定义的,和你说一下: 这个比较复杂,建议你找一下IE ...

  3. SSM-Spring-14:Spring中默认自动代理DefaultAdvisorAutoProxyCreator

    ------------吾亦无他,唯手熟尔,谦卑若愚,好学若饥------------- 默认自动代理DefaultAdvisorAutoProxyCreator 本处没有什么要讲的,放原代码 ISo ...

  4. hibernate关系映射

    多对一:比如多个订单对应同一个用户,需要在订单表中添加一个用户的属性 订单类: private Integer orderId; private Date createTime; private Us ...

  5. 在Windows Server 2008 R2下搭建jsp环境(二)-JDK的下载安装

    因为服务器上的Tomcat的运行环境需要JDK的支持,所以,掌握JDK的安装与下载和配置是一个重要步骤.   1.首先下载最新的JDK版本.网络上提供了最新版本的JDK下载,如图所示.首先选择&quo ...

  6. compress.go

    The Gorilla Authors. All rights reserved. // Use of this source code is governed by a BSD-style // l ...

  7. CountDownLatch简介

    CountDownLatch是并发包中提供的一个可用于控制多个线程同时开始某动作的类,可以看做是一个计数器,计数器操作是院子操作,同时只能有一个线程去操作这个计数器.可以向CountDownLatch ...

  8. 【bzoj 3601】一个人的数论 (莫比乌斯反演+伯努利数)

    题解: (吐槽:网上题解那个不严谨猜测真是没谁了……关键是还猜得辣么准……) 直接化简到求和那一段: $f_{d}(n)=\sum_{t|n}\mu(t)t^{d}\sum_{i=1}^{\frac{ ...

  9. Java基础系列--基础排序算法

    原创作品,可以转载,但是请标注出处地址:https://www.cnblogs.com/V1haoge/p/9082138.html 一.概述 基础排序算法包括:桶排序.冒泡排序.选择排序.插入排序等 ...

  10. ll 和 ls -l的详解

    ll会列出该文件下的所有文件信息,包括隐藏文件 而ls -l 只会列出显示文件 ll 命令列出的信息更加详细,有时间,是否可读写等信息 ll命令和ls -l命令结果区别: 上面结果说明: 各个字段的含 ...