Spatial indexes are data structures the support searches and computation that depend on geometric relationships between the stored data (k-nearest-neighbors, identify elements in a defined region, etc).
I have a table 'floating_options', and I want to create a spatial index on a column 'area_geo' (which …
sql oracle geospatial spatial-index