New answers tagged oracle
0
There is the big difference between SDO_GEOM.RELATE and SDO_RELATE.
The first argument of SDO_RELATE specifies a geometry column in a table. So, at least one geometry object must be located in a table. It is the limitation. On the other hand SDO_RELATE can use the spatial index, so it works fast.
SDO_GEOM.RELATE doesn’t care about the geometry location.
...
Top 50 recent answers are included