How to fix the Oracle error ORA-13365: layer SRID does not match geometry SRID?
In this post, you’ll learn more about the Oracle ErrorORA-13365: layer SRID does not match geometry SRID with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13365: layer SRID does not match geometry SRID
Reason for the Error ORA-13365: layer SRID does not match geometry SRID
The spatial layer has a geometry with a different SRID than the SRID specified for the layer.
How to fix the Error ORA-13365: layer SRID does not match geometry SRID ?
You can fix this error in Oracle by following the below steps
Make sure that all geometries in a layer have the same SRID and that the SRIDs match the SRID for the layer in the USER_SDO_GEOM_METADATA view.
Leave Your Comment