ORA-13344: an arcpolygon geometry has fewer than five coordinates
Cause: A geometry, specified as being an arcpolygon, has fewer than five coordinates in its definition.
Action: An arcpolygon must consist of at least five coordinates. An arcpolygon consists of an ordered sequence of arcs, each of which must be described using three coordinates. Since arcs are connected the end-point of the first is the start of the second and does not have to be repeated. Correct the geometric definition, or set the appropriate SDO_GTYPE or SDO_ETYPE attribute for this geometry.
ORA-13344错误指示一个arcpolygon几何体拥有少于5个坐标。
1.检查输入的几何体数据,确保提供正确的坐标数据,满足arcpolygon几何体5个坐标的要求。
2.如果没有提供足够的坐标数据,则需为几何体添加必要的坐标,使其至少拥有5个坐标。
3.重新发布脚本插入数据,确认ORA-13344错误是否已解决。
本文标签:ORA-13344 an arcpolygon geometry has fewer than five coordinates
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接