MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
679 stars 285 forks source link

"ORA-00972: identifier is too long" when used with Spring Boot #151

Open ToyinIku opened 3 years ago

ToyinIku commented 3 years ago

This stackoverflow article say that version 12.2 this shouldn't be a problem however I'm still receiving this error when others on the project aren't. https://stackoverflow.com/questions/3085562/ora-00972-identifier-is-too-long-alias-column-name

Claims the attributes "lastNameFirstFullName" and "additionalCoursePermissions" are too long for a column name/entity class property.

Is this image updated with the latest version of oracle?