Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
Categories
All categories
Analyses
(469)
End-user Environment
(158)
Admin and Developer Functionalities
(386)
Settings
(180)
Integration
(84)
Installation
(273)
Source code
(43)
Build
(36)
Most popular tags
cockpit
dataset
error
chart
datasource
installer
datasets
installation
widget
parameters
business-model
olap
knowage
knowage_7_1
integration
login
knowage_7_1-ce
report-designer
cross-navigation
analyticaldriver
How do I configure Knowage to connect to my hosted oracle 11g database?
0
votes
1
view
How do I configure Knowage to connect to my hosted oracle 11g database?
datasource
asked
Jan 3, 2018
in
Build
by
aalbouchi
(
120
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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
answered
Jan 3, 2018
by
abernabei
(
20.7k
points)
Please
log in
or
register
to add a comment.
...