Restrictions and Limitations for Load Utilities - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

You cannot use FastLoad, MultiLoad, or Teradata Parallel Transporter to load data into base tables that have enabled triggers. Otherwise, the system returns an error message and the loading process aborts.

You can load data into the base tables if you first disable all triggers on those tables using the ALTER TRIGGER statement and then run the appropriate data loading utility. See “ALTER TRIGGER” in Teradata Vantage™ - SQL Data Definition Language Syntax and Examples, B035-1144.

You can then reenable the disabled triggers after the data loading operation completes.

Load utilities like TPump that perform standard SQL inserts and updates can update tables that have enabled triggers.