EGL1808E A TEXT or BYTE data type must be supplied within this context.

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