Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-29541 class xxx could not be resolved

714036Dec 2 2009 — edited Dec 2 2009
Hi All,

I still suffer from anomalies of my 11gR2 database built from scratch. I need to use Spatial, for which I've run
rdbms/admin/initdbj.sql
javavm/install/initjvma.sql
rdbms/admin/catjvm.sql
md/admin/mdprivs.sql
md/admin/catmd.sql
Some returned errors. However, this enabled me to use data types and some functions, but there are still problems:
select sdo_geom.sdo_buffer(geom, 1, 5e-8) from gtelek
*
ERROR at line 1:
ORA-29541: class MDSYS.oracle/spatial/util/Adapters could not be resolved
ORA-06512: at "MDSYS.SDO_GEOM", line 1293
ORA-06512: at "MDSYS.SDO_GEOM", line 1333
ORA-06512: at "MDSYS.SDO_GEOM", line 1343

How can this be corrected?

Thank you in advance, best regards: Balázs
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2009
Added on Dec 2 2009
6 comments
8,217 views