How to fix the Oracle error ORA-13037: SRIDs do not match for the two geometries?
In this post, you’ll learn more about the Oracle ErrorORA-13037: SRIDs do not match for the two geometries with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13037: SRIDs do not match for the two geometries
Reason for the Error ORA-13037: SRIDs do not match for the two geometries
A Spatial operation is invoked with two geometries where one geometry has an SRID and the other geometry does not have an SRID.
How to fix the Error ORA-13037: SRIDs do not match for the two geometries ?
You can fix this error in Oracle by following the below steps
Make sure that the spatial operations are invoked between two geometries with compatible SRIDs.
Leave Your Comment