Hi All, I am trying to insert a Base64 string (of a created doc) into

Hi All,

I am trying to insert a Base64 string (of a created doc) into DB using query DB node, the colum type is BLOB in DB, The query is as below:

update rtech.bdm_blob_test set myblob = rtech.base64decodeclobasblob_plsql(base64clobgoeshere)

It is throwing an error on screen as below:

ORA-01461: can bind a LONG value only for insert into a LONG column.

Please suggest what needs to be done....

OriginalPostID-106795

OriginalPostID-106795

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data