Hi,
late considere i conider if got a table who got an Id and a clob content like:
create table v_EXAMPLE_L (
nip number,
xmlcontent clob
);
we insert our data:
Insert into V_EXAMPLE_L (NIP,XMLCONTENT)
values (17852,'delta548484646846484');
Insert into V_EXAMPLE_L (NIP,XMLCONTENT)
values
…