请教一下,使用 sys 用户登录本地数据库时,提示如下:
$ sqlplus sys/oracle@prod as sysdba
ERROR:
ORA-01031: insufficient privileges
Enter user-name:
但使用,本地使用 sqlplus / as sysdba 和使用普通用户账户又可以登录.
$ sqlplus / as sysdba
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SYS@PROD>
$ sqlplus apps/apps@prod
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
APPS@prod>
已经重置密码,和重建口令文件,重启数据库问题依然存在,问题依然。
在这之前都是正常的。
remote_login_passwordfile 参数:
SYS@PROD> show parameter remote_login_passwordfile;
NAME TYPE VALUE
------------------------------------ ----------- -----------
remote_login_passwordfile string EXCLUSIVE
就算添加了 sqlnet.ora 文件,情况也一样。