ORA-13037: SRIDs do not match for the two geometries
What triggered the Error:
A Spatial operation is invoked with two geometries where one geometry has an SRID and the other geometry does not have an SRID.What should we do to fix it:
Make sure that the spatial operations are invoked between two geometries with compatible SRIDs.