Dictionary Support for Error Tables - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
imq1591724555718.ditamap
dita:ditavalPath
imq1591724555718.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

The system provides one dictionary table, DBC.ErrorTbls, and three views, DBC.ErrorTblsV, DBC.ErrorTblsVX, and DBC.Tables3VX, to support error tables.

DBC.ErrorTbls maintains the relationships between error tables and their data tables rather than the table header.

You can query the DBC.ErrorTblsV and DBC.ErrorTblsVX views to report error table names and their associated data table and database names.

You can query the DBC.Tables3VX view to report the database, table, and column names associated with the table IDs and column IDs stored in error table rows.

See Teradata Vantage™ - Data Dictionary, B035-1092 for the definitions and usage details about DBC.ErrorTbls, DBC.ErrorTblsV, DBC.ErrorTblsVX, and DBC.Tables3VX. See Error Table Row Size Minimization for an example of how to use the DBC.Tables3VX view.