Hi
while importing a solution which runs on an Oracle database I get the following Oracle error: ORA-00972: identifier is too long.
I have the table ‘konvertierungsaufrufe’. The primary key is ‘konvertierungsaufrufe_nr’ and is of type ‘db identity’.
Servoy tries while importing the solution to create the sequence ‘seq_konvertierungsaufrufe_konvertierungsaufrufe_nr’. This identifier is unfortunately too long so I get the error.
Could Servoy please disable the feature to create a sequence in case the primary key is of type ‘db identity’.
Thanks in advance!
Christoph