patchset.rspのサンプル
引用...

RESPONSEFILE_VERSION=2.2.1.0.0

#-------------------------------------------------------------------------------
#Name       : UNIX_GROUP_NAME
#Datatype   : String
#Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
#Example: UNIX_GROUP_NAME = "install"
#-------------------------------------------------------------------------------
UNIX_GROUP_NAME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : FROM_LOCATION
#Datatype   : String
#Description: Complete path to the products.xml.
#Example: FROM_LOCATION = "../stage/products.xml"
#-------------------------------------------------------------------------------
FROM_LOCATION="../stage/products.xml"

#-------------------------------------------------------------------------------
#Name       : ORACLE_HOME
#Datatype   : String
#Description: Complete path of the Oracle Home.
#Example: ORACLE_HOME = "C:\OHOME1"
#-------------------------------------------------------------------------------
ORACLE_HOME="/u01/app/oracle/oem_home"

#-------------------------------------------------------------------------------
#Name       : SOFTWARE_ONLY_INSTALL
#Datatype   : Boolean
#Description: Set to true if softwareonly installation need to be done and configuration can be run later.
#Example: b_softwareonly = true
#-------------------------------------------------------------------------------
b_softwareonly=true

#-------------------------------------------------------------------------------
#Name       : START OMS AFTER APPLYING PATCH
#Datatype   : Boolean
#Description: Set to true inorder to start OMS after applying patch.
#Example: b_startOMS = true/false <default value is true>
#-------------------------------------------------------------------------------
b_startOMS=true

#-------------------------------------------------------------------------------
#Name       : s_sysPassword
#Datatype   : String
#Description: password for repsitory creation , this should be set, if b_softwareonly=true 
#Example: s_sysPassword="password"
#-------------------------------------------------------------------------------
s_sysPassword="oracle"

#-------------------------------------------------------------------------------
#Name       : TOPLEVEL_COMPONENT
#Datatype   : StringList
#Description: The top level component to be installed in the current session.
#The choices are of the form Internal Name, Version : External name. Please use 
#the internal name and version while specifying the value.
#   oracle.sysman.patchset, 10.2.0.5.0 : Enterprise Manager Patchset 10.2.0.5.0 
#Example: TOPLEVEL_COMPONENT = {"oracle.sysman.patchset","10.2.0.5.0"}
#-------------------------------------------------------------------------------
TOPLEVEL_COMPONENT={"oracle.sysman.patchset","10.2.0.5.0"}

#-------------------------------------------------------------------------------
#Name       : DEINSTALL_LIST
#Datatype   : StringList
#Description: List of components to be deinstalled during a deinstall session.
#The choices are of the form Internal Name, Version : External name. Please use 
#the internal name and version while specifying the value.
#   oracle.sysman.patchset, 10.2.0.5.0 : Enterprise Manager Patchset 10.2.0.5.0 
#Example: DEINSTALL_LIST = {"oracle.sysman.patchset","10.2.0.5.0"}
#-------------------------------------------------------------------------------
DEINSTALL_LIST={"oracle.sysman.patchset","10.2.0.5.0"}

#-------------------------------------------------------------------------------
#Name       : SHOW_SPLASH_SCREEN
#Datatype   : Boolean
#Description: Set to true if the initial splash screen in OUI needs to be shown.
#Example: SHOW_SPLASH_SCREEN = true
#-------------------------------------------------------------------------------
SHOW_SPLASH_SCREEN=true

#-------------------------------------------------------------------------------
#Name       : SHOW_WELCOME_PAGE
#Datatype   : Boolean
#Description: Set to true if the Welcome page in OUI needs to be shown.
#Example: SHOW_WELCOME_PAGE = false
#-------------------------------------------------------------------------------
SHOW_WELCOME_PAGE=false

#-------------------------------------------------------------------------------
#Name       : SHOW_SUMMARY_PAGE
#Datatype   : Boolean
#Description: Set to true if the summary page in OUI needs to be shown.
#The summary page shows the list of components that will be installed in this 
#session. 
#Example: SHOW_SUMMARY_PAGE = true
#-------------------------------------------------------------------------------
SHOW_SUMMARY_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_INSTALL_PROGRESS_PAGE
#Datatype   : Boolean
#Description: Set to true if the install progress page in OUI needs to be shown.
#This page shows the current status in the installation. The current status 
#includes the product being installed and the file being copied.
#Example: SHOW_INSTALL_PROGRESS_PAGE = true
#-------------------------------------------------------------------------------
SHOW_INSTALL_PROGRESS_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_REQUIRED_CONFIG_TOOL_PAGE
#Datatype   : Boolean
#Description: Set to true if the required config assistants page in OUI needs to
#be shown.  This page shows the list of required configuration assistants that 
#are part of this installation. It shows the status of each assistant, 
#including any failures with detailed information on why it failed.
#Example: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
#-------------------------------------------------------------------------------
SHOW_REQUIRED_CONFIG_TOOL_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_CONFIG_TOOL_PAGE
#Datatype   : Boolean
#Description: Set to true if the config assistants page in OUI needs to be 
#shown. This page shows the list of configuration assistants that are part of 
#this installation and are configured to launch automatically. It shows the 
#status of each assistant, including any failures with detailed information on 
#why it failed.
#Example: SHOW_CONFIG_TOOL_PAGE = true
#-------------------------------------------------------------------------------
SHOW_CONFIG_TOOL_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_XML_PREREQ_PAGE
#Datatype   : Boolean
#Description: This variable determines whether or not to show the prereq page.
#Example: SHOW_XML_PREREQ_PAGE = true
#-------------------------------------------------------------------------------
SHOW_XML_PREREQ_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_END_OF_INSTALL_MSGS
#Datatype   : Boolean
#Description: Set to true if the text on end of install screen is to be shown. 
#The text is always available under <Oracle Home>/install/readme.txt.
#Example: SHOW_END_OF_INSTALL_MSGS = true
#-------------------------------------------------------------------------------
SHOW_END_OF_INSTALL_MSGS=true

#-------------------------------------------------------------------------------
#Name       : SHOW_ROOTSH_CONFIRMATION
#Datatype   : Boolean
#Description: Set to true if the Confirmation dialog asking to run the root.sh 
#script in OUI needs to be shown.
#Valid only for Unix platforms.
#Example: SHOW_ROOTSH_CONFIRMATION = true
#-------------------------------------------------------------------------------
SHOW_ROOTSH_CONFIRMATION=true

#-------------------------------------------------------------------------------
#Name       : SHOW_END_SESSION_PAGE
#Datatype   : Boolean
#Description: Set to true if the end of session page in OUI needs to be shown.
#This page shows if the installation is successful or not.
#Example: SHOW_END_SESSION_PAGE = true
#-------------------------------------------------------------------------------
SHOW_END_SESSION_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_EXIT_CONFIRMATION
#Datatype   : Boolean
#Description: Set to true if confirmation when exiting OUI needs to be shown.
#Example: SHOW_EXIT_CONFIRMATION = true
#-------------------------------------------------------------------------------
SHOW_EXIT_CONFIRMATION=false

#-------------------------------------------------------------------------------
#Name       : CLUSTER_NODES
#Datatype   : StringList
#Description: This variable represents the cluster node names selected by the 
#user for installation. Required for RAC installs.
#Example: CLUSTER_NODES = {"node1"}
#-------------------------------------------------------------------------------
CLUSTER_NODES={}

#-------------------------------------------------------------------------------
#Name       : sl_pwdInfo
#Datatype   : StringList
#Description: 
#sl_pwdInfo will take SYS password; SYS password for repository database;
#patchset.rsp file will be used for patching both OMS and Additional Management Agent
#But, "sl_pwdInfo" variable is required for only OMS patching and not required for Additional Management Agent
#Component  : oracle.sysman.top.oms
#Example: for SYS password sl_pwdInfo will be { "manager" } 
#-------------------------------------------------------------------------------
sl_pwdInfo=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : n_validate
#Datatype   : number
#Description: Flag for validation of sl_pwdInfo
#  This value should not be modified
#Component  : oracle.sysman.top.oms
#-------------------------------------------------------------------------------
n_validate=1

#-------------------------------------------------------------------------------
#Name       : szl_InstanceInformation
#Datatype   : StringList
#Description: Required for Software Update installation on Middle-Tiers.  Instance password for the current OracleAS 10g instance.  There is only one value for this stringlist: { "password1" }. The password value used in this stringlist must match the existing password already established for this instance. Note that the password must be specified in cleartext, for security, restrict access to the silent install response files and delete them when no longer needed.
#Component  : oracle.iappserver.st_midtier
#-------------------------------------------------------------------------------

oracle.iappserver.st_midtier:szl_InstanceInformation={ "oracle1" }

#-------------------------------------------------------------------------------
#Name       : ACCEPT_LICENSE_AGREEMENT
#Datatype   : Boolean
#Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations.
#Example: ACCEPT_LICENSE_AGREEMENT = true
#-------------------------------------------------------------------------------
ACCEPT_LICENSE_AGREEMENT=true

#-------------------------------------------------------------------------------
#Name       : METALINK_USERNAME
#Datatype   : String
#Description: S_METALINK_USERNAME_DESC
#Example: METALINK_USERNAME = 
#-------------------------------------------------------------------------------
METALINK_USERNAME=<Value Required>

#-------------------------------------------------------------------------------
#Name       : METALINK_PASSWORD
#Datatype   : String
#Description: S_METALINK_PASSWORD_DESC
#Example: METALINK_PASSWORD = 
#-------------------------------------------------------------------------------
METALINK_PASSWORD=<Value Required>

#-------------------------------------------------------------------------------
#Name       : PROXY_HOST
#Datatype   : String
#Description: S_PROXY_HOST_DESC
#Example: PROXY_HOST = 
#-------------------------------------------------------------------------------
PROXY_HOST=<Value Required>

#-------------------------------------------------------------------------------
#Name       : PROXY_PORT
#Datatype   : String
#Description: S_PROXY_PORT_DESC
#Example: PROXY_PORT = 
#-------------------------------------------------------------------------------
PROXY_PORT=<Value Required>

#-------------------------------------------------------------------------------
#Name       : PROXY_USER
#Datatype   : String
#Description: S_PROXY_USER_DESC
#Example: PROXY_USER = 
#-------------------------------------------------------------------------------
PROXY_USER=<Value Required>

#-------------------------------------------------------------------------------
#Name       : PROXY_PWD
#Datatype   : String
#Description: S_PROXY_PWD_DESC
#Example: PROXY_PWD = 
#-------------------------------------------------------------------------------
PROXY_PWD=<Value Required>

#-------------------------------------------------------------------------------
#Name       : DECLINE_SECURITY_UPDATES
#Datatype   : Boolean
#Description: S_DECLINE_SECURITY_UPDATES_DESC
#Example: DECLINE_SECURITY_UPDATES =false 
#-------------------------------------------------------------------------------
DECLINE_SECURITY_UPDATES=true

#-------------------------------------------------------------------------------
#Name       : COLLECTOR_RESPONSE_FILE
#Datatype   : String
#Description: S_COLLECTOR_RESPONSE_FILE_DESC
#Example: COLLECTOR_RESPONSE_FILE = 
#-------------------------------------------------------------------------------
COLLECTOR_RESPONSE_FILE=<Value Required>

#-------------------------------------------------------------------------------
#Name       : SECURITY_UPDATES_VIA_METALINK
#Datatype   : Boolean
#Description: S_SECURITY_UPDATES_VIA_METALINK_DESC
#Example: SECURITY_UPDATES_VIA_METALINK = 
#-------------------------------------------------------------------------------
SECURITY_UPDATES_VIA_METALINK=<Value Required>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License