Example: Using the ALTER TYPE Statement with the COMPILE Option - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

The following example recompiles the UDT named address, generates the appropriate object code, generates the new .so library, and redistributes the file to all system nodes.

ALTER TYPE address COMPILE;

The following example recompiles the one-dimensional ARRAY phonenumbers_ary, generates the appropriate object code, generates the new .so library, and redistributes the file to all system nodes.

ALTER TYPE phonenumbers_ary COMPILE;