XMLType createXML() returning null after oracle upgrade?
463685Oct 31 2005 — edited Nov 1 2005We've recently upgraded from 9i to 10g, and code that previously worked: XMLType.createXML(conn, Document)
now returns a null and the following exception:
java.sql.SQLException: ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00229: input source is empty
Is this possibly related to the upgrade, and is there a solution to my problem? thanks