Comments
3 comments
-
-
Peter,
Thanks for the help! I did add the dependency in Maven and also found another error with the driver line for the plugin.
I changed
<driver>com.oracle.database.jdbc.ClientDriver</driver>
to
<driver>oracle.jdbc.OracleDriver</driver>
And got the output you would expect:[INFO] ------------------------------------------------------------------------[INFO] BUILD SUCCESS[INFO] ------------------------------------------------------------------------[INFO] Total time: 5.307 s[INFO] Finished at: 2023-07-24T11:40:47-05:00[INFO] ------------------------------------------------------------------------
Thanks again and I appreciate the help! -
Excellent news!
Not at all, my pleasure, have a good week.
Add comment
Please sign in to leave a comment.
pom.xml
__________________________________________________
If I just run Flyway by itself, I can get connected and run migrations. I only get connection errors when I try to use it with other tools.
Oracle version: 19.3.0.0
Flyway version: Flyway Community Edition 9.20.0
Maven version: Apache Maven 3.5.4 (Red Hat 3.5.4-5)
Gradle version: Gradle 8.2.1
Java version: openjdk version "1.8.0_372"
OS version: Oracle Linux Server 8.8