Oracle connection since 4.0.1 broken

See also

But that got auto-closed.

Haven’t been really using new DB nodes but wanted to try again and now 4.0.1 broke it.

We are using oracle ldap to connect:

jdbc:oracle:thin:@ldap://oraldap.abc.com:3544/mydb,cn=OracleContext, dc=mycompany

This worked before in Oracle connector with:
ldap://oraldap.abc.com:3544
And
mydb,cn=OracleContext, dc=mycompany
as db name

Now it fails. How can I make it work again?

Ok, this can be solved by fixing the template to ldap in KNIME preferences:

jdbc:oracle:thin:@ldap://:/

Works for me as this is company standard but it’s not very flexible.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.