Cannot directly import a feature class with a long text field (>4000) from a file geodatabase to ArcSDE for Oracle.
最後に公開された状態: August 25, 2014No Product Found
不具合 ID 番号
NIM033457
送信されました
March 19, 2008
最終更新日
April 2, 2025
適用対象
No Product Found
見つかったバージョン
9.2
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
1. Create an empty feature class in the ArcSDE, import the fields from the feature class in FGDB, but change the length of the text field from 4096 to 4000 (or less), then, load data from the feature class in FGDB to the empty feature class in ArcSDE.2. Copy/Paste the feature class from FGDB to PGDB, the text field with length of 4096 will become length 2147483647. Use ArcCatalog/GP tools to transfer the feature class from PGDB to ArcSDE, the text field will be converted to NCLOB.