Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: ORA-12638: Credential retrieval failed

Re: ORA-12638: Credential retrieval failed

From: <rwessman_at_us.oracle.com>
Date: 2000/05/09
Message-ID: <8f9kr2$lt9$1@nnrp1.deja.com>#1/1

In article <3910135C.2FB15C02_at_pestilence.net>,   Job <Job_at_pestilence.net> wrote:
> Paton Chen wrote:
>
> > Dear all
> >
> > When I use "Net8 Configuration Assistant" to add
> > an new service name to connect a Remote Oracle
> > database.
> >
> > The test result shows the following:
> > ==================================================
> > Connecting...ORA-12638: Credential retrieval failed
> > The test did not succeed.
> >
> > Some of the information you provided may be incorrect.
> > Press Back to review the information provided for net service
 name, or
> > Change Login to change username.
> > ===================================================
> >
> > However, when I use "Net8 Configuration Assistant" to add
> > an new service name in database machine.
> > Everything is okey ....
> > why ?
> >
> > Paton Chen
>
> you probably need to change the username/password before
> doing the test - or after first failure - as scott/tiger is used by
> default even though lots of sites don't install the default
> database...your apps should be working anyway as you
> have created the service okay.
>
>

I doubt that the username and/or password is the problem as an ORA-12638 is generated before the username/password pair is checked. Since I don't know what O/S or Oracle version you are running, it's difficult to determine what is going on (it doesn't help that a 12638 is a generic error).

Take a look at your sqlnet.ora file. If it has an entry like: sqlnet.authenticaton_services=(.....)
Change it to be
sqlnet.authentication_services=(NONE)

and try the connection again.

It is probable that the connection is trying to use the Advanced Security Option and ASO has not been set up.

                                          Rick


Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue May 09 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US