-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5
-
Fix Version/s: 2.5.1
-
Component/s: Vocabularies
Databases have a size limit for tables names (see NXP-8111 for the limit sizes depending on the database).
As the vocabulary builder adds a prefix "studio_vocabulary_" to the table name, it's easy to run into this issue using Oracle when size limit is 30.
This cannot be changed easily without breaking compatibility, so issue a validation warning for now.
- is required by
-
NXS-3844 Test long Studio voc name on supported databases
- Resolved