Why dbms_xmldom.writeToFile is creating the file with owner as Oracle?
Hi All,
It seems that the dbms_xmldom.writeToFile is creating the file on the server with owner as "oracle".In Oracle EBS,all our custom directories have access to only 'applmgr' user.So because of this,when we create xml file using dbms_xmldom.writeToFile,we are giving Other permissions for the directory so that xml file with owner 'oracle' can be written to the directory.Is there any other way to make xml file created with 'applmgr' owner instead of 'oracle'.?