Skip to Main Content

Database Software

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!

XMLType createXML() returning null after oracle upgrade?

463685Oct 31 2005 — edited Nov 1 2005
We'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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2005
Added on Oct 31 2005
2 comments
470 views