laptop and a wrench

Bug

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

Last Published: April 8, 2022 ArcGIS for Desktop
Bug ID Number BUG-000146805
SubmittedFebruary 10, 2022
Last ModifiedMay 26, 2026
Applies toArcGIS for Desktop
Version found10.8.1
Operating SystemWindows OS
Operating System Version10.0
StatusWill Not Be Addressed

Additional Information

This issue is unable to be addressed within the current product life cycle. If the issue persists in a supported release, contact Esri Support Services.

Workaround

1. Change the default tolerance by reloading the feature class using the default tolerance and resolution values below:

Tolerance = 0.0001

Resolution = 0.00001

2. Use the 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

Steps to Reproduce

Bug ID: BUG-000146805

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options