Hi
I have a table which has 2 columns
1) Id int pk
2) def XMLTYPE
The xml stored will be of like
<?xml version="1.0"?>
<dP>
<aD>
<Id>1</Id>
<aN>Lat</aN>
</aD>
<des>
<dE>
<dn>ISB</dn>
<tn>A_DE</tn>
<dE>String</dE>
<bDO>Low</bDO>
<tdo>Admin</tdo>
</dE>
<dE>
<dn>ISB</dn>
<tn>A_DE</tn>
<dE>String</dE>
<bDO>Hig</bDO>
<tdo>adm</tdo>
<dQ>A</dQ>
</dE>
</des>
</dP>