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
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
Copyright © 2021 Jogjafile Inc.
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:
Oracle
jdbc:oracle://servername:port/sid
com.oracle.jdbc.Driver