Hi,
I need to append some XML to a vary large XML doc (6.7mb), and it's taking a really long time. For one or two records, it wouldn't be a problem, but I have to do this on hundreds of thousands of records.
Here are the three different ways I've tried so far:
dbms_xmldom:
FUNCTION...