我安装oracle时候发现 / 的空间不够了!!? 而/HOME有空间, 我想从那拿1.5G的空间给/ 各位老大.我应该怎么做!最安全,不损失文件! 最好也不用什么注销,重启的! 敲完命令,立即生效! 谢谢! 麻烦写的细点!我菜呀!
我在一台服务器上安装oracle9i 9204版本,该服务器的CPU为双核XEON 3.0G,操作系统是 CentOS 4.3. 我的目录创建及权限设置是这样的: #mkdir -p /opt/ora9/product/9.2 #mkdir /var/opt/oracle #chown oracle.dba /var/opt/oracle #chown -R oracle.dba /opt/ora9 #chmod 775 /opt 在运行了runInstaller,出现Database Configuration ---Select a database suited to you needs.界面,点击下一步的时候,系统提示错误: error: you ...
我在安装oracle时,提示 ./runInstaller You do not have sufficient permissions to access the inventory '/home/db/oracle/'. Installation cannot continue. Make sure that you have read/write permissions to the inventory directory and restart the installer.: Permission denied 但我并没有把/home/db/oracle设为安装目录啊,怎么会访问到那边去呢? profile内容: oracle_BASE=/home/ora export oracle_BASE oracle...
哪位大侠帮帮忙,我在64位linux+oracle10g的安装,总是提示临时空间不够: Error in writing to directory /opt/tmp/OraInstall ,Please ensure that this disk space at least 60MB....... 权限我给了,既能读又能写。tmp的空间我都给到5g了:em16:
在安装oracle 10.2.0.1的过程中 在进行product-specific prerequisite checks的时候跳出了 error: you do not have sufficient privilieges to write to the specified path 我事先的路径都是按下面配置的 # mkdir -p /u01/app/oracle # mkdir -p /u02/oradata # chown -R oracle:oinstall /u01/app/oracle /u02/oradata # chmod -R 775 /u01/app/oracle /u02/oradata 不知道哪个环节出了问题,请各位高手帮忙
查了网上不少文章,都说得不是太清楚,搞不懂怎么回事。我的机子是C4 2G,256内存。是按照http://jccn3.com/blog/show.php?id=197这篇文章弄的。