Hi, you all.
I have a problem: when a create a new Database Connector with Oracle, y I try to connect it shows me the following error:
Hi, you all.
I have a problem: when a create a new Database Connector with Oracle, y I try to connect it shows me the following error:
How does your statement look like, are you using PL/SQL, can you use a simple SELECT * FROM to see if the connection works?
Hi, Gabriel.
Is SELECT * FROM dual;
In SQL Developer works fine.
It's works with odbc, but too slow.
I assume it works now, but it's slow using JDBC/ODBC compared to SQL Developer?
Not too slow. But I see the diference.
I did this steps:
Download from oracle ojdbc14.jar, and put into c:\knime_2.7.4\jre\lib\
Open Knime-->Node Repository-->Database-->Database Connector
driver1: oracle.jdbc.driver.OracleDriver
Url 1: jdbc:oracle:thin://maahsa1:1521/maahsa
Error 1: WARN Database Connector java.sql.SQLException: java.sql.SQLException: java.sql.SQLException: Excepción de E/S: The Network Adapter could not establish the connection
Understood. You need to register the driver within the preference page, go to File > Preferences > KNIME > Database Driver and load the Jar into the settings. The Jar within the lib folder can be removed and KNIME need to be restarted to pick up the one from the preferences.
Thanks, Gabriel.
Now it's working.