Oracle DBA, How To, Error, Cause and Action

ORA-13263: column string in table string is not of type SDO_GEOMETRY

ORA-13263: column string in table string is not of type SDO_GEOMETRY


Cause:


The column intended for storing the geometry is not of type SDO_GEOMETRY.



Action:


Alter the column definition to be of type SDO_GEOMETRY.

No comments:

Post a Comment

Thanks for your comment.