Parsing an XML file
I am new to XML and am tasked with parsing an XML file for purposes of updating Oracle tables. I have found one possible solution, yet i cannot get it to work. I am using EXTRACTVALUE and XMLSEQUENCE. I do not know if this is the way to go. I have success in selecting my columns until i get to a node within a node. Here is my sql statement, followed by XML snippet. Any help would be much appreciated.
SELECTEXTRACTVALUE (a.COLUMN_VALUE, '/CollegeTranscript/TransmissionData/DocumentID') as Document_id,EXTRACTVALUE (a.COLUMN_VALUE, '/CollegeTranscript/TransmissionData/CreatedDateTime') as