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.
Parse the SQL statement again. If necessary, bind the parameter again.