Read XML data from URL and insert into Oracle

There are lot of articles (example) talking about how to read a physical XML file and insert into Oracle database. Here is a little bit different. This shows you how to read XML directly from web’s URL then insert into a database table without involving a physical XML file. To manage the list of URLs, …

Read XML data from URL and insert into Oracle Read More »