laptop and a wrench

Bug

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
Bug ID Number BUG-000162656
SubmittedNovember 2, 2023
Last ModifiedApril 21, 2026
Applies toArcGIS Pro
Version found3.1.1
Operating SystemWindows OS
Operating System Version10.0
StatusNon-Reproducible

Additional Information

The issue is not reproducible in the currently supported software. If the problem reappears in a supported release, log a new issue.

Workaround

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"

Steps to Reproduce

Bug ID: BUG-000162656

Software:

  • ArcGIS Pro

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