Hello
I am in the process of setting up Oracle SSO authentication using Kerberos but I cannot get it to work with SQL Developer.
From a Windows 7 laptop, I can connect via sqlplus to my database which is running on Red Hat with no problems. However, via SQL Developer, I create a Connection Name, I set Role to default and Connection Type to Basic
It makes no difference if I use the SID or the Service Name.
If I check OS Authentication, the ,error is ORA-12639
If I try Kerberos Authentication, I get Kerberos configuration file krb5.conf not configured. In sqlnet.ora I have configured the file to be C:\WINDOWS\krb5.conf which does exist.
Can someone advise what I am missing?