【问题标题】:Oracle .oui Install ErrorOracle .oui 安装错误
【发布时间】:2022-01-24 16:06:20
【问题描述】:

当我尝试在 Linux Redhat 5 上安装 Oracle 时,我收到 .oui at line 54 file permission denied. 的错误

我对 .runInstaller 文件的权限最高为 777,但这对我没有帮助。

我创建了像 /u01/app/oracle 这样的目录

【问题讨论】:

    标签: oracle installation redhat


    【解决方案1】:

    查看下面的论坛帖子。它通过一系列有关权限、先决条件和用户级别的步骤来解决您遇到的错误:

    http://forums.oracle.com/forums/thread.jspa?threadID=1102139

    【讨论】:

      【解决方案2】:

      最好的解决办法是:

      1. 使用 oracle 用户复制 /home/oracle/database 中的 oracle 安装
      2. 更改数据库文件夹下所有结构的mod

        chmod -R 777 /home/oracle/ndatabase/
        
      3. 从数据库文件夹调用安装脚本

        sh ./runInstaller
        

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2017-01-28
        • 2014-04-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多