Oracle 12c R2 RAC + ORA-28040

Source: Internet
Author: User

First, the environment

Service side: Oracle 12.2.0.1 RAC

Client: Less than Oracle 11.2.0.3

Second, the phenomenon

When using a less than Oracle 11.2.0.3 client version connection to the Oracle 12.2.0.1 RAC database "Ora-28040:no matching authentication protocol"


Third, solve the problem

Method One: According to the official website explanation, the client connects Oracle 12R2 database must use the 11.2.0.3 version above

Method Two: Create a Sqlnet.ora file (/oracle/app/oracle/product/12.2.0/db/network/admin/sqlnet.ora) in the Listening folder where the Oracle user is located, and add the content:

[email protected] admin]$ cat Sqlnet.ora

Sqlnet. Allowed_logon_version_server=8

Sqlnet. Allowed_logon_version_client=8

Then reboot the monitor and you can.


Comments:

Sqlnet. Allowed_logon_version_server: Control the client version that can be connected to a 12c database

Sqlnet. Allowed_logon_version_client: Control which version of the database the 12c database can connect to

This article is from the "Travel Life" blog, please be sure to keep this source http://felixgzf.blog.51cto.com/4108324/1960848

Oracle 12c R2 RAC + ORA-28040

Related Article

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.