Defining Standalone Operators - Parallel Transporter

Teradata Parallel Transporter User Guide

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

Defining Standalone Operators

A standalone operator can be used for processing that does not involve sending data to or receiving data from the Teradata PT operator interface, and thus does not use data streams. If a standalone operator is used, it must be:

  • the only operator used in the script, if job steps are not used
  • the only operator used in the job step, if job steps are used
  • Table 5 contains a list of Teradata PT standalone operators.

     

    Table 5: Standalone Operators 

    Operator

    Description

    DDL

    Executes SQL statements before or after the main extract and load job steps, for job setup or cleanup. For example, you can create tables and create indexes before starting a job, or drop work tables, as needed, after a job.

    Update

    (standalone)

    Use the Update operator as a standalone operator only in cases where it is performing the Delete Task and there is no data needed for the DELETE SQL request.

    OS Command

    Executes OS commands on the client host system as part of the Teradata PT job execution

    Example:

    Following is a simplified example of defining the DDL operator:

    Figure 15: Example script for defining the DDL operator