I have an oracle table with a column from type \"SYS.XMLTYPE\" and a storage procudure which is doing the insert:
SYS.XMLTYPE
(Short version):
PROCE
Check the Oracle docs about XMLType
Also, I believe the datatype should be a CLOB (Character Large Object).