How to use PL/SQL to read and manipulate data from a xml file
487416Feb 1 2006 — edited Feb 6 2006Hi,
I have a XML file and i need to read data on the file to manipulate it and then insert in a oracle table (not with xmlType attributes). I just need to be able to access xml nodes in the file and manipulate data of the nodes. The thing is that i need to do this with a pl/sql procedure compiled in the Database, version 9.2.07.
Can someone give a good orientation on how to do this? I'm totally lost here and have lot of urgency.
I've seen examples of reading the xml file with BFILE, but i do not have sysDBA permissions on the database and failed to do it.
Thanks in advance