Background documentation-10605: Illegal schema modification, parameters/columns have changed type/number incompatibly Locate this document in the navigation structure

 

Explanation

The method cannot be executed, because the SQL statement was parsed and now the table definition is incompatible. After the SQL statement was parsed, the table definition was probably changed by another application with a DDL statement.

User Response

Parse the SQL statement again. If necessary, bind the parameter again.