Install Oracle Database client in silent mode

时间:2018-06-06 00:40:31   收藏:0   阅读:257

We can save time by using silent mode provided by many software.

We can do some other things with saved time. Hope this can help you.

Oracle Database client 12.2.0.1

1. reponse file content. below content should be saved as oracle_client_install_12201.rsp

oracle.install.responseFileVersion=/oracle/install/rspfmt_clientinstall_response_schema_v12.2.0

UNIX_GROUP_NAME=dba
INVENTORY_LOCATION=/apps/oraInventory
ORACLE_HOME=/apps/oracle/product/12.2.0.1/client_1

ORACLE_BASE=/apps/oracle

oracle.install.client.installType=Administrator

oracle.install.client.customComponents=

oracle.install.client.schedulerAgentHostName=

oracle.install.client.schedulerAgentPortNumber=

 

2. install command line

cd /apps/stage/stage/client
./runInstaller -silent -ignoreSysPrereqs -skipPrereqs -responseFile  /apps/stage/stage/client/client_install.rsp

 

原文:https://www.cnblogs.com/maxyang2008/p/9142444.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!