Job Example 20: Export Data and then Use It to Perform Conditional Updates Against Production Tables - Parallel Transporter

Teradata Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-09
dita:mapPath
vyv1488824663502.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities

Job Objective

Export data from Teradata Database tables and perform conditional updates using CASE logic against existing production tables in the same or in another Teradata Database.

Data Flow Diagram

The following figure shows a diagram of the job elements for Job Example 20.

Job Example PTS00023 – Export Data and Perform Conditional Updates Against Production Tables

Sample Script

For the sample script that corresponds to this job, see the following script in the sample/userguide directory:

PTS00023: Exporting Data and then Use It to Performing Conditional Updates Against Production Tables.

Rationale

This job uses the operators shown for the following reasons:

  • Use Export operator because it can extract large amounts of data from a Teradata Database table at high speeds.
  • Use Update operator as the consumer operator because it can perform INSERT, UPDATE, and DELETE operations in Teradata Database tables.