Resolving Oracle Database ORA-12638 Error in Windows
If you encounter “ORA-1268: Credential retrieval failed” error in Windows, follow the tips below to troubleshoot.
Resolving Oracle Database ORA-12638 Error in Windows
If you encounter “ORA-1268: Credential retrieval failed” error in Windows, follow the tips below to troubleshoot.
milly 10:18 am on January 15, 2010
It is possible that the OS user’s password is changed. After rebooting the system, the Credential Failure message started to appear.
There are two ways to resolve this:
1. Update the password again, and restart your Windows server again.
2. Replacing the line:
SQLNET.AUTHENTICATION_SERVICES= (NTS)withSQLNET.AUTHENTICATION_SERVICES= (NONE)in sqlnet.ora can resolved the issue by disabling local support for authenticating using Windows credentials.The NTS (Network Telephony Services) makes the Oracle client attempt to use your current Windows domain credentials to authenticate you with the Oracle server. This could fail for a couple of reasons:
- The Oracle server is not configured to support Windows authentication
- The credentials you use to login to your local machine are not sufficient to allow you to login to the server.