oracle静默安装报错,静默安装Oracle11gR2 [FATAL] [INS-32015]报错
Centos6.5靜默安裝oracle11g R2
[oracle@oracledb database]$ ./runInstaller -silent -force -responseFile /opt/database/response/db_install.rsp
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB.?? Actual 165989 MB??? Passed
Checking swap space: must be greater than 150 MB.?? Actual 16383 MB??? Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-01-26_03-18-11PM. Please wait ...[oracle@oracledb database]$ [FATAL] [INS-32015] The location specified for Oracle home Location is invalid.
CAUSE: The specified location cannot be used for Oracle home Location. Either the specified location is not found on the system or is detected to be a file.
ACTION: Specify a valid location for Oracle home Location.
[WARNING] [INS-32018] The selected Oracle home is outside of Oracle base.
CAUSE: The Oracle home selected was outside of Oracle base.
ACTION: Oracle recommends installing Oracle software within the Oracle base directory. Adjust the Oracle home or Oracle base accordingly.
[FATAL] [INS-32021] Insufficient disk space on this volume for the selected Oracle home.
CAUSE: The selected Oracle home was on a volume without enough disk space.
ACTION: Choose a location for Oracle home that has enough space (minimum of 4,397MB) or free up space on the existing volume.
A log of this session is currently saved as: /tmp/OraInstall2015-01-26_03-18-11PM/installActions2015-01-26_03-18-11PM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location.
1.檢查了環(huán)境變量$ORACLE_BASE和$ORACLE_HOME發(fā)現(xiàn)兩個(gè)路徑均正常,沒有異常
2.查看./response/db_install.rsp文件
中INVENTORY_LOCATION、ORACLE_BASE和ORACLE_HOME三個(gè)字段被配置成了相對(duì)路徑了,應(yīng)該配置如下:
[oracle@oracledb ~]$ less /opt/database/response/db_install.rsp |grep -v "#"|grep -v "^$" oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0 oracle.install.option=INSTALL_DB_SWONLY ORACLE_HOSTNAME=oracledb UNIX_GROUP_NAME=oinstall INVENTORY_LOCATION=/opt/app/oracle/oraInventory SELECTED_LANGUAGES=en,zh_CN ORACLE_HOME=/opt/app/oracle/product/11.2.0/db_1 ORACLE_BASE=/opt/app/oracle
總結(jié)
以上是生活随笔為你收集整理的oracle静默安装报错,静默安装Oracle11gR2 [FATAL] [INS-32015]报错的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 如何设置ajax监控,监控使用AJAX的
- 下一篇: USBHID学习