How to fix the Oracle error ORA-13263: column string in table string is not of type SDO_GEOMETRY?
In this post, you’ll learn more about the Oracle ErrorORA-13263: column string in table string is not of type SDO_GEOMETRY with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13263: column string in table string is not of type SDO_GEOMETRY
Reason for the Error ORA-13263: column string in table string is not of type SDO_GEOMETRY
The column intended for storing the geometry is not of type SDO_GEOMETRY.
How to fix the Error ORA-13263: column string in table string is not of type SDO_GEOMETRY ?
You can fix this error in Oracle by following the below steps
Alter the column definition to be of type SDO_GEOMETRY.
Leave Your Comment