ora-28040 encounter after upgrade grid infrastructure from 18c to 19c
Hi
We recently upgraded our GI from 18.7 to 19.16, when we were still in 18c, we are able to connect to our DB in sqlplus with Oracle client 11.2.0.1 via the default listener started in GI home at port 1521 after we configure the sqlnet.ora in the database home with the below info
SQLNET.ALLOWED_LOGON_VERSION=8 SQLNET.ALLOWED_LOGON_VERSION_CLIENT=8 SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
however, after the GI upgraded to 19c, we found that sqlplus with Oracle client 11.2.0.1 encounter error "ora-28040 , no matching authentication protocol" when login to the database with the default listener at port 1521, we have to start another listener at the same IP with port 1522 with below listener configuration in GI home