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.0UNIX_GROUP_NAME=dbaINVENTORY_LOCATION=/apps/oraInventoryORACLE_HOME=/apps/oracle/product/12.2.0.1/client_1ORACLE_BASE=/apps/oracleoracle.install.client.installType=Administratororacle.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

 

相关文章