Oracle Numeric(38) is mapped to 4-bit Long Integer in ArcGIS 9.1 and 9.2.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM005651
已提交
December 15, 2006
上次修改时间
April 28, 2025
适用范围
No Product Found
找到的版本
9.2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
ArcSDE supports 32 bit integers. The number(38) maps to longInt with the geodatase (4 byte = 32 bits).The largest 32 bit number is 2147483648 which is 10 digits so this is by design until we support 64-bit Objectids (in future releases).Incident #538294:User found a problem when trying to convert a field defined in Oracle as number(38) to OBJECTID. Basically, ArcSDE (till 9.2) can only use 10 digits to store a interger as OBJECTID column.#NIM005651 submitted.