DBMS_XMLDOM.WRITETOFILE overloading
jpvybesNov 23 2010 — edited Nov 23 2010Hello all. Quick question. I'm running into memory issues when creating my xml file using the DBMS_XMLDOM oracle 9i package. I'd like to write out the file initially and then append to it using DBMS_XMLDOM.WRITETOFILE throughout my program. Similar to "open_mode" using utl_file.fopen.
Is this possible?