The lobLib.setClobFromStringAtPosition() system function copies a string into the memory area referenced by a CLOB variable, starting at a specified position in the memory area.
lobLib.setClobFromStringAtPosition(
clobVariable CLOB inOut,
pos BIGINT in
str STRING in)