漏洞 ID 编号 |
BUG-000167087 |
已提交 | April 29, 2024 |
上次修改时间 | October 12, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 2.9.12 |
操作系统 | Windows Server |
操作系统版本 | 2019 64 Bit |
状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
The config_string value has a practical limit of 2048 characters. A geodatabase on Oracle allows to store more characters, but there may be unexpected results in various tools due to the potentially unlimited size of the CLOB string. For table creation requiring a config_string this long, create the table using SQL and register the table with the geodatabase.
解决办法
Create the table using SQL and register with the geodatabase.
重现步骤