Skip to Main Content

Oracle Database Discussions

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 to handle xml data with values inside tags

Frank LehmannJun 12 2024

Hi,

how to read xml data with this format ?

<ram:BilledQuantity unitCode="C62">1.0000</ram:BilledQuantity>

Want to have the value for unitCode and the quantaty of 1.000 !

Or this !
<ram:ChargeAmount currencyID="EUR">14.9500</ram:ChargeAmount>

Want to have “EUR” and amount of 14.9500 !

How to get this in a select statement ?
Thanks for help.

Comments
Post Details
Added on Jun 12 2024
1 comment
178 views