Java: Returning XMLType Data from StoredProcedure, Usage of ojdbc6.jar xdb6.jar xmlparserv2.jar for Java to PLSQL interaction

后端 未结 3 673
温柔的废话
温柔的废话 2021-01-03 10:13

I am following the below tutorial to retrieve XMLType data from a stored procedure

http://docs.oracle.com/cd/B19306_01/appdev.102/b14259/xdb11jav.htm#g1039140 E

3条回答
  •  梦谈多话
    2021-01-03 11:16

    Class

    oracle.xml.parser.v2.XMLParseException
    

    is in xmlparserv2.jar

    Available at http://www.oracle.com/us/downloads/index.html

提交回复
热议问题