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
How do I configure Knowage to connect to my hosted oracle 11g database?
in Build by (120 points)

1 Answer

0 votes
Dear,

You have to :

1) create connection pool on Tomcat ( https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html ) on server.xml

2) link the connection pool inside all META-INF/context.xml

3) add connection inside knowage data source catalog

Best regrads

Angelo
by (20.7k points)
...