Linux下Oracle监听服务启动失败,高人进来帮忙解决一下~

Linux下Oracle监听服务启动失败,高人进来帮忙解决一下~,第1张

错误提示是没有权限,网上搜了下看到:

The Unix permissions for the hidden directory /tmp/.oracle should be:

Owner = the Oracle user who performed the database install,

Group = the dba group of the Oracle user,

and the directory's Unix permissions should be drwxrwxrwx

试试:

1) 进入/tmp目录

# cd /var/tmp(on Solaris Linux)

或者

# cd /tmp(on Hp and IBM)

2) 修改权限

# chown -R oracle10:dba .oracle

或者

# chmod 777 .oracle

你没有权限。重复报错的指令,在前面加上sudo。如果没有sudo的,去编辑修改visudo。不同linux发行版修改方法有些许差异。百度一下 输入像“ubuntu sudo”、”debian sudo“前面是具体发行版,后面是sudo。看看给出的文档。照着做。把sudo给加上。然后再来执行。


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/7376155.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-04
下一篇2023-04-04

发表评论

登录后才能评论

评论列表(0条)

    保存