Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML Parsing Oracle 11g

venkatraman.LSep 8 2014 — edited Sep 10 2014

Hi 

I would like to get the ouput like below from the given XML data. Can you please help me to frame the SQL query

Output

classWise_BookedCountclassWise_CheckinCount
000F/007J/174Y000F/007J/172Y

XML

<root>

<bookedCount>

<classWiseConfiguration load="0" classCode="F"/>

<classWiseConfiguration load="7" classCode="J"/>

<classWiseConfiguration load="174" classCode="Y"/>

</bookedCount>

<checkedInCount>

<classWiseConfiguration load="0" classCode="F"/>

<classWiseConfiguration load="7" classCode="J"/>

<classWiseConfiguration load="172" classCode="Y"/>

</checkedInCount>

</root>

Thanks,

Venkataraman L

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 8 2014
Added on Sep 8 2014
5 comments
1,471 views