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!

xmlparser.parse error: No such file or directory

543426Nov 1 2006 — edited Nov 2 2006
Hello,
Please forgive me if this has already been answered, but I did quite a bit of searching and could not find any resolved threads on this matter.

I'm getting the following error from my call to xmlparser.parse(parser, Path || File);

ERROR at line 1:
ORA-20100: Error occurred while parsing: No such file or directory
ORA-06512: at "SYS.XMLPARSER", line 22
ORA-06512: at "SYS.XMLPARSER", line 79
ORA-06512: at "MyProcedure", line 219
ORA-06512: at line 1

Now, I've seen that sometimes this can be caused because of a missing dtd, so I've set the following:
xmlparser.setValidationMode(parser, FALSE);

Moreover, I can access the same file with a call to:

utl_file.fopen(Path, File, 'r');


What can I begin to do to try and solve this?

Thanks,
Ryan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2006
Added on Nov 1 2006
1 comment
3,766 views