Hi,
I'm using Version 12.0.7.1837 (64 bit).
When trying to use appendchildxml function I'm getting error:
Following is a very simple exaple that also causes the error:
select appendchildxml(xmltype('<a><b><c>test1</c></b></a>'), '/a/b', xmlelement("c", null, 'test2')) from dual;
The same...