| Número de ID del error |
BUG-000167087 |
| Enviado | April 29, 2024 |
| Última modificación | October 12, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 2.9.12 |
| Sistema operativo | Windows Server |
| Versión de sistema operativo | 2019 64 Bit |
| Estado | Known Limit
Después de la revisión por parte del equipo de desarrollo, se ha determinado que este problema está relacionado con una limitación conocida del software que está fuera del control de Esri. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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.
Solución alternativa
Create the table using SQL and register with the geodatabase.
Pasos para reproducir