If a table is created in Oracle using the Oracle FLOAT data type instead of the copy and paste function in ArcGIS Desktop, the table drops the decimals if the target location is an enterprise geodatabase or database.
最後に公開された状態: November 9, 2018ArcSDE/Enterprise Geodatabase
不具合 ID 番号
BUG-000116168
送信されました
August 16, 2018
最終更新日
June 5, 2024
適用対象
ArcSDE/Enterprise Geodatabase
見つかったバージョン
10.4.1
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
ArcGIS does not utilize or support the Oracle Float data type.
(http://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/dbms-data-types-supported.htm#ESRI_SECTION1_F4879D2C89A64EAE8767346408E6EDB6)
Consider using NUMBER(p,s) instead of Float.
対処法
In ArcCatalog, right-click the table using float.
Export > To Geodatabase.
Fill in the Output Location and Output Table name.
In the Field Map, right-click the field using the float data type (in the sample script that is "floatfield").
Click Properties.
Change scale to 8.
Click OK and execute the export. The table in the enterprise geodatabase retains decimals now.