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!

How can I extract all the values in single query in the oracle xml

994122Jul 17 2014 — edited Jul 17 2014

Hi all,

I have xml in below format, How can I extract all the values in single query.

<records>

<job>MANAGER</job>

<details>

  <ename>JONES</ename>

  <sal>2975</sal>

  <ename>BLAKE</ename>

  <sal>2850</sal>

  <ename>CLARK</ename>

  <sal>2450</sal>

  </details>

</records>

Thanks

This post has been answered by chris227 on Jul 17 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2014
Added on Jul 17 2014
27 comments
6,573 views