An error, “This release of the GeoDatabase is either invalid or out of date” is returned when connecting to an Oracle geodatabase from an ArcGIS 10.3 client.
上次发布: September 28, 2015ArcGIS for Desktop
漏洞 ID 编号
BUG-000086517
已提交
March 31, 2015
上次修改时间
April 2, 2025
适用范围
ArcGIS for Desktop
找到的版本
10.3
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Need to update the configuration (INT64TYPES = false, which is the default value.)
解决办法
Update the INT64TYPES value to be false, which is the default value:update server_config set num_prop_value = 0 where prop_name='INT64TYPES';COMMIT;