Problem Description : We have oracle 12c database
sqlplus CBC@QUID
SQL*Plus: Release 12.1.0.2.0 Production on Tue Jul 5 14:48:45 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Enter password:
ERROR:
ORA-03134: Connections to this server version are no longer supported.
Error Codes : ORA-03134
We have set below parameter in sqlnet.ora file and restart listener.
SQLNET.ALLOWED_LOGON_VERSION_CLIENT=8
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
SQLNET.AUTHENTICATION_SERVICES=(NONE)
NAMES.DIRECTORY_PATH=(TNSNAMES, ONAMES, HOSTNAME, EZCONNECT)
But still we are facing this error :ORA-03134: Connections to this server version are no longer supported.