Error in writing to directory /tmp/OraInstall2010-09-02_01-13-12PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: No such file or directory
检查了一下,log文件夹是动态建的,都是owner都是oinstall.oracle, 磁盘空间也够,不知道为什么会报这个错误?
是xhost的问题? 我有export DISPLAY啊, 贴出/tmp/下面log文件的内容
cat installActions2010-09-02_01-13-12PM.log
Using paramFil : /home/oracle/database/install/oraparam.ini
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
The number of files bootstrapped for the jre is 0.
The number of files bootstrapped for the oui is 0.
1.查看系统版本,必须为redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
2.在/tmp/OraInstall2010-09-02_01-13-12PM是否有写的权限
安装的时候需要
xhost +
su - oracle
./runInstaller -ignoreSysPrereqs
另外需要把你安装的步骤贴一下,这个不是权限的问题
是不是system的配置有问题啊
linux上安装oracle单机版是完全没有问题的,基本上跟windows的安装差不多,一路到底即可,出错的可能性很少