Marcus Leon
Marcus Leon

Reputation: 56699

TOAD "Credential retrieval failed" error

Semi-regularly when using TOAD, I will try to connect to a DB and get the error "ORA-12638 Credential retrieval failed". I have to restart my TOAD to get past this. It's a pain if I have other connections active. Does anyone know how to avoid or get around this error?

Thanks

Upvotes: 1

Views: 10293

Answers (1)

Tal
Tal

Reputation:

1) Go to /oracle home/network/admin and open sqlnet.ora

2) Search for SQLNET.AUTHENTICATION_SERVICES= (NTS) and change it to SQLNET.AUTHENTICATION_SERVICES= (NONE)

Upvotes: 7

Related Questions