| Author |
store and retrieve xml in database using JDBC
|
luri ron
Ranch Hand
Joined: Dec 11, 2008
Posts: 86
|
|
|
what is best way to store/retrieve XML in database using JDBC?
|
 |
ujjwal soni
Ranch Hand
Joined: Mar 28, 2007
Posts: 390
|
|
Hi,
There are two ways to do this. One is as CLOBs. In
Oracle 9i, these can be indexed and queried with XPath, although I'm not
sure that would be of any use to you. The other way is with an
object-relational mapping using the Oracle XML SQL Utility for Java.
|
Cheers!!!
Ujjwal B Soni <baroda, gujarat, india> <+919909981973>
"Helping hands are better than praying lips......"
|
 |
 |
|
|
subject: store and retrieve xml in database using JDBC
|
|
|