posted 16 years ago
Hello,
i work with Oracle 9i, i need to make geographic database. I made tables, metadata, and insert date in these tables, but there is a problem with Index.
I have a following error:
CREATE INDEX FIN1_EZERI ON TBL1_EZERI (GEOM)
INDEXTYPE IS MDSYS.SPATIAL_INDEX
PARAMETERS('SDO_LEVEL=6');
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-13249: internal error in Spatial index: [mdidxrbd]
ORA-13249: Error in Spatial index: index build failed
ORA-13206: internal error [Tessellate] while creating the spatial index
ORA-13249: Error in spatial index: [mdpridxtessellate]
ORA-13200: internal error [ROWID:AAAHZzAABAAAMViAAA] in spatial indexing.
ORA-13206: internal error [] while creating the spatial index
ORA-13369: Invalid value for etype in the 4 digit format
ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 7
ORA-06512: at line 1
How to fix it?
Thanks.