The Load Operator Function in a Teradata PT Job - Parallel Transporter

Teradata® Parallel Transporter Reference

Product
Parallel Transporter
Release Number
17.00
Published
November 2020
Language
English (United States)
Last Update
2022-02-03
dita:mapPath
ric1544831938741.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2436
lifecycle
previous
Product Category
Teradata Tools and Utilities

When you use the Load operator in a Teradata PT job, Teradata PT directs each parallel instance of the Load operator to do the following:

  1. Log in to the database, using your user name, password, database name, and account ID information specified in the job script.
  2. Load the input data into the Load target table on the database.
  3. Log off the database.
  4. If the Load operator job is successful, terminate the job and provide information about the job in the log or to the user, such as:
    • Total number of records read and sent to the database
    • Number of errors posted to the error tables
    • Number of inserts applied
    • Number of duplicate rows
    • A status code indicating the success of the job
  5. If the job is unsuccessful, terminate the job and provide information about the job so that you can correct any problem and restart the job.