Exporting XML file from PL/SQL procedure Oracle 11G
I have what seems like a simple request but can not find an example anywhere. I need to export an xml file from my PL/SQL procedure to send to another system. I have been told not to use utl file since it is older technology. I have my procedure producing the xml format i need but do not know how to programtically export the file. Any suggestions or examples would be appreciated. Database = 11.2.0.4 enterprise edition