We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
With Oracle 12.1 it works, but with Oracle 12.2 the following error occures: 'ORA-28040: No matching authentication protocol'
Suggested solution: new ojdbc driver: ojdbc8 version: 12.2.0.1.0
The text was updated successfully, but these errors were encountered:
Description added: 2ae5f19
Sorry, something went wrong.
Set JDBC driver dependency for plugin:
<plugin> <groupId>hu.vanio.maven.plugins</groupId> <artifactId>easydao-maven-plugin</artifactId> <version>3.1.0</version> <configuration> ... </configuration> <executions> <execution> <goals> <goal>generate</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>com.oracle.jdbc</groupId> <artifactId>ojdbc8</artifactId> <version>12.2.0.1.0</version> </dependency> <dependency> <groupId>com.oracle</groupId> <artifactId>orai18n</artifactId> <version>12.2.0.1.0</version> </dependency> </dependencies> </plugin>
The settings of JDBC driver is the solution.
patoi
No branches or pull requests
With Oracle 12.1 it works, but with Oracle 12.2 the following error occures:
'ORA-28040: No matching authentication protocol'
Suggested solution:
new ojdbc driver: ojdbc8 version: 12.2.0.1.0
The text was updated successfully, but these errors were encountered: