Originally posted by mp417
Hi,

one of the field in a table is having CLOB data type. There is big text in that field. Now I want to modify the value of the field (add some line of text in the same value)
How to do this?

thanks in advance
If it were me, I would become familar with PL/SQL and the DBMS_LOB package.