xml to oracle conversion

混江龙づ霸主 提交于 2019-12-04 05:59:19

问题


I would like to know whether there are any tools which convert xml data into Oracle tables. I came across Altova's MapForce. But I am not sure whether I could use that for achieving this. Could someone suggest any other alternate option / or any help documentation of Mapforce which talks about this conversion.

Thanks, Shafi


回答1:


In 10g, you can create an XMLType table and use SQL*Loader to load data into it.

See documentation for details.

Then you can fill pure relational tables with SQL statements.




回答2:


The best material I've seen is two papers by Ken Atkins on "Getting XML into and out of Oracle using PL/SQL." There's a version on the ODTUG site (registered members, but registration is free) at http://www.odtug.com/apex/f?p=500:565:0:::::



来源:https://stackoverflow.com/questions/1227259/xml-to-oracle-conversion

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!