Teradata Database Message 6883 - 6883 - Analytics Database - Teradata Vantage

Teradata® VantageCloud Lake - Analytics Database Messages

Edition
Lake
Product
Analytics Database
Teradata Vantage
Published
October 2022
Language
English (United States)
Last Update
2024-02-26
dita:mapPath
tzr1629746512312.ditamap
dita:ditavalPath
ft:empty
dita:id
vza1585613049811
lifecycle
latest
Product Category
Teradata® Vantage™
Message
Cannot specify both Protected and Compile options for UDT Ordering or Transform routine %FSTR.
Explanation
If a User Defined Function(UDF) or User Defined Method(UDM) is an Ordering or Transform routine for a User Defined Type(UDT), the ALTER FUNCTION/METHOD command cannot specify both the PROTECTED optioin and the COMPILE option for the UDF/UDM in one single command.
Generated By
OPD Alter UDF module
For Whom
End User
Notes
None
Remedy
Submit the request in two ALTER FUNCTION/METHOD commands. E.g. Alter Function MyFunc execute Protected; Alter Function MyFunc compile;