笑剑
2001-06-20, 16:04
我公司准备更换新的网站服务器,鉴于mysql占用cpu资源问题,我公司准备采用linux7.0+apache+php+oracle8.1.6构站,今天我尝试了在linux7.1下安装oracle8.1.6,到网上找了份安装文档,一步步摸索地装,安装前期工作已经做得很充分了,在oracle身份登录后,
执行#/home/oracle/runInstaller,出现错误提示:
error in creating scratch path /tmp/orainstall
unable to create direct /tmp/orainstall
you may not have enough permission to create the
directory or there is no space left in the volume.
经过研究:我初步认为是tmp用户权限问题,尝试用chmod 0777 tmp修改tmp权限,但重新执行#/home/oracle/runInstaller,错误还是一样;
仍不死心,用chown oracle.oracle tmp 修改tmp所属权限,但提示没有oracle用户,明明我新增了一个oracle用户,(以上tmp指/根目录下的tmp),如此问题,请教高手!小生不胜感激!
执行#/home/oracle/runInstaller,出现错误提示:
error in creating scratch path /tmp/orainstall
unable to create direct /tmp/orainstall
you may not have enough permission to create the
directory or there is no space left in the volume.
经过研究:我初步认为是tmp用户权限问题,尝试用chmod 0777 tmp修改tmp权限,但重新执行#/home/oracle/runInstaller,错误还是一样;
仍不死心,用chown oracle.oracle tmp 修改tmp所属权限,但提示没有oracle用户,明明我新增了一个oracle用户,(以上tmp指/根目录下的tmp),如此问题,请教高手!小生不胜感激!