Search code examples
oracle-databasefiware-knowage

Knowage BI Oracle DataSource


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


Solution

  • 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