Oracle DBA, How To, Error, Cause and Action

ORA-13265: geometry identifier column string in table string is not of type NUMBER

ORA-13265: geometry identifier column string in table string is not of type NUMBER


Cause:


GID column is not of type NUMBER.



Action:


Alter the table definition such that the column containing the geometry identifier (GID) is of type NUMBER.

No comments:

Post a Comment

Thanks for your comment.