Defining LOB Data in a Teradata PT Schema - 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
The syntax for defining LOB data, either as BLOB or CLOB, in a Teradata PT schema is shown below:
  • BLOB (lengthBytes) or CLOB (lengthBytes)

    This syntax indicates that the Teradata PT load or extract job will use the inline method to transfer the LOB data between the Teradata PT and the database.

  • BLOB (lengthBytes) AS DEFERRED BY NAME or CLOB (lengthBytes) AS DEFERRED BY NAME

    This syntax indicates that the LOB data is transferred using the deferred method.

    When LOB columns are defined as DEFERRED BY NAME in the schema, Teradata PT expects regular VARCHARs in place of deferred LOB columns in a data row. Each VARCHAR is a file name of a flat file that contains the actual data for a deferred LOB column. Teradata PT refers to these VARCHARs as LOB file locators.