Example – Defining the DDL Operator - Parallel Transporter

Teradata® Parallel Transporter User Guide - 17.20

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Parallel Transporter
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
uzp1645128359760.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
yok1478610767644
Product Category
Teradata Tools and Utilities

Following is a simplified example of defining the DDL operator:

DEFINE OPERATOR DDL_OPERATOR
DESCRIPTION 'TERADATA PT DDL OPERATOR'
TYPE DDL
ATTRIBUTES
(
     VARCHAR ARRAY TraceLevel,
     VARCHAR tdpId = 'my_database',
     VARCHAR UserName = 'my_user',
     VARCHAR UserPassword = 'my_password',
     VARCHAR AccountID,
     VARCHAR PrivateLogName = 'ddllog'
);