-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ORA-00972: identifier is too long. Oracle 11g #654
Comments
Could you provide sample tables mapping which fails on create? |
Transaction attempt #0 failed: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long
As far as i know, in new versions of Oracle this limitation(max 30 symbols per name) was changed. I found workaround - create tables manually and use after, but I would prefer to remove manual steps. |
identifierLengthLimit should not be lazy initialized
I'm trying to create many-to-one relation.
But alwas got issue with "identifier is too long" as exposed automatically creates
too long foreign key(, but Oracle 11g got limitation - 30 characters.
Could you help me to bypass this issue?
I saw few issues reported here with such problem/suggestion, but don't know if there are any workaround.
The text was updated successfully, but these errors were encountered: