Spatial Index Create Fails with ORA-13249: Geodetic indexing not supported for Quadtrees
While performing an EBS database copy using Data Pump, I receive the following error during a spatial index creation. I've had no luck finding any documentation that discusses this specific error. Any help would be greatly appreciated.
ORA-39083: Object type INDEX failed to create with error:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-13249: Geodetic indexing not supported for Quadtrees
Failing sql is:
CREATE INDEX "PTG"."CITY_SPATIAL_IDX" ON "PTG"."CITY" ("GEOMETRY") INDEXTYPE IS "MDSYS"."SPATIAL_INDEX" PARAMETERS ('SDO_LEVEL = 10')PARALLEL 1
0