Skip to Main Content

Database Software

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!

Looping node list

796602Sep 8 2010 — edited Apr 1 2011
Hi,
I have a CLOB field, which contains text, within the text there is an XML message.
I want to find out the following values for the same node user.
------
user1
user2
user3

<?xml version="1.0"?>
<users>
<user>
<name>user1</name>
</user>
<user>
<name>user2</name>
</user>
<user>
<name>user3</name>
</user>
</users>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2011
Added on Sep 8 2010
10 comments
2,160 views