aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-54526: multi or composite geometry must be decomposed before extraction

ORA-54526: multi or composite geometry must be decomposed before extraction
Cause: The extraction could not be performed because the multi or composite geometry must first be decomposed into simple geometries (with or without inner geometries). The multi or composite geometry had a gtype of GTYPE_MULTISOLID, GTYPE_MULTISURFACE, GTYPE_MULTICURVE, GTYPE_MULTIPOINT, or GTYPE_COLLECTION, or the geometry was a line string.
Action: Use the MULTICOMP_TOSIMPLE parameter to element extractor to decompose the multi or composite geometry to a simple geometry.

请先 登录 后评论

1 个回答

小智
ORA-54526:在萃取前必须分解多重或复合几何图形,
.原因:无法执行提取,因为多重或复合几何必须首先分解为简单的几何(具有或不具有内部几何)。多重或复合几何具有GTYPE_MULTISOLID,GTYPE_MULTISURFACE,GTYPE_MULTICURVE,GTYPE_MULTIPOINT或GTYPE_COLLECTION的gtype,或几何是线型字符串。,
.操作:对元素提取器使用MULTICOMP_TOSIMPLE参数将多重或复合几何分解为简单几何。,
.
请先 登录 后评论