- 论坛徽章:
- 0
|
服务器上已经安装了一个oracle10g,此数据库信息如下:
产品和数据库文件目录:/oracle/u01/app/oracle/
安装用户及组:oracle/oinstall(组)
另外想在此服务器上安装第二个oracle10g,另做如下操作:
建目录:/ora/app/oracle
用户:ora/orainstall(组),对/ora和/tmp用户有读写权限
设置环境变量
把oracle产品copy到/ora下,执行sh runInstaller,报错如下:
[ora@localhost ora]$ sh runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-2.1, redhat-3, SuSE-9, SuSE-8 or UnitedLinux-1.0
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2005-06-20_03-22-09PM. Please wait ...
Error in writing to directory /tmp/OraInstall2005-06-20_03-22-09PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: Success
大家帮我看看,能是什么原因?ora用户对/tmp目录有wr权限。 |
|