Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ora-28040 No matching authentication protocol when running 11g RCU against 12c DB

Hi Guys,
Need to create the metadata schemas through RCU 11g on a 12c DB and getting the above error.
The RCU was downloaded from
https://www.oracle.com/middleware/technologies/bi-downloads.html
RCU.JPG

Checked the forum and saw many reported this error, but did not find a solution yet.
Updated all the sqlnet.ora with
SQLNET_ALLOWED_LOGON_VERSION_SERVER=(12a,12,11,10,9,8)
SQLNET_ALLOWED_LOGON_VERSION_CLIENT=(12a,12,11,10,9,8)
Tried to run the RCU from D:\ORA\MWFR\12cappr2\oracle_common and there I getting the below error
Unable to connect to the DB. Check if DB connection details entered are correct.
Invalid username/password.
Enter valid username/password

RCU12c.JPG
I have correct credentials as I can login into sqlplus without any problem.
Any suggestions?

Comments