laptop and a wrench

Bug

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

ArcGIS Pro
Bug-ID-Nummer BUG-000175478
EingereichtApril 1, 2025
Zuletzt geändertJuly 15, 2025
Gilt fürArcGIS Pro
Gefunden in Version3.4.2
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusIn Review

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000175478

Software:

  • ArcGIS Pro

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln