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

Oracle 启动失败报错“TNS-12555: TNS:permission denied”解决办法

2015-12-15 17:04 489 查看
切换到root用户下,进入目录:/var/tmp

[root@localhost tmp]# ll -a

总用量 24

drwxrwxrwx 3 root root 4096 10月 21 00:06 .

drwxrwxrwx 25 root root 4096 2008-10-16 ..

drwxrwxrwt 2 root root 4096 10月 22 04:19 .oracle

属于root用户,但是其他用户有全部的控制权。。迷糊了。。。。。。。。

[root@localhost tmp]# chown oracle:dba .oracle

[root@localhost tmp]# ll

总用量 0

[root@localhost tmp]# ll -a

总用量 24

drwxrwxrwx 3 root root 4096 10月 21 00:06 .

drwxrwxrwx 25 root root 4096 2008-10-16 ..

drwxrwxrwt 2 oracle dba 4096 10月 22 05:51 .oracle

重新启动,即可。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: