XML Bursting to file system
Summary
XML Bursting to file systemContent
hI,
I am trying to use xml bursting to store report outputs on the file system.
The bursting program is not erring out, but it also not storing the output on the specified path.
Here is my bursting file.
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/TEST/LIST_G_LAST_NAME">
<xapi:delivery>
<xapi:filesystem id="FILE_DELIVERY" output="/d01/oracle/test/apps/apps_st/appl/test/12.0.0/bin/test.pdf"></xapi:filesystem>
</xapi:delivery>
<xapi:document output="TEST" output-type="pdf" delivery="FILE_DELIVERY">
0