SDO_RELATE Determines whether or not two geometries interact in a specified way.
SDO_ANYINTERACT Checks if search and target geometries have the ANYINTERACT topological relationship.
SDO_CONTAINS Checks if search and target geometries have the CONTAINS topological relationship.
SDO_COVEREDBY Checks if search and target geometries have the COVEREDBY topological relationship.
SDO_COVERS Checks if search and target geometries have the COVERS topological relationship.
SDO_EQUAL Checks if search and target geometries have the EQUAL topological relationship.
SDO_INSIDE Checks if search and target geometries have the INSIDE topological relationship.
SDO_ON Checks if search and target geometries have the ON topological relationship.
SDO_OVERLAPBDYDISJOINT Checks if search and target geometries have the OVERLAPBDYDISJOINT topological relationship.
SDO_OVERLAPBDYINTERSECT Checks if search and target geometries have the OVERLAPBDYINTERSECT topological relationship.
SDO_OVERLAPS Checks if any geometries in a table overlap (that is, have the OVERLAPBDYDISJOINT or OVERLAPBDYINTERSECT topological relationship.
SDO_TOUCH Checks if search and target geometries have the TOUCH topological relationship.