Hi All,
I have an external data file with XML data. What is the best way to load this data into custom staging tables in Oracle database 11g? I do not have any XML Schema setup. The XML data is nested in structure.
I have come across articles suggesting using 'ExtractValue', DBMS_XMLDOM, DBMS_XMLSTORE etc, but they all probably need to have XML Schema setup ? Is there a solution for non- XML Schema setup ?
Kindly advise.
Thanks
-Madhuri