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!

reading xml data into orcale tables

user10447332Nov 24 2008 — edited Nov 25 2008
we have xml file saved in C:\Documents and Settings\mahammadr\Desktop\examile.xml

xml code is

<?xml version="1.0"?>
<!-- our XML-document describes a purchase order -->
<crm_data product="electronics">
<customer id="1234">
<first_name>john</first_name>
<last_name>doe</last_name>
<address>12345 Lala lane</address>
</customer>
</crm_data>

i want to save this xml data into oracle tables .how to do this
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 23 2008
Added on Nov 24 2008
3 comments
1,587 views