Restrictions and Limitations for Load Utilities - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
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 Teradata Vantage™ - SQL Data Definition Language Syntax and Examples, B035-1144.

You can then re-enable 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.