How to fix the Oracle error ORA-13293: cannot specify unit for geometry without a georeferenced SRID?
In this post, you’ll learn more about the Oracle ErrorORA-13293: cannot specify unit for geometry without a georeferenced SRID with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13293: cannot specify unit for geometry without a georeferenced SRID
Reason for the Error ORA-13293: cannot specify unit for geometry without a georeferenced SRID
An Oracle Spatial function with a UNIT parameter was called on a geometry without a georeferenced SRID.
How to fix the Error ORA-13293: cannot specify unit for geometry without a georeferenced SRID ?
You can fix this error in Oracle by following the below steps
Make sure that spatial functions with UNIT parameters are only called on geometries with georeferenced SRIDs.
Leave Your Comment