PL/SQL Developer log in when reported ORA-12638: resolution of failure to retrieve identity certificate

Source: Internet
Author: User

Local Oracle client connects to remote database with Plsql developer , log in when reported ORA-12638: resolution of failure of identity certificate retrieval

Locate the installation directory: C:\oracle\BIToolsHome_1\network\ADMIN Open Sqlnet.ora

Find sqlnet in there . Authentication_services= (NTS)
Change it to: sqlnet. Authentication_services= (Beq,none)

or comment out : #SQLNET. Authentication_services= (NTS)

Reason:

Sqlnet. Authentication_services= (NTS)

Specify to start one or more authentication services
Authentication Service refers to Oracle Authentication service, when you log in to Oracle, sometimes you do not need to enter the user name, sometimes you need to enter the user name, you need to enter a password. When do you need to enter everything? This is related to the authentication service specified here. The following three types of values are generally available:

      • NONE: The role is not allowed through the OS system user login database, need to provide user name and password;
      • All: The function is to allow all login methods;
      • NTS: The role is to allow local operating system user authentication;

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

指定CLIENT NAME解析方法的次序,默认是NAMES.DIRECTORY_PATH=(tnsnames, onames, hostname)

PL/SQL Developer log in when reported ORA-12638: resolution of failure to retrieve identity certificate

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.