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

Home -> Community -> Usenet -> c.d.o.server -> XML DB installation problem.

XML DB installation problem.

From: Jeremy <newspostings_at_hazelweb.co.uk>
Date: Sat, 12 Mar 2005 13:13:49 -0000
Message-ID: <MPG.1c9cfb6bc4de341d989dc8@news.individual.net>


Environment - 9iR2 (9.2.0.5) / Solaris 8

Installing XML DB using the instructions documented in "Oracle9i XML Database Developer's Guide - Oracle XML DB - Release 2 (9.2) Part Number A96620-01"

Getting various errors trying to compile the java class "SYS"."oracle/xdb/XMLType" meaning that our XML DB installation is not complete. I wonder if anyone else has seen this problem/knows the solution?

Full details below...... thanks for looking.



Connected as SYS ran the following:

SQL> @catxdbj
Call completed.
Call completed.
Warning: Java altered with compilation errors. Call completed.
Package created.
No errors.
Package body created.
No errors.
Grant succeeded.
Package created.
No errors.
Package body created.
No errors.

Grant succeeded. 
Synonym created. 
Synonym created. 

SQL> Looking in the script we get :

alter java class "SYS"."oracle/xdb/XMLType" compile;

yields this:

SQL> alter java class "SYS"."oracle/xdb/XMLType" compile;

Warning: Java altered with compilation errors.

SQL> sho errors
Errors for JAVA CLASS SYS.oracle/xdb/XMLType:

LINE/COL ERROR




0/0 ORA-29521: referenced name oracle/xml/parser/v2/DOMParser could not be found
0/0 ORA-29521: referenced name oracle/xml/parser/v2/XMLDocument could not be found
0/0 ORA-29521: referenced name oracle/xml/parser/v2/XMLParseException could not be found
0/0 ORA-29521: referenced name oracle/xml/parser/v2/XMLParser could not be found
0/0 ORA-29521: referenced name org/xml/sax/SAXException could not be found
0/0 ORA-29521: referenced name org/w3c/dom/Document could not be found
SQL> So it would seem we have an incomplete installation of XML DB - how do we fix this problem?
-- 
jeremy
Received on Sat Mar 12 2005 - 07:13:49 CST

Original text of this message

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