Getting “ORA-21500” error code when using Query Layer to query a ST_Geometry table created by the ‘sde.st_pointfromtext’ function.
上次发布: November 11, 2015ArcGIS for Desktop
漏洞 ID 编号
NIM063576
已提交
December 14, 2010
上次修改时间
April 2, 2025
适用范围
ArcGIS for Desktop
找到的版本
10.0
操作系统
Windows OS
操作系统版本
XP
修正版本
N/A
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Use the text constructor for ‘ST_Geometry (column data type) with identical WKT, ex:insert into t6 values (11, sde.st_geometry('point (-112 41)',3));’ instead of using the constructor for the ‘ST_POINTFROMTEXT sub-type, ex:insert into t3 values (11, sde.st_pointfromtext('point (-112 41)',3));’.