How to fix the Oracle error ORA-13262: geometry column string does not exist in table string?

In this post, you’ll learn more about the Oracle ErrorORA-13262: geometry column string does not exist in table string with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-13262: geometry column string does not exist in table string

Reason for the Error ORA-13262: geometry column string does not exist in table string

The specified table does not have a column of type SDO_GEOMETRY.

How to fix the Error ORA-13262: geometry column string does not exist in table string ?

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

Alter or re-create the table such that it includes a column of type SDO_GEOMETRY and a column of type NUMBER.

Tags :

Leave Your Comment