安装oracle执行runInstaller文件时报错:“……/install/.oui:Permission denied”
Posted EOS666
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装oracle执行runInstaller文件时报错:“……/install/.oui:Permission denied”相关的知识,希望对你有一定的参考价值。
一:问题描述
二:出错原因
将windows下未解压的Oracle安装软件上传到了linux服务器,导致有三个文件的执行权限丢失。
三:解决方法
为其赋予相应权限即可。
1:
[[email protected] ~]# chmod 777 /download/database_10g_64/runInstaller
2:
[[email protected] install]# chmod 777 /download/database_10g_64/install/.oui
3:
[[email protected] install]# chmod 777 /download/database_10g_64/install/unzip
以上是关于安装oracle执行runInstaller文件时报错:“……/install/.oui:Permission denied”的主要内容,如果未能解决你的问题,请参考以下文章
在centos下,安装oracle,执行./runInstaller 就没有反应了,该怎么办?
20170514 linux安装oracle11g安装界面乱码
oracle官网下载的linux_11gR2_database_1of2.zip,为啥有setup.exe而没有runInstaller 文件?