The lld_copy_subset routine
The following example shows how to use the lld_copy_subset user-defined
routine defined in the previous section.
The lld_copy_subset function copies 70 bytes, beginning at offset 20 from the quote3.txt file, and appends them to a CLOB object. The INSERT statement inserts this data into the lobs table.
The first SELECT statement returns the lld_locator that identifies the newly copied CLOB data. The second SELECT statement returns the data itself.