ora-28040 no matching authentication protocol [message #613040] |
Tue, 29 April 2014 01:36 |
muktha_22
Messages: 527 Registered: December 2009
|
Senior Member |
|
|
Hello All,
Need help
We are having installed oracle 12c.
The client is using Toad (Version 9) and Forms and Repports (version 6i), to connect to our 12c DB.
We made entry of SQLNET.ALLOWED_LOGON_VERSION=(8') in the server's SQL NET and Clients SQL Net files, also restarted the Listner service.
But we are getting the error of "ora-28040 no matching authentication protocol". By connecting through Forms.
But no problem occured while connecting through TOAD.
Thanks and regards.
Muktha
|
|
|
|
|
|
|
|
|
Re: ora-28040 no matching authentication protocol [message #613122 is a reply to message #613118] |
Wed, 30 April 2014 04:57 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
muktha_22 wrote on Wed, 30 April 2014 10:17Hi Littlefoot,
Add those parameters in server and client's machine with the value of 8.
eg:-
SQLNET.ALLOWED_LOGON_VERSION_server=8 Muktha, I was under the impression that it is 100% impossible to connect an 8.x client to a 12.x database. I can't test this right now, please can you do a demonstration for me? You don't have to, but it might be helpful for other people.
Can you launch SQL*Plus from your Forms and Reports home and logon to the database? Use the character version (sqlplus.exe, not sqlplusw.exe) and copy/paste it, to show both the client version and the DB version?
|
|
|
|
|
|
|
|
|