does anyone have experience with the combination of Kerberos authentication and the oracle connector node?
The login to Kerberos is successful but enabling Kerberos authentication in the connector node returns the failure “ERROR Oracle Connector 3:21 Execute failed: ORA-01017: invalid username/password; logon denied”.
Are there specific settings in the Oracle Connector Node necessary?
Hi Hermann,
we haven’t tested this but according to the Oracle documentation it should work when you select Kerberos as authentication method in the Oracle connector node:
Once you have obtained a Kerberos ticket KNIME uses the Kerberos user in a doAs method to establish the connection as described in the connectWithSpecificUser() method in the Oracle documentation.
If you have problems obtaining a Kerberos ticket you can also enable the Kerberos logging in KNIME via the Kerberos preferences page:
setting the JDBC Parameter solve the problem.
I never would be able to solve this issue by my own and I’m sure i am not alone.
I recommend to spend on the Community Mainpage a separate topic with examples for the various connection settings.