ORA-12638

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Babnik42
Posts: 15
Joined: Tue 28 Nov 2006 11:46

ORA-12638

Post by Babnik42 » Thu 26 Jun 2008 17:16

I have a user complaining of occasional ora-12638 (Credential Retrieval Failed) errors when trying to connect to an Oracle 10g database using an application which we produce using odac components. We use Oracle authentication, but it seems that NT authentication is being attempted here. I'm not even sure how to use NT authentication with ODAC. Has anyboday seen this problem, and do you have a solution?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 27 Jun 2008 13:20

If Username and Password properties are not specified then Oracle will use authentication information that was supplied at operating system login process. (part of the TOraSession.Connect description form ODAC Help). Please refer to this link.

Post Reply