Skip to content

Unable to connect to Oracle 12.2 #15

New issue

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

Closed
varjasz opened this issue Apr 18, 2017 · 3 comments
Closed

Unable to connect to Oracle 12.2 #15

varjasz opened this issue Apr 18, 2017 · 3 comments
Assignees
Labels

Comments

@varjasz
Copy link
Contributor

varjasz commented Apr 18, 2017

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

@patoi patoi self-assigned this Apr 18, 2017
@patoi
Copy link
Contributor

patoi commented Apr 18, 2017

Description added: 2ae5f19

@patoi
Copy link
Contributor

patoi commented Apr 18, 2017

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>

@patoi patoi added the question label Apr 18, 2017
@patoi
Copy link
Contributor

patoi commented Apr 18, 2017

The settings of JDBC driver is the solution.

@patoi patoi closed this as completed Apr 18, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants