Comparing 2 text fields SQL - Error- ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion
问题 I have seen quite of this same error with different solutions on the web, but none seem to solve what I am trying to do. I want to compare 2 text fields: PROBLEMCODE and DESCRIPTION. The text is contained in CLOB and BLOB objects some of which are ~24000 bytes (CHARs?) which throws the error: ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 4029, maximum: 4000) I fully understand the root cause of this error, but I do not understand how to work around it