on windows, I can't connect with : sqlplus / as sysdba and sqlplus sys/<password>@<instance> as sysd
How can I connect
1) if I write in sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES = (NONE)
- sqlplus sys/<password>@<instance> as sysdba
is ok
- sqlplus / as sysdba
ERROR:
ORA-01031: insufficient privileges
2) If I write in sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES = (NTS)
- sqlplus sys/<password>@<instance> as sysdba
- sqlplus / as sysdba
ERROR:
ORA-12638: Extraction des prÚfÚrences utilisateur impossible
What can I do