laptop and a wrench

不具合

The Oracle database table column created as Number(10,0) – Number, Precision 10, Scale 0 defaults to Long instead of Double in ArcGIS products. The Oracle table holds values more than 2,147,483,647 but returns an "ORA-01455" error in ArcGIS Pro or ArcMap, and opens an empty table.

最後に公開された状態: January 4, 2022 ArcGIS Pro
不具合 ID 番号 BUG-000142222
送信されましたAugust 16, 2021
最終更新日September 3, 2024
適用対象ArcGIS Pro
見つかったバージョン2.8.2
オペレーティング システムWindows OS
オペレーティング システムのバージョンN/A
ステータスAs Designed

参考情報

This is by design. ArcGIS interprets a Number(10) data type as a long integer and limit it to 32-bit integers. When creating a double with a precision of 10 and scale of 0 using ArcGIS, ArcGIS treats it as a Double data type. If the data is created outside of ArcGIS as Number(10), it is treated as a long integer.

対処法

In ArcGIS Pro 3.2, 'Big integer' data type can store integers larger than 2.14 billion. Number(11) is interpreted as a big integer. Create the desired column in ArcGIS Pro using the Add Field tool.

再現の手順

不具合 ID: BUG-000142222

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動