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;