安装oracle执行runInstaller文件时报错:“……/install/.oui:Permission denied”

二:出错原因

将windows下未解压的Oracle安装软件上传到了linux服务器,导致有三个文件的执行权限丢失。

三:解决方法

为其赋予相应权限即可。

1:

[root@MyPc ~]# chmod 777 /download/database_10g_64/runInstaller 

2:

[root@MyPc install]# chmod 777 /download/database_10g_64/install/.oui

3:

[root@MyPc install]# chmod 777 /download/database_10g_64/install/unzip

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
猜你喜欢
  • 2021-07-09
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案