How to fix the Oracle error ORA-13067: operator requires both parameters from the same topology?
In this post, you’ll learn more about the Oracle ErrorORA-13067: operator requires both parameters from the same topology with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13067: operator requires both parameters from the same topology
Reason for the Error ORA-13067: operator requires both parameters from the same topology
Both SDO_TOPO_GEOMETRY parameters did not come from the same topology.
How to fix the Error ORA-13067: operator requires both parameters from the same topology ?
You can fix this error in Oracle by following the below steps
Make sure both the parameters to the operator are from the same topology. If this is not possible, consider using a signature of the operator that does not use two SDO_TOPO_GEOMETRY parameters.
Leave Your Comment