ORA-01426: Numeric Overflow Creating Spatial Index
(Doc ID 2195302.1)
Last updated on APRIL 08, 2022
Applies to:
Oracle Spatial and Graph - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
On : 12.1.0.2 version, Spatial Component / Creating Maintaining Spatial Indexes
When attempting to create a spatial index the following error occurs.
create index DVTEST.TERRAIN5$geom on DVTEST.TERRAIN5 (geometry) INDEXTYPE IS MDSYS.SPATIAL_INDEX PARAMETERS ('tablespace= TERRAIN5_TEST layer_gtype=POINT sdo_dml_batch_size=10000 sdo_max_memory=200000000') ;
*
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-13249: Error in spatial index: [mdrcrtxfergm]
ORA-29400: data cartridge error
ORA-01426: numeric overflow
ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |