文档解释
ORA-13366: invalid combination of interior exterior rings
Cause: In an Oracle Spatial geometry, interior and exterior rings are not used consistently.
Action: Make sure that the interior rings corresponding to an exterior ring follow the exterior ring in the ordinate array.
ORA-13366是Oracle的一种错误,当尝试构建一个无效的内外边缘组合时可能触发该错误。
官方解释
常见案例
正常处理方法及步骤
1.对于尝试构建无效多边形的SQL语句,可以仔细检查语句中构建多边形所采用的内外边缘组合,确保其内外边缘是闭合的。
2.若无法解决ORA-13366错误,可以尝试使用Oracle的SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT函数进行几何验证,以查看具体出错点或原因。
3.如果以上解决方案依然未能解决ORA-13366错误,可以尝试使用Oracle支持服务来获得帮助。