您的位置:首页 > 数据库 > Oracle

oracle is not in the sudoers file.This incident will be reported

2015-11-24 15:56 651 查看
分类:
Oracle 故障处理(13)


版权声明:本文为博主原创文章,未经博主允许不得转载。

解决方法如下:

1>、进入超级用户模式。也就是输入"su -",系统会让你输入超级用户密码,输入密码后就进入了超级用户模式。

2>、添加文件的写权限。也就是输入命令"chmod u+w /etc/sudoers"。

3>、编辑/etc/sudoers文件。也就是输入命令"vim /etc/sudoers",输入"i"进入编辑模式,

找到这一行:"root ALL=(ALL) ALL"在起下面添加"xxx ALL=(ALL) ALL"(这里的xxx是你的用户名),然后保存(就是先摁一下Esc键,然后输入":wq")退出。

4>、撤销文件的写权限。也就是输入命令"chmod u-w /etc/sudoers"。

至此,问题解决。

[oracle@dev ]$su root
口令:
[root@dev ]#chmod u+w /etc/sudoers
[root@dev ]#vim /etc/sudoers
[root@dev ]#chmod u-w /etc/sudoers
[root@dev ]#su oracle
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: