Oracle .oui 安装错误

发布于 2024-10-08 09:01:17 字数 167 浏览 2 评论 0原文

当我尝试在 Linux Redhat 5 上安装 Oracle 时,我在第 54 行出现 .oui 文件权限被拒绝的错误。

我向 .runInstaller 文件授予了最多 777 的权限,但这对我没有帮助。

我创建了类似 /u01/app/oracle 的目录

When I'm trying to install Oracle on Linux Redhat 5 I get the error of .oui at line 54 file permission denied.

I gave permission to the .runInstaller file up to 777 but that did not help me.

I created the dir like /u01/app/oracle

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

猫弦 2024-10-15 09:01:17

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

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

Check out the forum post below. It goes through a series of steps regarding permissions, prerequisites, and user level to resolve the error you are getting:

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

懵少女 2024-10-15 09:01:17

最好的解决方案是:

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

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

    sh ./runInstaller
    

The best solution is:

  1. Copy oracle installation in /home/oracle/database with oracle user
  2. Change mod for all structure under database folder

    chmod -R 777 /home/oracle/ndatabase/
    
  3. Call install script from database folder

    sh ./runInstaller
    
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文