安装过程中,如果提示[WARNING]不必理会,此时安装程序仍在进行,如果出现[FATAL],则安装程序已经停止了。
3、当出现以下配置脚本需要以 "root" 用户的身份执行。
按其提示操作:
$ exit // 回到root用户,运行下面两个脚本
/home/db/oracle/oraInventory/orainstRoot.sh
/oracle/product/11.2.4/db_1/root.sh
三、在此安装过程中遇到的问题及解决办法:
安装过程中我也参考了一些网上的文章,问题一是我这次安装时候遇到的,而问题二和三,是我在网 上查资料的时候看到其他人遇到的,这里就记录了下来。
问题一
[FATAL] [INS-32035] Unable to create a new central inventory directory : /oracle.
CAUSE: The central inventory location provided is not empty.
ACTION: Please provide another location for the inventory, or clean up the current location.
A log of this session is currently saved as: /tmp/OraInstall2016-08-30_05-29-49PM/installActions2016-08-30_05-29-49PM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location.
--- 解决办法
其实这个问题赖自己,可能还是对oracle安装过程不熟悉,折腾半天。
配置文件里面一定要写上INVENTORY_LOCATION=/home/db/oracle/oraInventory
>>> 问题二
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 415 MB. Actual 4347 MB Passed
Checking swap space: must be greater than 150 MB. Actual 32768 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-03-02_04-46-11PM. Please wait ...$ [SEVERE] - Email Address Not Specified
--- 解决办法
在安装模板中将 DECLINE_SECURITY_UPDATES 参数的值改为true,即:
DECLINE_SECURITY_UPDATES=true // 参见上述的安装模板文件 db_install.rsp
>>> 问题三
[FATAL] [INS-13013] Target environment do not meet some mandatory requirements.
CAUSE: Some of the mandatory prerequisites are not met. See logs for details. /orain/oracle/oraInventory/logs/installActions2011-03-02_04-49-41PM.log