Error- ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion

前端 未结 2 1421
时光取名叫无心
时光取名叫无心 2021-01-11 08:57

I am attempting to read a blob message and display it as a variable in one of my procedures, but am getting the error below:

Error - ORA-22835: Buffe

相关标签:
2条回答
  • 2021-01-11 09:35

    I got this worked by using the option described in

    http://www.dba-oracle.com/t_convert_blob_varchar_datatype.htm

    0 讨论(0)
  • 2021-01-11 09:41

    Try to use DBMS_LOB.GETLENGTH(), instead of trimming the string

    0 讨论(0)
提交回复
热议问题