How to fix the Oracle error ORA-13340: a point geometry has more than one coordinate?

In this post, you’ll learn more about the Oracle ErrorORA-13340: a point geometry has more than one coordinate with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-13340: a point geometry has more than one coordinate

Reason for the Error ORA-13340: a point geometry has more than one coordinate

A geometry, specified as being a point, has more than one coordinate in its definition.

How to fix the Error ORA-13340: a point geometry has more than one coordinate ?

You can fix this error in Oracle by following the below steps

A point has only one coordinate. If this geometry is intended to represent a point cluster, line, or polygon, set the appropriate SDO_GTYPE or SDO_ETYPE value. If this is a single point object, remove the extraneous coordinates from its definition.

Tags :

Leave Your Comment