laptop and a wrench

Error

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
Número de ID del error BUG-000162656
EnviadoNovember 2, 2023
Última modificaciónFebruary 8, 2025
Relacionado conArcGIS Pro
Versión encontrada3.1.1
Sistema operativoWindows OS
Versión de sistema operativo10.0
EstadoIn Review

Solución alternativa

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"

Pasos para reproducir

ID del error: BUG-000162656

Software:

  • ArcGIS Pro

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga