下面通过在工作中的使用,总结出不同版本Oracle client的静默(silent)安装方法。

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

 

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2021-11-27
  • 2021-09-20
  • 2022-12-23
  • 2021-11-06
  • 2020-12-26
猜你喜欢
  • 2021-12-10
  • 2021-06-02
  • 2022-02-23
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-09-07
相关资源
相似解决方案