load xml file in oracle table [message #416756] |
Tue, 04 August 2009 04:30 |
rahul_bahulekar
Messages: 18 Registered: January 2007
|
Junior Member |
|
|
Hi,
my requirement is to load the XML file [file size around 10 mb] into table.
sample XML data is -
- <Filings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="~\filings.xsd">
- <Entity>
<EntityID>00401890X</EntityID>
- <Filings>
<FilingDate>1998-09-16T00:00:00</FilingDate>
<FilingType>REVOK</FilingType>
<FilingID>34676636</FilingID>
</Filings>
</Entity>
- <Entity>
<EntityID>00404120X</EntityID>
- <Filings>
<FilingDate>1998-06-16T00:00:00</FilingDate>
<FilingType>REVOK</FilingType>
<FilingID>34641101</FilingID>
</Filings>
</Entity>
- <Entity>
<EntityID>00600730X</EntityID>
- <Filings>
<FilingDate>1998-09-16T00:00:00</FilingDate>
<FilingType>REVOK</FilingType>
<FilingID>34676636</FilingID>
</Filings>
</Entity>
- <Entity>
i have goolgled to load XML data to oracle table i come to know about XDLDOM, XDK.
Can some help me so that i can load this xml file into table.
Thankx,
Rahul
|
|
|
|
|