首页 数据库 mysql教程 Oracle 安装 Error in writing to directory /tmp/OraInstall 错

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

Jun 07, 2016 pm 05:59 PM
direct error oracle 安装

安装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

安装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

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用户后,成功安装。





根据MOS的说明,导致这个错误可能有如下原因:

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.
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热门文章

R.E.P.O.能量晶体解释及其做什么(黄色晶体)
1 周前 By 尊渡假赌尊渡假赌尊渡假赌
仓库:如何复兴队友
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island冒险:如何获得巨型种子
3 周前 By 尊渡假赌尊渡假赌尊渡假赌

热门文章

R.E.P.O.能量晶体解释及其做什么(黄色晶体)
1 周前 By 尊渡假赌尊渡假赌尊渡假赌
仓库:如何复兴队友
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island冒险:如何获得巨型种子
3 周前 By 尊渡假赌尊渡假赌尊渡假赌

热门文章标签

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)

oracle中计算两个日期之间天数的函数 oracle中计算两个日期之间天数的函数 May 08, 2024 pm 07:45 PM

oracle中计算两个日期之间天数的函数

oracle数据库日志会保存多久 oracle数据库日志会保存多久 May 10, 2024 am 03:27 AM

oracle数据库日志会保存多久

oracle数据库启动步骤顺序为 oracle数据库启动步骤顺序为 May 10, 2024 am 01:48 AM

oracle数据库启动步骤顺序为

oracle中interval的用法 oracle中interval的用法 May 08, 2024 pm 07:54 PM

oracle中interval的用法

oracle中某个字符出现的次数怎么看出来 oracle中某个字符出现的次数怎么看出来 May 09, 2024 pm 09:33 PM

oracle中某个字符出现的次数怎么看出来

oracle需要多少内存 oracle需要多少内存 May 10, 2024 am 04:12 AM

oracle需要多少内存

oracle数据库服务器硬件配置要求 oracle数据库服务器硬件配置要求 May 10, 2024 am 04:00 AM

oracle数据库服务器硬件配置要求

oracle中替换字符串的方法 oracle中替换字符串的方法 May 08, 2024 pm 07:24 PM

oracle中替换字符串的方法

See all articles