Error Table Requirements - Advanced SQL Engine - Teradata Database

Security Administration

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

When you use the CREATE ERROR TABLE statement, all security constraint columns in the base table are automatically added to the generated error table.

You can prevent the creation of constraints columns in error tables using the NO RLS clause.

When an error inserts rows into an error table, the system does not enforce row level security constraints because they are already enforced on the base table during the execution of the MERGE INTO or INSERT … SELECT operation that generated the error.