码迷,mamicode.com
首页 > 数据库 > 详细

Install Oracle Database client in silent mode

时间:2018-06-06 00:59:48      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:command   other   TE   and   com   sys   location   base   silent   

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

 

Install Oracle Database client in silent mode

标签:command   other   TE   and   com   sys   location   base   silent   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!