Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can PL/SQL read in XML files?

Status
Not open for further replies.

wellster34

Programmer
Sep 4, 2001
113
CA
Hello,

I was curious if PL/SQL can read in XML files and process the information. The version of Oracle is 8.1.7.4

If not, is there a work-around?

Thanks for you time
 
Wellster,

Sorry that I'm not an Oracle/XML aficionado, but I'd bet several quid on the notion that PL/SQL can process XML just fine. I see some pretty good-looking hits on Google when I search for "PL/SQL XML Oracle 8.1.7.4".

Let us know your findings,

[santa]Mufasa
(aka Dave of Sandy, Utah, USA @ 18:49 (02Sep04) UTC (aka "GMT" and "Zulu"), 11:49 (02Sep04) Mountain Time)
 
Hi,
Yes this is very much possible.
In order to achive this you need to make use of DBDOM package.
Please refer to Thread759-821859

HTH
Regards
Himanshu
 
I would recommend you get a copy of "Building Oracle XML Applications" (by Steve Muench, published by O'Reilly press). It covers how to work with XML in both PL/SQL and Java.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top