Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view

Hello, I installed the driver ojdbc7.jar in the /lib directory of tomcat, I also tried with the driver ojdbc14.jar, but nothing works.
Here is the configuration of my connection:

And here's the error I have in the logs :

java.lang.ClassNotFoundException: com.oracle.jdbc.Driver

thank's for your answers

Environment Knowave community 6.4.1
in General Configuration by (120 points)

1 Answer

0 votes
Dear

We usually use oracle.jdbc.driver.OracleDriver as driver

Try with this

Best Regards

A
by (20.7k points)
...