Issue with UTL_FILE
Hi Team,
Please find the detailed analysis of the issue, one of our customer is facing:
We have a concurrent program 'Employee W-2 XML Interface'. Which uses the Oracle Reports Executable to generate the XML output.
We have some limitation in the code, that it fails to generate or merge the XML in a multi-threaded environment, to make it a well formed XML.
In a single thread mode the output XML is a well formed and we don't have any issue with the same.
So we tried to call another PL/SQL based concurrent executable which reads the output file generated by the 'Employee W-2 XML Interface'