ORA-31011, ORA-19202, LPX-00210 after transforming an XML doc
(Doc ID 1257044.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 11.1.0.7 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Since upgrading the database to 11g, an application that transforms documents through
- DBMS_XSLPROCESSOR.processXSL
- XMLTYPE.transform
- xmltransform
and passes the returned document to an XML API like
- DBMS_XMLDOM.writeToCLOB
- DBMS_XMLDOM.writeToFile
- dbms_xmlgen.convert
fails with the following errors
ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00210: expected '=' instead of '>
Changes
Database was upgraded to 11g or higher.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |