Hi lucian.cristian,
In order to connect to an Oracle DB, please follow the steps below:
- register the oracle jdbc driver via the KNIME preferences
- Add the Database Connector to your KNIME workflow
- In the dialog of the Database Connector
- select "oracle.jdbc.driver.OracleDriver" as database driver
- Enter the valid jdbc url into the Database URL field e.g. jdbc:oracle:thin:@[HOST][:PORT]:SID or jdbc:oracle:thin:@//[HOST][:PORT]/SERVICE
- Enter your username and password into the provided fields
- Use the Database Table Selector node to select the table to work on or any other database node
Hope that helps,
Best,
Vincenzo