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

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

时间: 2024-10-09 03:54:40

Install Oracle Database client in silent mode的相关文章

在Windows 2012 R2 64bit下安装 12.1.0.2 32bit Oracle Database Client 时,client 在没有任何错误信息情况下crash掉

参考自: 12.1.0.2 32bit Oracle Database Client Installation on Windows 2012 R2 64bit Crashes without Any Error Messages (Doc ID 1962665.1) 适用于: Oracle Database - Enterprise Edition - Version 12.1.0.2 and later Information in this document applies to any

linux OS install oracle database

#!/bin/bash#Purpose:Create and config oracle install.#Usage:Log on as the superuser('root') #1.create groups and users.groupadd dba -g 111groupadd oinstall -g 110useradd oracle -u 110 -g 110 -G 111echo "oracle" | passwd --stdin oracle echo "

CentOs install oracle instant client

rpm -ivh oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm rpm -ivh oracle-instantclient11.2-devel-11.2.0.3.0-1.x86_64.rpm rpm -ivh oracle-instantclient12.1-basic-12.1.0.2.0-1.x86_64.rpm rpm -ivh oracle-instantclient12.1-devel-12.1.0.2.0-1.x86_6

Oracle? Database Patch 19121551 - Database Patch Set Update 11.2.0.4.4 (Includes CPUOct2014) - 傲游云浏览

Skip Headers Oracle? Database Patch 19121551 - Database Patch Set Update 11.2.0.4.4 (Includes CPUOct2014) ? Released: October 14, 2014 This document is accurate at the time of release. For any changes and additional information regarding PSU 11.2.0.4

在RHEL7 or OL7上安装oracle database 12c的要求

本文来自: Requirements for Installing Oracle Database 12.1on RHEL7 or OL7 64-bit (x86-64) (文档 ID 1961997.1) 本文不做翻译,仅作原文转载: Applies to: Oracle Database - Enterprise Edition - Version 12.1.0.2 and later Linux x86-64 Purpose This note explains the requireme

Quick and Easy Installation of Oracle Database 12c on Oracle Linux in Oracle VM VirtualBox

发贴人 Sergio-Oracle 于2018-4-18 23:10:15在Oracle Linux Introduction How Does This Work? Requirements Before You Get Started Steps Clone the vagrant-boxes repository from GitHub Download Oracle Database Installation Files Place the downloaded Database ins

Oracle Database 19c Installation On CentOS7.7 In Silent Mode

1.下载oracle官方预安装的检查包Oracle Installation Prerequisites rpm https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm 在CentOS 7.7版本中,需要compat-libstdc++-33包,可以从下述地址中下载: https://centos.pkgs.or

使用Oracle Database Instant Client 精简版

如果只为了在开发环境中访问Oracle,推荐使用Oracle Database Instant Client(精简版)它相对小巧且不需要安装绿色方便移植. 官方下载Instant Client,在Oracle网站查找下载链接是件非常痛苦的事情,实在难找.为了方便,这里提供给大家适用所有平台的 Instant Client 下载页面: 根据自己系统环境选择版本,下载完成后解压. 这里注意两点: 1.PLSQL Developer使用,因为PLSQL Developer不支持64位的Oracle客户

同一台电脑中同时安装oracle database 服务器端和oracle client 客户端时注意

如果在一台电脑中同时安装oracle的客户端和服务器端软件, 一定要先安装oracle database 服务端,并进行相应的配置 listener.ORA.本地连接等. 然后再去安装oracle client 客户端,再进行 tnsname.ora的配置,本地连接等. 设置系统环境变量.ORACLE_HOME 由于本机安装了,oracle11g database ,oracle 10g client . 一定要设置oracle_HOME 变量值设为:D:\app\deng\product\11