SDO_GEOM.SDO_DIFFERENCE reports "ORA-13093: polygon Rings exceeded half the area of earth"
Dear community,
I would like to ask for a hint to workaround an issue with subtracting a specific geometry from a geometry covering the whole world using SDO_GEOM.SDO_DIFFERENCE which reports in this case "ORA-13093: polygon Rings exceeded half the area of earth".
The ORA-13093 is not reported when subtracting some different geometry from the same geometry covering the whole world, so the reported error message seems to be a bit misleading to the real issue with the specific geometry.
Validation of all used geometries does not report any issue.
Please find the test case in the script file attached.