Hi
when i try to insert with Database Writer node, an XML type record ( more lenght 4000 char), but I receive this error:
ORA-01461: can bind a LONG value only for insert into a LONG column
I try to change type in varchar(25000), CLOB and XMLTYPE but the response is the same.
I’m using jdbc 6, knime 3.4
Is there a different way to do the insert?
thanks