Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: XML DB installation problem.
Jeremy wrote:
> 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
Have a look at ORACLE_HOME/rdbms/admin/initxml.sql and xmlja.sql scripts and install them if necessary then rerun your XML DB installation.
Regards
/Rauf
Received on Sun Mar 13 2005 - 09:32:48 CST
![]() |
![]() |