Skip to Main Content

DevOps, CI/CD and Automation

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!

What does XML parser expect as EOF?

19772Jun 25 2002
I post this more in hope than expectation, as a search of this forum reveals many people who've asked this question, but none of those postings were answered.

Here goes. I am attempting to parse an XML documenty in the form of a CLOB but this line:
   xmlparser.parseClob(parser,lclob_file); 
fails with this error:
ORA-20100: Error occurred while parsing: Expected 'EOF'.
The CLOB is inserted into a table by a Java bean. What does the Java need to add to the file buffer so that the EOF is recognised?

TIA, APC

P.S. The actual XML is parseable, because I cut'n'pasted it into a VARCHAR2(32000) item.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2002
Added on Jun 25 2002
2 comments
873 views