reading xml data into orcale tables
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