ORA-29532 [message #352569] |
Wed, 08 October 2008 07:08 |
anil_mk
Messages: 146 Registered: August 2006 Location: Bangalore, India
|
Senior Member |
|
|
Hi All,
I tried to execute the below statement but got the error
SELECT
SDO_GCDR.GEOCODE_AS_GEOMETRY
(
'SPATIAL',
SDO_KEYWORDARRAY
(
'3746 CONNECTICUT AVE NW',
'WASHINGTON, DC 20008'
),
'US'
) geom
FROM DUAL
SDO_GCDR.GEOCODE_AS_GEOMETRY
*
ERROR at line 2:
ORA-29532: Java call terminated by uncaught Java exception: oracle.jdbc.driver.OracleSQLException: ORA-00942: table or view does not exist
ORA-06512: at "MDSYS.SDO_GCDR", line 679
ORA-06512: at "MDSYS.SDO_GCDR", line 722
And when i tried to execute the DBMS_JAVA.loadjava in SQLPLUS which thrown the same error as above(Find the attached screen shot) .
Please suggest me if anyone is having the idea about how to resolve above the problem.
Thanks,
Anil MK
-
Attachment: 2.GIF
(Size: 20.89KB, Downloaded 2088 times)
|
|
|
|