XML Database (MOSC)

MOSC Banner

Parsing an XML file

edited Apr 4, 2013 3:20AM in XML Database (MOSC) 3 commentsAnswered
Hi,

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center