Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle XML Parser Problems
Flavio;
Thank you for your message. The query revealed xmlparsercover is not present within Oracle.
My question now becomes how do I go about resolving this? I followed the instructions provided by Oracle for installing both the XML Parser and the JVM to the letter and am very surprised to find something is not present. I am assuming XMLparsercover is part of the XDK install, is there a way of going back and auditing this somehow?
Thanks again, your explanation was very helpful.
M
"FC" <flavio_at_tin.it> wrote in message news:<au3Da.34773$pR3.736993_at_news1.tin.it>...
>
> XMLPARSERCOVER is a PLSQL package specification wrapping methods of the java
> class oracle/xml/parser/plsql/XMLParserCover.
> XMLPARSER in turn exposes some procedure and functions from XMLPARSERCOVER.
> Said that, the error you are getting happens at run-time because the PLSQL
> wrapper does not attempt to resolve the class at compile time but when you
> invoke its methods.
>
> The only way I found to reproduce that error message on my system was to
> rename the class to a nonexistent object in the PLSQL wrapper. This makes me
> believe that your xml java environment is not correctly set up.
>
> What's the result of executing the following query under the same user?
>
> select * from all_objects where lower(object_name) like '%parsercover%';
>
> Bye,
> Flavio
Received on Wed Jun 04 2003 - 09:31:38 CDT
![]() |
![]() |