[ora@ora_oracle]$ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.7.0 - Production on Mon Oct 19
04:10:36 2020
ERROR:
ORA-01031: insufficient privileges
============OR=============
[oracle@ora-dev ~]$ sqlplus / as sysdba
ORA-01017: invalid
username/password; logon denied
Solution :-
Add below parameter in SQLNET.ora file
SQLNET.AUTHENTICATION_SERVICES = (BEQ,)
SQLNET.ALLOWED_LOGON_VERSION_SERVER = 10
SQLNET.ALLOWED_LOGON_VERSION_CLIENT = 10
Note :- No need to restart DB as well as Listener.
No comments:
Post a Comment