How to insert complex XML IN Oracle Database
Hello
This is on Database 11g.
I have a very large XML file with following elements. I am new to PL SQL XML programming. How can I make Oracle read the OS file location where the XML file is located, open the XML file and insert XML data residing in their tag elements and non-tag elements ?
<BillOfMaterialItem revisionIdentifier="--" billOfMaterialItemIdentifier="645-173-1" billOfMaterialItemUniqueIdentifier="IVI123019387" itemQuantity="6" globalProductQuantityTypeCode="PerAssembly" globalProductQuantityTypeCodeOther="" notes="" description="3/8" WIDE" proprietarySequenceIdentifier="115510509">
- <AdditionalAttributes groupLabel="BOM Information">
<AdditionalAttribute name="Line Number" value="20" dataType="Float" />
</AdditionalAttributes>
</BillOfMaterialItem>
Thanks,
0