Home » Server Options » Spatial » UPDATE-SET Command does not work (Oracle Locator 11g)
|
|
Re: UPDATE-SET Command does not work [message #653389 is a reply to message #653380] |
Mon, 04 July 2016 09:22   |
 |
moehre
Messages: 43 Registered: June 2016
|
Member |
|
|
Yes I did already dropping and creating the index back.
If I have no index it is working!
But if I create a spatial index like this:
CREATE INDEX centroid_geom_SPX ON "TEST_3D"."BUILDING"("CENTROID_GEOM") INDEXTYPE IS MDSYS.SPATIAL_INDEX
it says:
ORA-13203: View USER_SDO_GEOM_METADATA not readable
ORA-13203: View USER_SDO_GEOM_METADATA not readable
ORA-13000: number of dimension wrong
ORA-06512: in "MDSYS.SDO_INDEX_METHOD_10I", Zeile 10
29855. 00000 - "error occurred in the execution of ODCIINDEXCREATE routine"
*Cause: Failed to successfully execute the ODCIIndexCreate routine.
*Action: Check to see if the routine has been coded correctly.
Data:
Centroid_Geom = MDSYS.SDO_GEOMETRY(2001,31467,MDSYS.SDO_POINT_TYPE(3482983.53,5377745.754,NULL),NULL,NULL)
Fishnet_500m = MDSYS.SDO_GEOMETRY(2003,31467,NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,1),MDSYS.SDO_ORDINATE_ARRAY(3486367.35,5375324.36,3486867.35,5375 324.36,3486867.35,5375824.36,3486367.35,5375824.36,3486367.35,5375324.36))
To get some informations about the metadata I used this query:
select * from all_sdo_geom_metadata;
I get this result: OWNER: I | TABLE_NAME: ...| Column_Name: ... | DIMINFO: MDSYS.SDO_DIM_ARRAY() | SRID: 31467
[Updated on: Mon, 04 July 2016 09:36] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Thu Apr 17 08:22:27 CDT 2025
|