?????????а??
?????????????

????????db_install.rsp???
???????
????./runInstaller -responseFile /home/oracle/database/response/db_install.rsp -silent -showProgress
????Q&A
????????[FATAL] [INS-32037] The operating system group specified for central inventory (oraInventory) ownership is invalid.
?????????
???????t???дoraInventory??????
????UNIX_GROUP_NAME=oinstall
????INVENTORY_LOCATION=/home/oracle/oraInventory
????????[FATAL] [INS-35071] Global database name cannot be left blank.
?????????ORACLE_HOSTNAME=oracle1
????[FATAL] [INS-35071] Global database name cannot be left blank.
????????磺oracle.install.db.config.starterdb.globalDBName=oracle.sunyard
????*???? [FATAL] [INS-35175] No value given for the allocated memory of the database
?????????oracle.install.db.config.starterdb.memoryLimit=512
????[FATAL] [INS-30501] Automatic Storage Management software is not configured on this system.
????????Oracle?洢???
????????[FATAL] [INS-30004] The ADMIN password entered is invalid.
????????????????@
????[FATAL] [INS-35341] User is not a member of the following chosen OS groups
?????????
????oracle.install.db.DBA_GROUP=dba
????oracle.install.db.OPER_GROUP=oinstall
????????sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
????????????????????????
# .bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# for oracle i
PATH=$PATH:$HOME/bin
#oracle add
export ORACLE_BASE=/home/oracle/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
????????ORA-xxxxx: Message xxx not found; no message file for product=RDBMS?? facility=ORA
???????????????????ORACLE_HOME·??????app/oracle??????????/home/oracle/app/oracle
????????sqlplus: error while loading shared libraries: /home/oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
????/etc/sysconfig/selinux ?и??SELINUX=disabled
????chcon -t texrel_shlib_t $ORACLE_HOME/lib/*.so