How to fix the Oracle error ORA-13274: operator invoked with non-compatible SRIDs?
In this post, you’ll learn more about the Oracle ErrorORA-13274: operator invoked with non-compatible SRIDs with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13274: operator invoked with non-compatible SRIDs
Reason for the Error ORA-13274: operator invoked with non-compatible SRIDs
A Spatial operator was invoked with a window geometry with an SRID but the layer has no SRID; or the window has no SRID but the layer has an SRID.
How to fix the Error ORA-13274: operator invoked with non-compatible SRIDs ?
You can fix this error in Oracle by following the below steps
Make sure that the layer and window both have an SRID or that they both do not have an SRID.
Leave Your Comment