Hello, I'm reviving this thread.
I'm working on Oracle 19c. I'm trying to make an update on a table that has a varchar2(4000) field and a CLOB field, and I'm getting the error ORA-24816.
I modified my code to make the update of the CLOB separately from the rest of the fields, but it stills throwing the error.
Have someone had this issue?