UDT_name - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

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

The name of the UDT, ARRAY, or VARRAY whose definition is to be altered.

SYSUDTLIB.
The specification of SYSUDTLIB is optional.
COMPILE
Do all of the following:
  • Recompile the code source for the specified type.
  • Generate the object code.
  • Recreate the appropriate .so file.
  • Distribute the recreated .so file to all nodes of the system.
Vantage replaces the existing type with the recompiled version.
COMPILE ONLY
Do both of the following:
  • Recompile the code source for the specified type.
  • Generate the object code.
If you specify COMPILE ONLY, Vantage does not generate or distribute the .so file.
The system does replace the existing type with the recompiled version.