oracle新建network xiade dongxi,【SHELL】Linux下安装Oracle Client

这是一个Oracle客户端安装响应文件的内容展示,包括了Oracle主机名、安装组、清单目录、语言选择、Oracle家目录、安装类型、定制组件等关键配置参数。例如,选择了英文作为默认语言,安装类型为管理员,并详细列出了将要安装的客户端组件。此外,还涉及了OracleMTS恢复服务监听端口、OracleSchedulerAgent的主机名和端口等高级设置。
摘要由CSDN通过智能技术生成

[root@A04-Test-172install_oracle]# more client_install.rsp

###############################################################################

## Copyright(c) Oracle Corporation1998,2008. All rights reserved. ##

## ##

## Specify valuesforthe variables listed below to customize ##

## your installation. ##

## ##

## Each variableisassociated with a comment. The comment ##

## can help to populate the variables with the appropriate ##

## values. ##

## ##

###############################################################################

#-------------------------------------------------------------------------------# Do not change the following system generated value.

#-------------------------------------------------------------------------------oracle.install.responseFileVersion=/oracle/install/rspfmt_clientinstall_response_schema_v11_2_0

#-------------------------------------------------------------------------------# This variable holds the hostname of the systemas setby the user.

# It can be used to force the installation to use an alternative

# hostname rather thanusingthe first hostname found on the system

# (e.g.,forsystems with multiple hostnames and network interfaces).

ORACLE_HOSTNAME=Oracle_Client #Oracle主机名,这里可通过hostname查询到

#-------------------------------------------------------------------------------# Unix group to beset forthe inventory directory.

UNIX_GROUP_NAME=oinstall #Oracle安装时所属组

#-------------------------------------------------------------------------------# Inventory location.

INVENTORY_LOCATION=/u01/app/oraInventory #Oracle清单安装目录

#-------------------------------------------------------------------------------# Languagesinwhich the components will be installed.

#

# en : English ja : Japanese

# fr : French ko : Korean

# ar : Arabic es : Latin American Spanish

# bn : Bengali lv : Latvian

# pt_BR: Brazilian Portuguese lt : Lithuanian

# bg : Bulgarian ms : Malay

# fr_CA: Canadian French es_MX: Mexican Spanish

# ca : Catalan no : Norwegian

# hr : Croatian pl : Polish

# cs : Czech pt : Portuguese

# da : Danish ro : Romanian

# nl : Dutch ru : Russian

# ar_EG: Egyptian zh_CN: Simplified Chinese

# en_GB: English (Great Britain) sk : Slovak

# et : Estonian sl : Slovenian

# fi : Finnish es_ES: Spanish

# de : German sv : Swedish

# el : Greek th : Thai

# iw : Hebrew zh_TW: Traditional Chinese

# hu : Hungarian tr : Turkish

#is: Icelandic uk : Ukrainian

#in: Indonesian vi : Vietnamese

# it : Italian

#

# Example : SELECTED_LANGUAGES=en,fr,ja

#-------------------------------------------------------------------------------SELECTED_LANGUAGES=en #默认的语言,这里选择英文

#-------------------------------------------------------------------------------# Complete path of the Oracle Home

#ORACLE_HOME=$ORACLE_BASE/product/11.2.0/client_1

ORACLE_HOME=/u01/app/oracle/product/11.2.0/client_1

#-------------------------------------------------------------------------------# Complete path of the Oracle Base.

ORACLE_BASE=/u01/app/oracle #Oracle安装基目录

#-------------------------------------------------------------------------------#Name : INSTALL_TYPE

#Datatype : String

#Description: Installation type of the component.

#

# The following choices are available. The value should contain

# only one of these choices.

# InstantClient : InstantClient

# Administrator : Administrator

# Runtime : Runtime

# Custom : Custom

#

#Example : INSTALL_TYPE= "Administrator"#------------------------------------------------------------------------------oracle.install.client.installType=Administrator #oracle安装时使用的用户类型

#-------------------------------------------------------------------------------# Name : oracle.install.client.customComponents

# Datatype : StringList

#

# This propertyis considered only if INSTALL_TYPE is set to "Custom"#

# Description: List of Client Components you would like to install

#

# The following choices are available. You may specify any

# combination of these choices. The components you choose should

# be specifiedin the form "internal-component-name:version"# Belowisa list of components you may specify to install.

#

# oracle.sqlj:11.2.0.1.0 -- "Oracle SQLJ"# oracle.rdbms.util:11.2.0.1.0 -- "Oracle Database Utilities"# oracle.javavm.client:11.2.0.1.0 -- "Oracle Java Client"# oracle.sqlplus:11.2.0.1.0 -- "SQL*Plus"# oracle.dbjava.jdbc:11.2.0.1.0 -- "Oracle JDBC/THIN Interfaces"# oracle.ldap.client:11.2.0.1.0 -- "Oracle Internet Directory Client"# oracle.rdbms.oci:11.2.0.1.0 -- "Oracle Call Interface (OCI)"# oracle.precomp:11.2.0.1.0 -- "Oracle Programmer"# oracle.xdk:11.2.0.1.0 -- "Oracle XML Development Kit"# oracle.network.aso:11.2.0.1.0 -- "Oracle Advanced Security"# oracle.assistants.oemlt:11.2.0.1.0 -- "Enterprise Manager Minimal Integration"# oracle.oraolap.mgmt:11.2.0.1.0 -- "OLAP Analytic Workspace Manager and Worksheet"# oracle.network.client:11.2.0.1.0 -- "Oracle Net"# oracle.network.cman:11.2.0.1.0 -- "Oracle Connection Manager"# oracle.network.listener:11.2.0.1.0 -- "Oracle Net Listener"# oracle.ordim.client:11.2.0.1.0 -- "Oracle Multimedia Client Option"# oracle.ons:11.2.0.0.0 -- "Oracle Notification Service"# oracle.odbc:11.2.0.1.0 -- "Oracle ODBC Driver"# oracle.has.client:11.2.0.1.0 -- "Oracle Clusterware High Availability API"# oracle.dbdev:11.2.0.1.0 -- "Oracle SQL Developer"# oracle.rdbms.scheduler:11.2.0.1.0 -- "Oracle Scheduler Agent"#

#-------------------------------------------------------------------------------oracle.install.client.customComponents="oracle.sqlj:11.2.0.1.0","oracle.rdbms.util:11.2.0.1.0","oracle.javavm.client:11.2.0.1.0","oracle.sqlplus:11.2.0.1.0","oracle.db

java.jdbc:11.2.0.1.0","oracle.ldap.client:11.2.0.1.0","oracle.rdbms.oci:11.2.0.1.0","oracle.precomp:11.2.0.1.0","oracle.xdk:11.2.0.1.0","oracle.network.aso:11.2.0.1.0","oracle.assistants.oemlt:11.2.0.1.0","oracle.oraolap.mgmt:11.2.0.1.0","oracle.network.client:11.2.0.1.0","oracle.network.cman:11.2.0.1.0","oracle.network.listener:11.

2.0.1.0","oracle.ordim.client:11.2.0.1.0","oracle.ons:11.2.0.0.0","oracle.odbc:11.2.0.1.0","oracle.has.client:11.2.0.1.0","oracle.dbdev:11.2.0.1.0","oracle.rdbms.sched

uler:11.2.0.1.0"#-------------------------------------------------------------------------------#Name : MTS_PORT

#Datatype :int#Description: Port number to be usedforby the Oracle MTS Recovery Service to listen

#for requests. This needs to be entered in case oracle.ntoramts is# selectedin the list of custom components incustom install

#

#

#Example : MTS_PORT= 2030#------------------------------------------------------------------------------oracle.install.client.oramtsPortNumber=#------------------------------------------------------------------------------# Host name to be usedforby the Oracle Scheduler Agent.

# This needs to be enteredin case oracle.rdbms.scheduler is selected inthe

# list of custom components during custom install

#

# Example : oracle.install.client.schedulerAgentHostName=acme.domain.com

#------------------------------------------------------------------------------oracle.install.client.schedulerAgentHostName=#------------------------------------------------------------------------------# Port number to be usedforby the Oracle Scheduler Agent.

# This needs to be enteredin case oracle.rdbms.scheduler is selected inthe

# list of custom components during custom install

#

# Example: oracle.install.client.schedulerAgentPortNumber= 1500#------------------------------------------------------------------------------oracle.install.client.schedulerAgentPortNumber=

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值