Manual software install --->silent
./runInstaller -silent -debug -force \
FROM_LOCATION=/home/oracle/database/stage/products.xml \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=oinstall \
INVENTORY_LOCATION=/oradata/prods/oracle/product/oraInventory \
ORACLE_HOME=/oradata/prods/oracle/product/NOTL01UD_binb/11.2.0 \
ORACLE_HOME_NAME="OraDb11g_Home1" \
ORACLE_BASE=/oradata/prods/oracle \
oracle.install.db.InstallEdition=EE \
oracle.install.db.isCustomInstall=false \
oracle.install.db.DBA_GROUP=dba \
oracle.install.db.OPER_GROUP=dba \
DECLINE_SECURITY_UPDATES=true
manual client install -->silent
./runInstaller -silent -debug -force \
FROM_LOCATION=/oradata/prods/oracle/client/client/stage/products.xml \
UNIX_GROUP_NAME=oinstall \
ORACLE_HOME=/oradata/data/oracle/client/11.2.0 \
ORACLE_HOME_NAME="client11g_Home1" \
ORACLE_BASE=/oradata/data/oracle \
oracle.install.client.installType="Administrator"
Comment me if you find this post is useful also let me know if you need any new topics.
./runInstaller -silent -debug -force \
FROM_LOCATION=/home/oracle/database/stage/products.xml \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=oinstall \
INVENTORY_LOCATION=/oradata/prods/oracle/product/oraInventory \
ORACLE_HOME=/oradata/prods/oracle/product/NOTL01UD_binb/11.2.0 \
ORACLE_HOME_NAME="OraDb11g_Home1" \
ORACLE_BASE=/oradata/prods/oracle \
oracle.install.db.InstallEdition=EE \
oracle.install.db.isCustomInstall=false \
oracle.install.db.DBA_GROUP=dba \
oracle.install.db.OPER_GROUP=dba \
DECLINE_SECURITY_UPDATES=true
manual client install -->silent
./runInstaller -silent -debug -force \
FROM_LOCATION=/oradata/prods/oracle/client/client/stage/products.xml \
UNIX_GROUP_NAME=oinstall \
ORACLE_HOME=/oradata/data/oracle/client/11.2.0 \
ORACLE_HOME_NAME="client11g_Home1" \
ORACLE_BASE=/oradata/data/oracle \
oracle.install.client.installType="Administrator"
Comment me if you find this post is useful also let me know if you need any new topics.
No comments:
Post a Comment