laptop and a wrench

漏洞

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

上次发布: August 27, 2015 ArcSDE/Enterprise Geodatabase
漏洞 ID 编号 BUG-000084285
已提交February 3, 2015
上次修改时间June 5, 2024
适用范围ArcSDE/Enterprise Geodatabase
找到的版本10.2.2
状态Will Not Be Addressed

附加信息

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.

解决办法

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

重现步骤

漏洞 ID: BUG-000084285

软件:

  • ArcSDE/Enterprise Geodatabase

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项