How can I merge 2 xml documents in pl/sql
946141Jun 27 2012 — edited Jun 29 2012Hi,
We are generating a report with DBMS_XMLGEN. The report is too big and the select is very cumbersome. Don't want to use Dynamic SQL. I am trying to break up the queries and generate xml and then append the docs together. Is there any way we can append one xml document to another?
Thanks for your help in advance.