Dear all,
I have installed oracle 12c on windows server 2012.
i have changed the sqlnet.ora file because some of my client were unable to connect since they were using older oracle client or 32 bit clients. somehow, my sqlnet.ora file is below
SQLNET.AUTHENTICATION_SERVICES= (NTS)
SQLNET.ALLOWED_LOGON_VERSION=(10,9,8,7)
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
now, in my server, when i try to login in sqlplus, i receive this error
C:\Users\Administrator>sqlplus
SQL*Plus: Release 12.1.0.2.0 Production on Wed Oct 7 12:38:21 2015
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Enter user-name: sys/mypassword@mydbstring as sysdba
ERROR:
ORA-00000: normal, successful completion
Enter user-name:
how could i fix this?
thanks you