ORA-13265: geometry identifier column string in table string is not of type NUMBER
What triggered the Error:
GID column is not of type NUMBER.What should we do to fix it:
Alter the table definition such that the column containing the geometry identifier (GID) is of type NUMBER.