Dear all,
OS platform Windows server 2012 r2 64 bit
while using dbca to create a 11.2.0.4 oracle database I encounter the following error:
ORA-12638 credential retrieval failed
when I check the listener client log it has the following error:
[11-DEZ-2015 15:04:21:759] naun5authent: SSPI: 0x80090342 error in InitializeSecurityContext
[11-DEZ-2015 15:04:21:759] naun5authent: exit
[11-DEZ-2015 15:04:21:759] naunauthent: exit
[11-DEZ-2015 15:04:21:759] nau_ccn: get credentials function failed
[11-DEZ-2015 15:04:21:759] nau_ccn: failed with error 12638
from https://docs.oracle.com/cd/E11882_01/win.112/e10845/authen.htm#NTQRF327
If you use a domain account for database administration, then that domain account must be granted local administrative privileges and ORA_DBA membership explicitly
I've check that the the domain user does have local administrative right. I'm using the following to check whether the user has local administrative right. Please tell me if I'm using the wrong command.
net localgroup administrators
C:\Users\wojciech>net localgroup administrators Alias name administrators Comment Administrators have complete and unrestricted access to the computer/domain Members ------------------------------------------------------------------------------- Administrator CAMTAB\wojciech CAMTAB\Domain Admins The command completed successfully. C:\Users\wojciech> C:\Users\wojciech\oracle_trace\third_time\event_log_20151209_1451_cet>net localgroup ora_dba Alias name ora_dba Comment Oracle DBA Group Members ------------------------------------------------------------------------------- Administrator CAMTAB\wojciech NT AUTHORITY\SYSTEM The command completed successfully.
If the command is correct, then what patch should I need to apply in order to resolve SSPI: 0x80090342 error in InitializeSecurityContext issues?
many thanks in advance!