Oracle DBA, How To, Error, Cause and Action

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

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


Cause:


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



Action:


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

No comments:

Post a Comment

Thanks for your comment.