1. 程式人生 > >oracle安裝--netca.rsp詳解

oracle安裝--netca.rsp詳解

###################################################################### 
## Copyright(c) 1998, 2011Oracle Corporation. All rights reserved. ## 

##                                                               ## 
## Specify values for thevariables listed below to customize your  ## 
## installation.                                                 ## 
##                                                               ## 
## Each variable isassociated with a comment. The comment         ## 
## identifies the variabletype.                                   ## 
##                                                               ## 
## Please specify the valuesin the following format:              ## 
##                                                               ## 
##        Type         Example                                   ## 
##        String       "Sample Value"                            ## 
##        Boolean      True or False                             ## 
##        Number       1000                                      ## 
##        StringList   {"String value 1","String Value2"}         ## 
##                                                               ## 
######################################################################
##                                                               ## 
## This sample response filecauses the Oracle Net Configuration    ##
## Assistant (NetCA) to completean Oracle Net configuration during ##
## a custom install of theOracle11g server which is similar to     ##
## what would be created bythe NetCA during typical Oracle11g      ##
## install. It also documentsall of the NetCA response file        ##
## variables so you cancreate your own response file to configure  ##
## Oracle Net during aninstall the way you wish.                  ##
##                                                               ## 
###################################################################### 


[GENERAL]
RESPONSEFILE_VERSION="11.2"
CREATE_TYPE="CUSTOM"


#-------------------------------------------------------------------------------
# Name       :SHOW_GUI
# Datatype   : Boolean
# Description: This variablecontrols appearance/suppression of the NetCA GUI,
# Pre-req    : N/A
# Default    : TRUE
# Note:
# This must be set to falsein order to run NetCA in silent mode. 
# This is a substitute of"/silent" flag in the NetCA command line.
# The command line flag hasprecedence over the one in this response file.
# This feature is presentsince 10.1.0.3.
#-------------------------------------------------------------------------------
#SHOW_GUI=false
#
這裡設定是否是安裝需要圖形介面
#-------------------------------------------------------------------------------

# Name       :LOG_FILE
# Datatype   : String
# Description: If present,NetCA will log output to this file in addition to the
#      standard out.
# Pre-req    : N/A
# Default    : NONE
# Note:
# This isa substitute of "/log" in the NetCA command line.
# The command line argumenthas precedence over the one in this response file.
# This feature is presentsince 10.1.0.3.
#-------------------------------------------------------------------------------
#LOG_FILE=""/oracle11gHome/network/tools/log/netca.log""
#
這裡設定日誌檔案
[oracle.net.ca]

#INSTALLED_COMPONENTS;StringList;listof installed components
# The possible values forinstalled components are:
#"net8","server","client","aso","cman", "javavm" 
INSTALLED_COMPONENTS={"server","net8","javavm"}
#這個是安裝的元件
#INSTALL_TYPE;String;type ofinstall

# The possible values forinstall type are:
#"typical","minimal" or "custom"
INSTALL_TYPE=""typical""
#
安裝的型別
#LISTENER_NUMBER;Number;Numberof Listeners

# A typical install sets onelistener 
LISTENER_NUMBER=1
#監聽器的個數
#LISTENER_NAMES;StringList;listof listener names

# The values for listenerare:
#"LISTENER","LISTENER1","LISTENER2","LISTENER3",...
# A typical install sets only"LISTENER" 
LISTENER_NAMES={"LISTENER"}
#監聽器的名字,預設是監聽器1,監聽器2...
#LISTENER_PROTOCOLS;StringList;listof listener addresses (protocols and parameters separated by semicolons)

# The possible values forlistener protocols are:
#"TCP;1521","TCPS;2484","NMP;ORAPIPE","IPC;IPCKEY","VI;1521" 
# A typical install sets only"TCP;1521" 
LISTENER_PROTOCOLS={"TCP;1521"}
#監聽地址,預設監聽tcp1521
#LISTENER_START;String;nameof the listener to start, in double quotes

LISTENER_START=""LISTENER""
#啟動監聽器的名字
#NAMING_METHODS;StringList;listof naming methods

# The possible values fornaming methods are: 
# LDAP, TNSNAMES, ONAMES,HOSTNAME, NOVELL, NIS, DCE
# A typical install setsonly: "TNSNAMES","ONAMES","HOSTNAMES" 
# or"LDAP","TNSNAMES","ONAMES","HOSTNAMES"for LDAP
NAMING_METHODS={"TNSNAMES","ONAMES","HOSTNAME"}
#命名的格式是這樣的
#NOVELL_NAMECONTEXT;String;NovellDirectory Service name context, in double quotes

# A typical install does notuse this variable. 
#NOVELL_NAMECONTEXT =""NAMCONTEXT""
#nove上下文,預設是不使用這個變數
#SUN_METAMAP;String; SUN metamap, in double quotes

# A typical install does notuse this variable. 
#SUN_METAMAP =""MAP""
#sun_metamap的名字,預設不使用這個變數
#DCE_CELLNAME;String;DCE cellname, in double quotes

# A typical install does notuse this variable. 
#DCE_CELLNAME =""CELL""
#dce單元名稱,預設安裝不使用這個變數
#NSN_NUMBER;Number;Number ofNetService Names

# A typical install sets onenet service name
NSN_NUMBER=1
#網路服務名字的個數,預設是一個
#NSN_NAMES;StringList;list ofNet Service names

# A typical install sets netservice name to "EXTPROC_CONNECTION_DATA"
NSN_NAMES={"EXTPROC_CONNECTION_DATA"}
#網路服務名字,預設使用這個名字
#NSN_SERVICE;StringList;Oracle11gdatabase's service name

# A typical install setsOracle11g database's service name to "PLSExtProc"
NSN_SERVICE={"PLSExtProc"}
#一個oracle資料庫服務名
#NSN_PROTOCOLS;StringList;listof coma separated strings of Net Service Name protocol parameters

# The possible values for netservice name protocol parameters are:
#"TCP;HOSTNAME;1521","TCPS;HOSTNAME;2484","NMP;COMPUTERNAME;ORAPIPE","VI;HOSTNAME;1521","IPC;IPCKEY" 
# A typical install sets parametersto "IPC;EXTPROC"
NSN_PROTOCOLS={"TCP;HOSTNAME;1521"}
#網路協議預設是"IPC;EXTPROC"
#nsn_
控制是這個