ORA-22835
Posted: Tue 12 Apr 2016 17:18
Hi,
I am using dotConnect for Oracle 8.4.225 with EF6 having problems storing to a table with a LONG RAW column.
The entity-side property is of type byte[].
Reading works fine (in the unit test the size of the resulting byte[] is 11.000) but creating and storing it to the Oracle 11 DB brings this error:
{"ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 22868, maximum: 2000)"}
I am using dotConnect for Oracle 8.4.225 with EF6 having problems storing to a table with a LONG RAW column.
The entity-side property is of type byte[].
Reading works fine (in the unit test the size of the resulting byte[] is 11.000) but creating and storing it to the Oracle 11 DB brings this error:
{"ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 22868, maximum: 2000)"}