Attribute selection of spatial view with SDELOB geometry fails with an error, "There was an error reading the table section. Clear selection to correct. Overflow or value larger then maximum 32bit integer."
上次发布: March 26, 2019ArcGIS for Desktop
漏洞 ID 编号
BUG-000115782
已提交
August 1, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.3
操作系统
Windows OS
操作系统版本
2012 R2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The sdetable command is deprecated. Use ST_Geometry data type for spatial views on Oracle geodatabases.
解决办法
-During the creation of the command line view, include * for the column parameter.sdetable -o create_view -T V_REV_POLY -t ORG_REV_POLY -c * -s Arcsde server hostname -i sde:oracle11g:direct connection information -u USER -p PASSWORD-Use st_geometry instead of SDELOB.