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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動