XML longer than 4000 char

Hello how can I insert or update on an oracle table that has a field defined as xmltype, an xml column that is longer than 4000 characters?
Thanks

Hello @cridiaz,

I would take a look here:

It looks like you need to handle it as a CLOB

TL

Thanks yes I had seen my problem is to do it via knime, I think I managed to find a solution but I write my data in a table and the xml field is a CLOB and then with sql executor I write the Merge instruction

2 Likes