LOGDATA - Parallel Data Pump

Teradata Parallel Data Pump Reference

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

LOGDATA

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 available only on network‑based platforms.

Syntax

where

 

Syntax Element

Description

logdata_string 'logdata_string'

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

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

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

To specify a string containing white space or other special characters, enclose the data string in single quotes.

Note: The security feature this command supports is not supported with the UTF‑16 session character set.

Usage Notes  

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

Examples  

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

The 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;