XML Parsiing Errors Raised on Query of Table That Does Not Have XMLTYPE data
(Doc ID 2856384.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 18.11.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 18.11.0.0.0 version, XML Database
---------------
Intermittent XML Parsing errors as shown in the following example
select count(distinct t.id) as total from transaction t where t.CREATE_DATE BETWEEN TO_DATE(:"SYS_B_0",:"SYS_B_1") AND TO_DATE(:"SYS_B_2",:"SYS_B_3")
ERROR at line 1:
ORA-31011: XML parsing failed
ORA-19213: error occurred in XML processing at lines 1
LPX-00210: expected '<' instead of '?'
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 |
Cause |
Solution |
References |