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.