Hi
Toad 15.1.113.1379
I have sqlplus connection through windows command prompt working with kerberos.
PS C:\Users\raulk2> sqlplus.exe -s -L /@dbserver1.domain.com:1521/pdb2
SQL> show user;
USER is "RAULKAUBI"
Trying to achieve the same with toad, but it gives me "password required". I do not specify username when trying to connect.
I have also tried using "EXTERNAL" as username, but then it gives me that "invalid username/password"
Database client version 19 and database also 19.15
Regards
Raul