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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -