Entering IPv4 and IPv6 Network Addresses - Basic Teradata Query

Basic Teradata Query Reference

Product
Basic Teradata Query
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2020-02-20
dita:mapPath
kil1527114222313.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2414
lifecycle
previous
Product Category
Teradata Tools and Utilities

Workstation-attached clients support both IPv4 and IPv6 network addressing for specifying the tdpid value used when logging on sessions. BTEQ can be told what value to use by employing one of the following controls:

  • The SET TDP command
  • The LOGON command
  • The dbcname parameter in clispb.dat

An IPv6 address must be enclosed in square brackets [ ]. If a port number is included, place it outside the brackets and separate it from the IP address with a colon. The following examples are valid IPv4 or IPv6 address formats.

  • <IPv4 address>
  • <IPv4 address>:<port>
  • [<IPv6 address>]
  • [<IPv6 address>]:<port>