laptop and a wrench

Bug

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."

Zuletzt veröffentlicht: April 8, 2022 ArcGIS for Desktop
Bug-ID-Nummer BUG-000146805
EingereichtFebruary 10, 2022
Zuletzt geändertSeptember 3, 2024
Gilt fürArcGIS for Desktop
Gefunden in Version10.8.1
BetriebssystemWindows OS
Betriebssystemversion10.0
StatusIn Review

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000146805

Software:

  • ArcGIS for Desktop

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln