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, please I need your help.

My database is oracle sql developper, during the creation of the business model I get the next error :

Environment Knowage version
in Business Model by (230 points)

1 Answer

+1 vote
 
Best answer

Hi

you are missing the Oracle JDBC driver. You have to:

  1. stop Tomcat;
  2. download the JDBC driver (a jar file) that is compatible with your Oracle instance and paste it inside folder TOMCAT_HOME/lib ;
  3. start tomcat.
Hope this helps
by (1.9k points)
selected by
Hello,

thanks for your help.

Regards
...