Opening an attribute table after executing a query in definition query on Shape.Area results in error ORA-00904.
上次发布: August 25, 2014ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM058852
已提交
July 7, 2010
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
10.0
修正版本
N/A
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Workarounds:#1 Execute definition queries against the SHAPE.AREA or Length columns as: "sde.st_length(shape)> n" or sde.st_area(shape)> n"#2 Create a new field as "double" and use Field Calculator to populate it with SHAPE.AREA values. Create definition queries against this new field.