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

Home -> Community -> Usenet -> c.d.o.server -> Re: Credential retrieval failed

Re: Credential retrieval failed

From: zino <antony6670_at_gmail.com>
Date: Mon, 17 Sep 2007 18:09:15 -0000
Message-ID: <1190052555.871752.54490@n39g2000hsh.googlegroups.com>


the only file in "C:\oracle\product\10.2.0\client_2\NETWORK\ADMIN" are
"tnsnames.ora" and "sqlnet.ora" and couple of
"sqlnet0706135PM3146.bak" files.

here is the content of "sqlnet.ora" file :

SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT) and the content of "tnsnames.ora" file:
dmprodev=
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = DMPRODEV)(PORT = 1521))     )
    (CONNECT_DATA =
      (SERVICE_NAME = orcl)
    )
  )

and here is exactly a scrape of windows prompt since I open it:
"

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

G:\>sqlplus/nolog

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Sep 17 14:04:46 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> connect thag/thag_at_dmprodev
Connected.
SQL> connect thag/xxxxx_at_dmprodev
ERROR:
ORA-12638: Credential retrieval failed

Warning: You are no longer connected to ORACLE. SQL> connect thag/thag_at_dmprodev
ERROR:
ORA-12638: Credential retrieval failed
"

thank you for the help Received on Mon Sep 17 2007 - 13:09:15 CDT

Original text of this message

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