Start of change

-20060   UNSUPPORTED DATA TYPE data-type ENCOUNTERED IN SQL object-type object-name

Explanation

The data type that was specified in the definition of an object is not supported for that type of object.

data-type
The data type that was specified.
object-type
The type of object: an SQL parameter or variable.
object-name
The name of the object.

System action

The statement cannot be processed.

User response

Review the appropriate CREATE statement to determine which data types are supported for the specified object, correct the syntax, and reissue the statement.

SQLSTATE

560AB

End of change