ORA-13119: invalid edge_id [string]

文档解释

ORA-13119: invalid edge_id [string]

Cause: A topology edge operation was invoked with an invalid edge_id.

Action: Check the topology edge$ table to see if the specified edge_id exists in the topology.

ORA-13119意味着您尝试执行一个无效的边缘标识符。Edge ID是Oracle Spatial和空间参考系统中定义空间对象之间空间边界的标识符。

官方解释

ORA-13119指示无效的边缘ID,其无法识别和处理。

常见案例

如果代码中有一个边缘ID,但它因为某种原因没有加载进

你可能感兴趣的