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.