Install Oracle Database client in silent mode

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

猜你喜欢

转载自www.cnblogs.com/maxyang2008/p/9142444.html