xml解析和存储数据
我写了一个 web 服务,从中我得到了一些 clob 数据作为响应,我需要转换为 xml,然后将数据存储到表中......
你能帮助我如何做到这一点
I have written a webservice from which i got some clob data as response and i need to convert into xml and then store the data into a table....
Can you help me how to do this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Oracle 中,您有 XMLTYPE 列类型。您可以轻松地将 clob 存储为 xml。
In Oracle you have the XMLTYPE column type. You can easily store a clob as xml.