ora-28040 while connecting to 19c database
nikos74
Posts: 10 New member
hallo, Connecting to 19c database I am getting ora-28040 , Is a problem of ojdbc and if so is there a property file where I can add ojdb8.jar? Inside the OracleClient11g folder there is the ojdb6.jar
Thanks in advance
Thanks in advance
Tagged:
Answers
You can download the ojdbc8.jar file from here. Once downloaded copy it into your OracleClient11g folder.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
Does the advice in this Internet article help to resolve the problem?
Under $ORACLE_HOME/network/admin Set the parameter SQLNET.ALLOWED_LOGON_VERSION_SERVER to 11, in case sqlnet.ora file is not exist under $ORACLE_HOME/network/admin then create it.
[On the Database Server by the oracle user]
Add SQLNET.ALLOWED_LOGON_VERSION_SERVER=11 to sqlnet.ora file:
# vi $ORACLE_HOME/network/admin/sqlnet.ora
SQLNET.ALLOWED_LOGON_VERSION_SERVER=11
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com