LOGDATA - FastLoad

Teradata FastLoad Reference

Product
FastLoad
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities

Purpose  

Supplies parameters to the LOGMECH command beyond those needed by the logon mechanism, such as user ID and password, to successfully authenticate the user. The LOGDATA command is optional. Whether or not parameters are supplied and the values and types of parameters depend on the selected logon method.

LOGDATA is only available on network‑based platforms.

Syntax

where

 

Syntax Element

Description

logdata_string

Parameters for the logon mechanism specified using “LOGMECH” on page 128

For information about the logon parameters for supported mechanisms, see Security Administration (B0351100).

The string is limited to 64 KB and must be in the session character set.

Note: Make sure that the string ends with a semicolon.

Usage Notes  

For more information about logon security, see Security Administration (B035‑1100).

Example  

If used, the LOGDATA and LOGMECH commands must precede the LOGON command. The commands themselves may occur in any order.

The following example demonstrates using the LOGDATA, LOGMECH, and LOGON commands in combination to specify the Kerberos logon authentication method and associated parameters:

.logmech KRB5;
.logdata joe@domain1@@mypassword;
.logon cs4400s3;