Użyłem metody createxml i teraz działa dobrze
insert into mytable (id, xmldata) values (p_id, xmltype.createxml(p_xmldata));
Użyłem metody createxml i teraz działa dobrze
insert into mytable (id, xmldata) values (p_id, xmltype.createxml(p_xmldata));