laptop and a wrench

Bug

An Oracle versioned view does not list ObjectID as a unique identifier in a query layer.

Zuletzt veröffentlicht: August 27, 2015 ArcSDE/Enterprise Geodatabase
Bug-ID-Nummer BUG-000084285
EingereichtFebruary 3, 2015
Zuletzt geändertJune 5, 2024
Gilt fürArcSDE/Enterprise Geodatabase
Gefunden in Version10.2.2
StatusWill Not Be Addressed

Zusätzliche Informationen

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

Use CAST to change the field type of the ObjectID field to integer (INT) if the versioned view needs to be displayed in a query layer. For example, if the original query layer is the following: select objected, shape from <schema>.<featureclassname>_EVW Replace it with the following and use the new field (objectid_INT) as the unique identifier: select CAST(ObjectID as INT) as ObjectID_INT, shape from <schema>.<featureclassname>_EVW

Schritte zur Reproduzierung

Bug-ID: BUG-000084285

Software:

  • ArcSDE/Enterprise Geodatabase

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