laptop and a wrench

漏洞

An Oracle error message, "ORA-24347: Warning of a NULL column in an aggregate function" is returned when upgrading a geodatabase with views containing aggregate function.

ArcGIS Pro
漏洞 ID 编号 BUG-000162656
已提交November 2, 2023
上次修改时间February 8, 2025
适用范围ArcGIS Pro
找到的版本3.1.1
操作系统Windows OS
操作系统版本10.0
状态In Review

解决办法

To successfully upgrade the geodatabase, update the view with the NVL function to handle NULL values:

"select cast(row_number() OVER(ORDER BY 1) as number(38,0)) as OBJECTID, Fac_Type,

SUM(NVL(Length,0)) AS LengthSum

FROM SDE.BikePaths

GROUP BY Fac_Type"

重现步骤

漏洞 ID: BUG-000162656

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项