How to fix the Oracle error ORA-54668: a 2D SRID cannot be used with a 3D geometry?
In this post, you’ll learn more about the Oracle ErrorORA-54668: a 2D SRID cannot be used with a 3D geometry with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-54668: a 2D SRID cannot be used with a 3D geometry
Reason for the Error ORA-54668: a 2D SRID cannot be used with a 3D geometry
A 2D SRID was used with a 3D geometry.
How to fix the Error ORA-54668: a 2D SRID cannot be used with a 3D geometry ?
You can fix this error in Oracle by following the below steps
Replace the 2D SRID with an appropriate 3D SRID.
Leave Your Comment