ORA-29540 XMLPARSERCOVER DOES NOT EXIST
(Doc ID 305280.1)
Last updated on APRIL 12, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 9.2.0.5 and laterInformation in this document applies to any platform.
9.2.0.X
Symptoms
Error ORA-29540: class oracle/xml/parser/plsql/XMLParserCover does not exist reportedwhen trying to use xmlparser.
Error ORA-00904: "DBMS_JAVA"."LONGNAME": invalid identifier reported when verifying the XMLParserCover Java Class status according to note 307709.1 - How to check the XMLParserCover Status
Verifying the status of JVM installation from the dba_registry view
it results that the JVM status is not a valid one.
SQL>conn / as sysdba
SQL>col COMP_NAME format a30
SQL>col version format a9
SQL>col status format a10
SQL>SELECT comp_name , version, status
FROM dba_registry
WHERE comp_id like '%JAVA%';
COMP_NAME VERSION STATUS
---------------------------- ------- ----------
JServer JAVA Virtual Machine LOADING
Oracle9i Java Packages LOADING
Changes
Patchset applied and catpatch run as required by the pacthset installation README file.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |