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!

retrieve xsi:type attribute with XMLType Object Relational storage"

Mark BeelenFeb 13 2013 — edited Feb 25 2013
Hi,


How to retrieve the xsi:type attribute when using Object Relational storage XMLType.

When you for instance have a ProductOrder object type and a MoveOrder object type which extents from a CustomerOrder type how to retrieve if the CustomerOrder is from attribute type MoveOrder or ProductOrder:

<ns2:customerOrder xsi:type="ns3:UpcProductOrder">


I would like to use it in the XMLTable function in combination with XPath Rewrite.

database version 11.2.0.2
This post has been answered by odie_63 on Feb 14 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 25 2013
Added on Feb 13 2013
6 comments
1,844 views