1
votes

I want to store xml data into an Oracle 11g table as relational storage, not as CLOB or Binary storage. Then I should also be able to query and fetch this data from table into an XML file.

Any hint on how to write java code using XMLType to achieve this?

Any help would be appreciated.

1

1 Answers