ORA-29541 class xxx could not be resolved
714036Dec 2 2009 — edited Dec 2 2009Hi 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