sql - XML file parsing in oracle database -


i have 1 xml file named abc.xml in path c:/error_log/abc.xml.

i want insert content of file in 1 table "employee" in oracle database through procedure.

can me procedure how read xml file in oracle database.


Comments