Skip to Main Content

SQL & PL/SQL

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!

Xml parsing failing

knayam247Mar 28 2007 — edited Nov 9 2012
I am trying to execute a procedure that loads from xml files into the database tables. So far the load has been running well, but when I try to execute a particular batch that has about 10 xml files on the server, I get the following errors:

Begin XML Load...10046
/d02/staging/extracts/extractions1/1174779480419( this is the directory where file is located)
1174779480419.xml(name of XML file)
FAIL: XML Parse Failure...1174779480419.xml
ERROR: ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML
processing
LPX-00216: invalid character 11 (0xB)
Error at line 1
I am in OTHERS Exception Block....ORA-29284: file read error
ORA-06512: at
"SYS.UTL_FILE", line 262
ORA-06512: at "SYS.UTL_FILE", line 1139
ORA-06512: at
"HLPR.PROC_XML_LOAD", line 1225
ORA-31011: XML parsing failed
ORA-19202: Error
occurred in XML processing
LPX-00216: invalid character 11 (0xB)
Error at line 1

Any thoughts on debugging this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 7 2012
Added on Mar 28 2007
5 comments
829 views