Oracle Error ORA-24363: measurements in characters illegal here

Oracle Error Message

ORA-24363: measurements in characters illegal here

Reason for the Error

Measurements in characters instead of bytes are illegal if either the server’s or client’s character set is varying width.

Solution

If either the client’s or server’s character set is varying width then do not use the OCI_ATTR_CHAR_COUNT attribute for the bind handle. Use OCI_ATTR_MAXDATA_SIZE instead.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...