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

Home -> Community -> Usenet -> c.d.o.tools -> Help! ORA-29541

Help! ORA-29541

From: Ken Van Allen <kennyv_at_digisys.net>
Date: Mon, 16 Oct 2000 13:42:46 -0600
Message-ID: <8sflpr$abs$1@ruby.digisys.net>

Help!

I RTFM already - can't seem to find out why this is happening - I'm running 8i (8.1.6) with JServer. I've installed the Oracle XSU packages on the schema in question, yet when I try a simple call [select xmlGen.getXML('select * from users', 1)], I get the following error message:

<errortext/>
The following error has occurred:

ORA-29541: class TMMV2.OracleXMLStore could not be resolved
ORA-06512: at "TMMV2.XMLGEN", line 312
ORA-06512: at "TMMV2.XMLGEN", line 371
ORA-06512: at line 1

I've looked in JAVA$CLASS$MD5$TABLE, created as expected in the schema when these classes were loaded with loadjava. All of the classes loaded correctly. What does it mean (in Oracle parlance) for a class to be 'resolved'? How can I approach this?

TIA, Ken Received on Mon Oct 16 2000 - 14:42:46 CDT

Original text of this message

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