I have the data like (7A+5dfAA7D…) alphabet and numbers. Its length is greater than two lack characters. So I can’t update that clob column using update because it throws an error saying the string literal too long.
How to update the values?
please help me.
Thanks in advance!
Here is part of some java code that inserts data from a file into a CLOB column. The trick is to first insert an empty_clob() value and then to update the record.