| Bug ID Number |
BUG-000167087 |
| Submitted | April 29, 2024 |
| Last Modified | October 12, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 2.9.12 |
| Operating System | Windows Server |
| Operating System Version | 2019 64 Bit |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
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.
Workaround
Create the table using SQL and register with the geodatabase.
Steps to Reproduce