Graphic Data Types - Parallel Data Pump

Teradata Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-22
dita:mapPath
tqa1488824663174.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

To define double-byte character set data, the GRAPHIC, VARGRAPHIC, and LONG VARGRAPHIC data types are supported. Teradata TPump accepts GRAPHIC data in the input data set or file containing the Teradata TPump statements to be executed.

The FIELD and FILLER statements that describe the input data are the statements affected by GRAPHIC data support. The following table lists the GRAPHIC data types that can be specified for the datadesc option in the FIELD or FILLER statement.

GRAPHIC Data Types for datadesc option in FIELD or FILLER Statement 
GRAPHIC Data Type Input Length Description
GRAPHIC (n) if n specified, (n*2) bytes; otherwise, 2 bytes (n=1 is assumed) n double-byte characters
VARGRAPHIC (n) m+2 bytes where m/2 <= n 2-byte integer, followed by m/2 double-byte characters
LONG VARGRAPHIC m+2 bytes where m/2 <=32000 2-byte integer, followed by m/2 double-byte characters