Flyway fails to connect with the database if the OS user name is longer than 30 characters #1099
Milestone
Comments
This will of help when fixing this: http://stackoverflow.com/questions/1612657/change-oracle-jdbc-thin-client-identifier |
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Oct 2, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flyway fails to connect to the if the OS user name is longer than 30 characters.
My client runs on RedHat Linux (RHEL7), and the user name is 31 characters long.
I can temporarily solve this with JAVA_TOOL_OPTIONS and reduce the user name length.
The max length of a username on Linux is 32 characters.
The text was updated successfully, but these errors were encountered: