Hello,
I am getting the shown error for the following select statement.
select createDocument ('namespaceUri', 'qualifiedName', NULL) from dual;
ORA-06571: Function APPENDCHILD does not guarantee not to update database
createDoument is a stored function with the following code:
CREATE OR...