Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle XML Parser Problems

Re: Oracle XML Parser Problems

From: Michael Haggerty <mhaggerty_at_mbda.gov>
Date: 2 Jun 2003 10:00:21 -0700
Message-ID: <a83d9e3a.0306020900.1c15cf99@posting.google.com>


Posting this message again in the hopes someone has some experience with this item.

I am using Oracle 8i with the Oracle XML Parser and running into configuration problems. The following error comes up each time I attempt to call the parser within a stroed procedure:

ORA-29540: class oracle/xml/parser/plsql/XMLParserCover does not exist

The all_objects view says the parser does exist, however, and this one is really leaving me stumped. Any help by the gurus on this list would be appreciated.

Thanks
M

mhaggerty_at_mbda.gov (Michael Haggerty) wrote in message news:<a83d9e3a.0305301111.69069c47_at_posting.google.com>...
> Oracle 8i is having issues with the XML parser, and hopefully someone
> here can provide some guidance on how to resolve them.
>
> The following error come up each time I attempt to make a call to the
> parser in PL/SQL:
>
> ORA-29540: class oracle/xml/parser/plsql/XMLParserCover does not exist
>
> Now, a quick check of all_objects says the parser is present and
> valid. Oddly enough, this statement is being returned within a
> procedure which compiled successfully - seems to me Oracle would not
> let the prodedure compile were it not present.
>
> Anyoen have any knowledge about this?
>
> M
Received on Mon Jun 02 2003 - 12:00:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US