system or sys sql登录提示权限不足解决
时间:2010-09-09 来源:Fung920
遇到sys 或者system登录权限不足的问题可以这样解决
cd $ORACLE_HOME/dbs
orapw file=$ORACLE_HOME/dbs/orapwSID password=system_password force=y
重新创建密码文件
这样应该就没问题
还是不行就show parameter remote_login_passwordfile
看看是不是这个结果:remote_login_passwordfile = exclusive
如果不是,alter system set remote_login_passwordfile = exclusive
这样都不行就没天理了
cd $ORACLE_HOME/dbs
orapw file=$ORACLE_HOME/dbs/orapwSID password=system_password force=y
重新创建密码文件
这样应该就没问题
还是不行就show parameter remote_login_passwordfile
看看是不是这个结果:remote_login_passwordfile = exclusive
如果不是,alter system set remote_login_passwordfile = exclusive
这样都不行就没天理了
相关阅读 更多 +
排行榜 更多 +










