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
The procedure of setting up the DataSource is well documented and publicly available on their website. You can find it here:
For Oracle you should use JDBC. The parameters have to be something like this:
Oracle
jdbc:oracle://servername:port/sid
com.oracle.jdbc.Driver