ORA-12638: a solution to identity authentication retrieval failure

Source: Internet
Author: User

The CNT option makes the Oracle client attempt to use your current Windows domain credentials to authenticate you with the Oracle server. This cocould 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.

In my case, it was the later. despite the fact that I had told the client to use a different user name and password, it was still attempting to login using my domain credentials first. this failed because I was logged on to my local machine using my normal domain credentials rather than my administrator account.

Replacing the line:

SQLNET. AUTHENTICATION_SERVICES = (CNT)

With

SQLNET. AUTHENTICATION_SERVICES = (NONE)

In sqlnet. ora resolved the issue by disabling local support for authenticating using Windows credentials.

ORA-12638: a solution to identity authentication retrieval failure

Today, I encountered the "ORA-12638: proof of identity retrieval failed" error when connecting to Oracle using an application. I searched online for it because of Oracle's advanced security verification. The solution is as follows:

Start> program> Oracle> Configuration and Migration Tools>
Net Manager → local → profile → Oracle Advanced Security → verification → remove the "CNT" in the selected method.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.