XDB.DBMS_XMLDOM issue
RA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00230: invalid character 0 (U+0000) found in a Name or Nmtoken
Error at line 215
ORA-06512: at "XDB.DBMS_XMLDOM", line 4181
ORA-06512: at "XDB.DBMS_XMLDOM", line 4206
ORA-06512: at "JCIBI.JCIALL_BIREPORTS_PKG", line 1673
ORA-06512: at line 1
After googling this, it looks like LPX-00230 is usually caused by NULLs.
When I view the file in UNIX I see one XML element wraps over to the next line. It just so happens the offending data as a decimal in it and the continued line begins with this decimal. If I remove thatd ecimal all is fine. How can I avoid this?