Knowage BI Oracle DataSource

1k Views Asked by At

I have a question about knowage (open-source BI software - www.knowage-suite.com)

Can anyone tell me how create DataSource with add Oracle data source?

Regards, Pokil

1

There are 1 best solutions below

4
On BEST ANSWER

The procedure of setting up the DataSource is well documented and publicly available on their website. You can find it here:

https://knowage-suite.readthedocs.io/en/latest/administrator-guide/configure-data-sources.html#connect-to-your-data

For Oracle you should use JDBC. The parameters have to be something like this:

  • Dialect: Oracle
  • Url: JDBC connection string, something like jdbc:oracle://servername:port/sid
  • Driver: com.oracle.jdbc.Driver