Oracle 安装 Error in writing to directory /tmp/OraInstall 错误 说

php中文网
发布: 2016-06-07 17:20:16
原创
2155人浏览过

Oracle 安装 Error in writing to directory /tmp/OraInstall 错误 说明

安装Oracle,提示如下错误:

[oracle@ora10g database]$ ./runInstaller

Starting Oracle Universal Installer...

 

Checking installer requirements...

 

Checking operating system version: must beRedHat-3, SUSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2

                                      Passed

 

 

All installer requirements met.

 

Preparing to launch Oracle UniversalInstaller from /tmp/OraInstall2012-09-16_01-54-05AM. Please wait ...

Error in writing to directory/tmp/OraInstall2012-09-16_01-54-05AM. Please ensure that this directory iswritable and has atleast 60 MB of disk space. Installation cannot continue.

: Success

 

提示是/tmp 空间不够,,不过我这里不是这个原因,后来检查了一下环境变量。也没有问题。

 

最终还是安装文件的权限问题导致:

 

[oracle@ora10g database]$ ll

total 67

drwxr-xr-x 1 root root  4096 Oct 20  2005 doc

drwxr-xr-x 1 root root  4096 Oct 23 2005 install

挖错网
挖错网

一款支持文本、图片、视频纠错和AIGC检测的内容审核校对平台。

挖错网 28
查看详情 挖错网

drwxr-xr-x 1 root root  4096 Oct 23 2005 response

-rwxr-xr-x 1 root root  1326 Oct 23 2005 runInstaller

drwxr-xr-x 1 root root 49152 Oct 23  2005 stage

-rwxr-xr-x 1 root root  5416 Oct 20 2005 welcome.html

 

修改成:

[oracle@ora10g software]$ ll

total 36

drwxr-xr-x 9 oracle oinstall  4096 Sep 1602:07 doc

drwxr-xr-x 5 oracle oinstall  4096 Sep 16 02:07 install

drwxr-xr-x 2 oracle oinstall  4096 Sep 16 02:07 response

-rwxr-xr-x 1 oracle oinstall  1326 Sep 16 02:07 runInstaller

drwxr-xr-x 9 oracle oinstall 12288 Sep 1602:09 stage

-rwxr-xr-x 1 oracle oinstall  5416 Sep 16 02:09 welcome.html

 

安装文件改成Oracle用户后,成功安装。

 

 

a) Insufficient free space in the temporarydirectory.
b) Insufficient access rights on the temporary directory.
c) On Oracle 9.2.0.5 to 9.2.0.8, a bug like bug: 5614628.
d) Not using a (local) console.
e) Corrupted software set.
f) Setup of the Oracle software in the stage area on disk.
g) Wrong Unzip utility is used.
h) No execute permission on Unzip utility
  i)Free space => 2Tb
  j)During ftp from a Windows mounted DVD to an Unix system (unzipped directories),the new directories in the stage area on Unix are all in lowercase.

 

参考:

Oui Fails With 'Error InWriting To Directory /Tmp/Orainstall...' [ID 407095.1]

linux

最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号