-
-
Notifications
You must be signed in to change notification settings - Fork 368
ORA-00972 when creating the Javers schema in Oracle 12c #388
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
Comments
Any idea/suggestion so that I can propose a PR? Thanks |
Its hard to believe that modern database doesn't support names longer than 30 chars... We have tested JaVers with Oracle latest version and everything seemed fine. Is this problem specific to this concrete Oracle version? |
Ok, looks like all Oracle version have this limit, even latest 12x. |
fix should be done in FixedSchemaFactory.columnIndex() |
are you going to contribute a PR? |
Of course, I'll try! |
PR done! |
fix released in 2.0.2 |
Hello,
I'm trying to use Javers with Oracle 12c.
When building the Javers object, here is the Exception I have:
It seems the index name is larger than 30 characters, which is not allowed by Oracle...
Thanks
The text was updated successfully, but these errors were encountered: