Using ODBC Operator with Oracle DATE Fields - Parallel Transporter

Teradata® Parallel Transporter Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
IntelliFlex
Lake
Enterprise
VMware
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2023-12-06
dita:mapPath
mjn1691132485167.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
lifecycle
latest
Product Category
Teradata Tools and Utilities
The following limitations apply when the ODBC Operator runs on z/OS, UNIX, and Windows platforms.
  • Whether the TruncateData flag is ON or OFF, the ODBC operator will truncate the Oracle Date to Vantage Date if the target column is mapped to INTDATE or ANSIDATE. If you don’t want to truncate the Oracle Date then you must map the target column to TIMESTAMP or CHAR(19).
  • Normal “DATE” fields in Oracle cannot copy correctly over to Vantage's DATE field (in ANSI mode).
  • On some non-database systems, the DATE column type does not equate to Vantage's ANSI Date field.

    For example, on Oracle, the column type DATE is equivalent to the column type DATETIME, which has a format of YYYY-MM-DD HH:MM:SS (equivalent to a CHAR(19)). Vantage ANSI DATE has a format of YYYY-MM-DD (equivalent to CHAR(10)).