Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Converting XMLType to String

843859Mar 21 2008 — edited Mar 21 2008
Hi,

I am storing XML in one database column (Account_Info) which is of data type XMLType. Now in java how do I retrieve that value?

I do not know if I can do rs.getString("Account_Info") as Account_Info is an XML. I am using oracle database

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2008
Added on Mar 21 2008
3 comments
433 views