| Numéro d’ID de bogue |
BUG-000167087 |
| Envoi | April 29, 2024 |
| Dernière modification | October 12, 2025 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 2.9.12 |
| Système d’exploitation | Windows Server |
| Version du système d’exploitation | 2019 64 Bit |
| Statut | Known Limit
Après examen par l’équipe de développement, il a été déterminé que ce problème est lié à une limitation connue du logiciel sur laquelle Esri n’a aucun contrôle. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
Create the table using SQL and register with the geodatabase.
Étapes pour reproduire