laptop and a wrench

Error

Geodatabase View with Oracle 19c containing Timestamp Offset fields raises an error: SE_DBTIMESTAMPTZINFO object not initialized.

ArcGIS Pro
Número de ID del error BUG-000175478
EnviadoApril 1, 2025
Última modificaciónJuly 15, 2025
Relacionado conArcGIS Pro
Versión encontrada3.4.2
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoIn Review

Solución alternativa

Use to_char() syntax to return the offset timestamp as text in the SQL, noting this will limit any date calculations or query logic using this field but is sufficient for visualization.

select objectid ,created_date ,to_char(created_date at time zone 'UTC') "CREATION_DATE" ,last_edited_date , to_char(last_edited_date at time zone 'UTC') "UPDATED_DATE" from sdo.my_fc

Pasos para reproducir

ID del error: BUG-000175478

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