EGL1809E Could not convert the type on the stack to a Any type.

Explanation

A Clob or Blob data type has been passed to a native C function, but the loc_t C structure in which it was received has been improperly changed.

User Response

Check whether loc_loctype, loc_type or loc_fname in the loc_t structure have been changed in the native C code.


Feedback