可能重复:
xml 到 oracle 的转换
我有一些记录的 xml 文件。我希望它使用 Java 代码将此记录存储到 oracle 表中。实现这一目标的最佳方法是什么?
更新
xml 是
<Allitems>
<Item>
<Thumbnail> ... </Thumbnail>
<URL> ... </URL>
<Title> ... </Title>
<Tag> ... </Tag>
<Description> ... </Description>
</Item>
<Item>
<Thumbnail> ... </Thumbnail>
<URL> ... </URL>
<Title> ... </Title>
<Tag> ... </Tag>
<Description> ... </Description>
</Item>
...
...
</Allitems>
表有类似的列
thumbnail
url
title
tag and
description