| Loading and processing XML file at run time [message #516302] |
Sat, 16 July 2011 06:15  |
piotrekxxxxxx
Messages: 1 Registered: August 2010
|
Junior Member |
|
|
|
Hi, can anybody tell me if there is any package provided with DB that would allow me to import XML file and then use XPath to read the data? I need to insert it in proper tables then. I could see packages to create XML files, but I could not see any one to load it from the file. I could see it could be done in Java using XMLDOM, but is there any way of doing this using pure PL/SQL?
|
|
|
|
| Re: Loading and processing XML file at run time [message #516306 is a reply to message #516302] |
Sat, 16 July 2011 08:34   |
Solomon Yakobson
Messages: 1397 Registered: January 2010
|
Senior Member |
|
|
It is not clear what type of processing are you looking for, but PL/SQL has DBMS_XMLDOM package and many others like DBMS_XMLGEN, DBMS_XMLPARSER, DBMS_XMLQUERY, DBMS_XDB, etc, a set of built in functions like XMLAGG, XMLCDATA, XMLCOLATTVAL, XMLCOMMENT, XMLCONCAT, XMLELEMENT, XMLFOREST, XMLPARSE, XMLPI, XMLQUERY, XMLROOT, XMLSEQUENCE, XMLSERIALIZE, XMLTABLE, XMLTRANSFORM, etc.
SY.
|
|
|
|
|
|
|
|
| Re: Loading and processing XML file at run time [message #522347 is a reply to message #522344] |
Thu, 08 September 2011 14:41  |
 |
Michel Cadot
Messages: 54127 Registered: March 2007 Location: Nanterre, France, http://...
|
Senior Member Account Moderator |
|
|
Quote:You can do using XMLDOM Parser.But why u want to use XMLDOM Parser.
Once again you are out of topic.
OP said: " I could see it could be done in Java using XMLDOM, but is there any way of doing this using pure PL/SQL? "
So it does NOT want to do what you say.
In addition, if OP didn't come back since 2 months, I think he got his asnwer.
Regards
Michel
|
|
|
|