When previewing an Oracle spatial layer, the following error message is returned: "An expected field could not be found or could not be retrieved properly".
上次发布: August 25, 2014ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM043193
已提交
March 10, 2009
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
9.3
修正版本
9.3.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
Fixed in 931sp1
解决办法
The user found 2 workarounds:Workaround 1: Unregistering and reregistering with c entity type included:C:\Documents and Settings\laks4639>sdelayer -o register -l EFX_LAYER,POINTS -e npc -P HIGH -k SDO_GEOMETRY_8265 -C GID,USER -i esri_testora -u sde -p sdeHowever, this introduces the se_anno_cad field.Workaround 2:-rename the "points" field as "shape".-Create a table off this table using sqlplus. -Insert record in user_sdo_geom_metadata and then create a spatial index-Register the layer using sdelayer -o register -e np.