Creating a spatial index on oracle
问题 I have a table 'floating_options', and I want to create a spatial index on a column 'area_geo' (which is a sdo_geometry column, with two rows of data that appear as expected when I select * from floating_options). I have used the following code but I am receiving the error below. I would be very grateful for any help! Thanks! CREATE INDEX area_idx ON floating_options(area_geo) INDEXTYPE IS MDSYS.SPATIAL_INDEX; Error report - SQL Error: ORA-29855: error occurred in the execution of