Oracle XMLparser- access Non-oracle generated xml files [message #131368] |
Fri, 05 August 2005 10:28 |
mpinvitesu
Messages: 15 Registered: July 2005
|
Junior Member |
|
|
Hi,
I am trying to parse an XML using oracle xmlparser in PL/SQL like
xmlparser.parse(par, in_xml);
But the above statement works fine if the in_xml is created by oracle process itself. If the in_xml is created by the operating system by any other user it's throwing an error..
EXCEPTION = -20100,ORA-20100: Error occurred while parsing: No such file or directory
How to grant permission to oracle to access any files generated by any other non-oracle process.
|
|
|
|
|
|