...suggests to use a user-defined function "append_varchar_to_lob" to use that will Append a Varchar column at the end of the LOB but it does not show how to do it.
You can't simply concatenate LOB and VARCHAR2 because of the datatype inconsistency.
The TO_LOB function works only on the LONG columns and that too with many restrictions.
Bookmarks