Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> XML DB installation problem.
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.
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.
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
-- jeremyReceived on Sat Mar 12 2005 - 07:13:49 CST