laptop and a wrench

漏洞

When using the ST_INTERSECTION() function on some data with the default tolerance of 0.001, the following error message is returned, "Error ORA-28579: network error during callback from external procedure agent."

上次发布: April 8, 2022 ArcGIS for Desktop
漏洞 ID 编号 BUG-000146805
已提交February 10, 2022
上次修改时间September 3, 2024
适用范围ArcGIS for Desktop
找到的版本10.8.1
操作系统Windows OS
操作系统版本10.0
状态In Review

解决办法

1. Change default tolerance: Reload the feature class with the default tolerance and resolution values below:

Tolerance = 0.0001

Resolution = 0.00001

2. Use ST_Intersects function instead. Below is an example of a working query:

select SDE.ST_AsText(s1.shape)

from intersect1 s1, Intersect2 s2

where sde.st_intersects(s1.shape, s2.shape)=1

and

s2.ObjectID = 1

and

s1.objectid = 1

重现步骤

漏洞 ID: BUG-000146805

软件:

  • ArcGIS for Desktop

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项