Hi Mario,
First of all, thank you very much for sharing this add-on in order to enrich the tools available in the Cuba-Platform community.
Our platform is:
CUBA Platform version: 7.2.4
CUBA Studio plugin version: 13.2-191
IntelliJ version: CUBA Studio 2019.2
Oracle 12c database
I’ve just added Data Import add-on to my project but, when updating database for the tables initial creation, appears the following error due to table name length:
Error que empieza en la línea: 1 del comando :
create table DDCDI_UNIQUE_CONFIGURATION_ATTRIBUTE (
ID uuid,
VERSION integer not null,
CREATE_TS timestamp,
CREATED_BY varchar(50),
UPDATE_TS timestamp,
UPDATED_BY varchar(50),
DELETE_TS timestamp,
DELETED_BY varchar(50),
--
ENTITY_ATTRIBUTE varchar(255) not null,
UNIQUE_CONFIGURATION_ID uuid not null,
--
primary key (ID)
)
Informe de error -
ORA-00972: el identificador es demasiado largo
00972. 00000 - "identifier is too long"
*Cause: An identifier with more than 30 characters was specified.
*Action: Specify at most 30 characters.
Is there any workaround to avoid this problem?
Thanks in advance.
Regards,
Xavier