Hi,
I have upgraded oracle 12c to oracle 19c. I have received error ORA-13367.
Based on the documentations, I have fixed the geometry column by using "SDO_MIGRATE.TO_CURRENT('boundary')" and "sdo_util.rectify_geometry(boundary, 0.05)" functions fix ORA-13367 error. I have exported the shapefile by using Qgis.
My issue is when I Import rectified geometry back to table. Im still receiving ORA-13367 error.
Does anyone know how I can use fixed shapefile?
Are these functions doings something else than just fixing geometry?
Thank you in Advance