Bug: Spatial Type for Oracle: st_intersects can fail with error ORA-028579
文章编号 : 38823
软件: ArcSDE 9.3.1, 10
操作系统: N/A
软件: ArcSDE 9.3.1, 10
操作系统: N/A
发起人
相关问题
- ArcGIS Pro 创建矢量切片包时报错ERROR 001117,但已设置了元数据
- 栅格计算器怎么才能计算栅格中大于某值且小于某值的栅格呢??我的一直报错。表达式如下图,错误码如右。000539 : Error message from Python.
- 投影栅格(ProjectRaster)报错:ERROR 000151: 地理变换无效。
- arcmap里geostastic alanalyst tools以及spatial alanalyst tools 里面的克里金差值有何不同?
- 利用arcengien 进行ExtractValuesToPoints 出现 ERROR 010024: Error during conversion.
- arcgis data store配置切片缓存失败,错误提示internal server error
- 出现spatial reference does not match data frame
- C#调AnalyseTools中的Near工具报对COM组件调用返回错误HRESULT E_FAIL异常
- Engine调用gp工具MultipleRingBuffer报“对 COM 组件的调用返回了错误 HRESULT E_FAIL”错误?
- ERROR 000628:Sentinel2建立mosaic dataset出错?
- 读取shapefile文件出错,Error: Number of shapes does not match number of table records
问题状态
- 最新活动: 2015-12-05 18:21
- 浏览: 2197
- 关注: 1 人
1 个回复
易智瑞技术支持
赞同来自:
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
原因: 其实这是Oracle的一个Bug
Oracle Bug: 8507458 "ODCIindexstart dump on select on a column which has domain index created."
解决方法: 用户打上Oracle补丁 升级到11.2.0.2即可解决该问题了
创建时间:2011-03-28
最近更新: 2011-03-31
【原文链接】
http://support.esrichina.com.c ... .html
要回复问题请先登录或注册