BUG

Spatial Type for Oracle: st_intersects can fail with error ORA-028579

Last Published: April 25, 2020

Description

An ORA-028579 error can be encountered when executing a query with an st_geometry attribute.

Code:

SELECT objectid,
sde.st_intersection(shape,
(SELECT shape
FROM parcels
WHERE id = 4 AND cycle_type = '1')) AS shape
FROM parcels
WHERE sde.st_intersects(shape,
(SELECT shape
FROM parcels
WHERE id = 4 AND cycle_type = '1')) = 1;

select objectid,
*
ERROR at line 1:
ORA-28579: network error during callback from external procedure agent
ORA-06512: at "SDE.ST_GEOMETRY_SHAPELIB_PKG", line 682
ORA-06512: at "SDE.ST_GEOMETRY_OPERATORS", line 2496



Cause

This issue is due to an Oracle bug. Refer to My Oracle Support for more information.

Oracle Bug: 8507458 "ODCIindexstart dump on select on a column which has domain index created."

Note:
If the problem described in this article is encountered, a new folder and call stack trace file will be automatically generated by Oracle in the $ORACLE_HOME/rdbms/log/hs_core_#### folder (where #### is an auto-generated number). This call stack trace can be compared to the one mentioned in the Oracle bug, or it can be provided to Oracle to determine if the same issue is being encountered.

Workaround

This issue is fixed in the 11.2.0.2 Patch Set and some other patch releases. Refer to Oracle's support documentation for full details.

    Article ID:000011218

    Software:
    • Legacy Products

    Get help from ArcGIS experts

    Contact technical support

    Download the Esri Support App

    Go to download options

    Related Information

    Discover more on this topic