开发者

Java API for xml type with JDBCthin driver

开发者 https://www.devze.com 2023-03-29 05:28 出处:网络
I have been trying to access an xmlType column-table from my java application the whole day and all I found is functions oracle.xdb.XMLType. But sadly I can\'t use those functions since almost all sta

I have been trying to access an xmlType column-table from my java application the whole day and all I found is functions oracle.xdb.XMLType. But sadly I can't use those functions since almost all start with the basig getOPAQUE function wich is not supported by thin driver. And I can not use oci driver in my application. So my question is if u can help me with a java api to access开发者_JS百科 xmlType data from Oracle database table with a connection of JDBC thing driver connection. Regards.


Take a look at this thread. It specifically states that its not supported by the thin driver , but then suggests some workarounds.

0

精彩评论

暂无评论...
验证码 换一张
取 消