Errors and Failures in Procedure Execution - Advanced SQL Engine - Teradata Database

SQL Data Manipulation Language

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

Errors and Failures in Procedure Execution

An error (ANSI session mode) or failure (Teradata session mode) is reported during procedure execution in any of the following situations:
  • The database objects referenced in the stored procedure have been dropped or renamed after the procedure creation.
  • The attributes of the referenced objects or of the parameters of the objects have been changed.
  • Translation error or failure occurs when the value of an IN or INOUT argument is converted implicitly to the corresponding parameter data type and assigned to the corresponding parameter.

See Dropped, Renamed, or Replaced Objects.