Skip Headers
Oracle® Universal Installer and OPatch User's Guide
10g Release 2 (10.2) for Windows and UNIX

Part Number B16227-12
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

D Sample Files

This appendix provides the following sample files:

Sample Response File

Response files are of type .rsp and are used by Oracle Universal Installer to run silent installations.

####################################################################
## Copyright(c) Oracle Corporation 1998,2002. All rights reserved.##
##                                                                ##
## Specify values for the variables listed below to customize     ##
## your installation.                                             ##
##                                                                ##
## Each variable is associated with a comment. The comment        ##
## identifies the variable type.                                  ##
##                                                                ##
## Please specify the values in the following format:             ##
##                                                                ##
##         Type         Example                                   ##
##         String       "Sample Value"                            ##
##         Boolean      True or False                             ##
##         Number       1000                                      ##
##         StringList   {"String value 1","String Value 2"}       ##
##                                                                ##
## The values that are given as <Value Required> need to be       ##
## specified for a silent installation to be successful.          ##
##                                                                ##
##                                                                ##
## This response file is generated by Oracle Software             ##
## Packager.                                                      ##
####################################################################
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 of the products.jar.
#Example : FROM_LOCATION = "../stage/products.jar"
#-------------------------------------------------------------------------------
FROM_LOCATION="../stage/products.jar"
#-------------------------------------------------------------------------------
#Name       : FROM_LOCATION_CD_LABEL
#Datatype   : String
#Description: This variable should only be used in multi-CD installations. It includes the
 label of the Compact Disk where the file "products.jar" exists. The label can be found in
 the file "disk.label" in the same directory as products.jar.
#Example : FROM_LOCATION_CD_LABEL = "CD Label"
#-------------------------------------------------------------------------------
FROM_LOCATION_CD_LABEL="LABEL1"
#-------------------------------------------------------------------------------
#Name       : NEXT_SESSION_RESPONSE
#Datatype   : String
#Description: Optionally specifies the full path of next session's response file. If only a
 file name is specified, the response file is retrieved from <TEMP>/oraInstall directory.
 This variable is only active if NEXT_SESSION is set to true.
#Example : NEXT_SESSION_RESPONSE = "nextinstall.rsp"
#-------------------------------------------------------------------------------
NEXT_SESSION_RESPONSE=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : ORACLE_HOME
#Datatype   : String
#Description: Complete Location of the Oracle Home.
#Example : ORACLE_HOME = "C:\OHOME1"
#-------------------------------------------------------------------------------
ORACLE_HOME=<Value Required>
#-------------------------------------------------------------------------------
#Name       : ORACLE_HOME_NAME
#Datatype   : String
#Description: Oracle Home Name. Used in creating folders, services.
#Example : ORACLE_HOME_NAME = "OHOME1"
#-------------------------------------------------------------------------------
ORACLE_HOME_NAME="OHOME1"
#-------------------------------------------------------------------------------
#Name       : TOPLEVEL_COMPONENT
#Datatype   : StringList
#Description: The Toplevel component that has to be installed in the current session.
#The following choices are available. The value should contain only one of these choices.
#The choices are of the form Internal Name, Version : External name. Please use the internal
 name and version while specifying the value.
#    oracle.swd, 2.2.1.2.0 : Oracle Installation Products 2.2.1.2.0 
#Example : TOPLEVEL_COMPONENT = {"oracle.swd","2.2.1.2.0"}
#-------------------------------------------------------------------------------
TOPLEVEL_COMPONENT={"oracle.swd","2.2.1.2.0"}
#-------------------------------------------------------------------------------
#Name       : DEINSTALL_LIST
#Datatype   : StringList
#Description: List of components to be deinstalled during a deinstall session.
#The following choices are available. The value should contain only one of these choices.
#The choices are of the form Internal Name, Version : External name. Please use the internal
 name and version while specifying the value.
#    oracle.swd, 2.2.1.2.0 : Oracle Installation Products 2.2.1.2.0 
#Example : DEINSTALL_LIST = {"oracle.swd","2.2.1.2.0"}
#-------------------------------------------------------------------------------
DEINSTALL_LIST={"oracle.swd","2.2.1.2.0"}
#-------------------------------------------------------------------------------
#Name       : SHOW_SPLASH_SCREEN
#Datatype   : Boolean
#Description: Set to true if the initial splash screen in the installer 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 the installer needs to be shown.
#Example : SHOW_WELCOME_PAGE = false
#-------------------------------------------------------------------------------
SHOW_WELCOME_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_COMPONENT_LOCATIONS_PAGE
#Datatype   : Boolean
#Description: Set to true if the component locations page in the installer needs to be shown.
#This page only appears if there are products whose installed directory can be changed.
#If you set this to false you will prevent the user from being able to specify alternate
 directories.
#Example : SHOW_COMPONENT_LOCATIONS_PAGE = false
#-------------------------------------------------------------------------------
SHOW_COMPONENT_LOCATIONS_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_CUSTOM_TREE_PAGE
#Datatype   : Boolean
#Description: Set to true if the custom tree page in the installer needs to be shown.
#In this page dependencies can be selected or unselected. This page appears only in a custom
 install type.
#Example : SHOW_CUSTOM_TREE_PAGE = false
#-------------------------------------------------------------------------------
SHOW_CUSTOM_TREE_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_SUMMARY_PAGE
#Datatype   : Boolean
#Description: Set to true if the summary page in the installer 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 the installer needs to be shown.
#This page shows the current status in the installation. The current status includes which
 product is being installed, which file is 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 tools page in the installer needs to be
 shown.
#This page shows the list of required configuration tools that are part of this installation.
#It shows the status of each tool, including any failures with detailed information on why
 the tool has failed.
#Example : SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
#-------------------------------------------------------------------------------
SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
#-------------------------------------------------------------------------------
#Name       : SHOW_OPTIONAL_CONFIG_TOOL_PAGE
#Datatype   : Boolean
#Description: Set to true if the optional config tools page in the installer needs to be
 shown.
#This page shows the list of optional configuration tools that are part of this installation
 and are configured to launch automatically.
#It shows the status of each tool, including any failures with detailed information on why
 the tool has failed.
#Example : SHOW_OPTIONAL_CONFIG_TOOL_PAGE = true
#-------------------------------------------------------------------------------
SHOW_OPTIONAL_CONFIG_TOOL_PAGE=true
#-------------------------------------------------------------------------------
#Name       : SHOW_RELEASE_NOTES
#Datatype   : Boolean
#Description: Set to true if the release notes of this installation need to be shown at the
 end of installation.
#This dialog is launchable from the End of Installation page and shows the list of release
 notes available for the products just installed.
# This also requires the variable SHOW_END_SESSION_PAGE variable to be set to true.
#Example : SHOW_RELEASE_NOTES = true
#-------------------------------------------------------------------------------
SHOW_RELEASE_NOTES=true
#-------------------------------------------------------------------------------
#Name       : SHOW_ROOTSH_CONFIRMATION
#Datatype   : Boolean
#Description: Set to true if the Confirmation dialog asking to run the root.sh script in the
 installer needs to be shown.
#Valid only in 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 the installer 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 the confirmation when exiting the installer needs to be shown.
#Example : SHOW_EXIT_CONFIRMATION = true
#-------------------------------------------------------------------------------
SHOW_EXIT_CONFIRMATION=true
#-------------------------------------------------------------------------------
#Name       : NEXT_SESSION
#Datatype   : Boolean
#Description: Set to true to allow users to go back to the File Locations page for another
 installation. This flag also needs to be set to true in order to process another response
 file (see NEXT_SESSION_RESPONSE).
#Example : NEXT_SESSION = true
#-------------------------------------------------------------------------------
NEXT_SESSION=true
#-------------------------------------------------------------------------------
#Name       : NEXT_SESSION_ON_FAIL
#Datatype   : Boolean
#Description: Set to true to allow users to invoke another session even if current install
 session has failed. This flag is only relevant if NEXT_SESSION is set to true.
#Example : NEXT_SESSION_ON_FAIL = true
#-------------------------------------------------------------------------------
NEXT_SESSION_ON_FAIL=true
#-------------------------------------------------------------------------------
#Name       : SHOW_DEINSTALL_CONFIRMATION
#Datatype   : Boolean
#Description: Set to true if deinstall confimation is needed during a deinstall session.
#Example : SHOW_DEINSTALL_CONFIRMATION = true
#-------------------------------------------------------------------------------
SHOW_DEINSTALL_CONFIRMATION=true
#-------------------------------------------------------------------------------
#Name       : SHOW_DEINSTALL_PROGRESS
#Datatype   : Boolean
#Description: Set to true if deinstall progress is needed during a deinstall session.
#Example : SHOW_DEINSTALL_PROGRESS = true
#-------------------------------------------------------------------------------
SHOW_DEINSTALL_PROGRESS=true
#-------------------------------------------------------------------------------
#Name       : component_languages
#Datatype   : StringList
#Description: Languages in which the components will be installed.
#The following choices are available. The value should contain only one of these choices.
#The choices are of the form Internal Name : External name. Please use the internal name
 while specifying the value.
#    en,   : English
#    fr,   : French
#    ar,   : Arabic
#    bn,   : Bengali
#    pt_BR,   : Brazilian Portuguese
#    bg,   : Bulgarian
#    fr_CA,   : Canadian French
#    ca,   : Catalan
#    hr,   : Croatian
#    cs,   : Czech
#    da,   : Danish
#    nl,   : Dutch
#    ar_EG,   : Egyptian
#    en_GB,   : English (United Kingdom)
#    et,   : Estonian
#    fi,   : Finnish
#    de,   : German
#    el,   : Greek
#    iw,   : Hebrew
#    hu,   : Hungarian
#    is,   : Icelandic
#    in,   : Indonesian
#    it,   : Italian
#    ja,   : Japanese
#    ko,   : Korean
#    es,   : Latin American Spanish
#    lv,   : Latvian
#    lt,   : Lithuanian
#    ms,   : Malay
#    es_MX,   : Mexican Spanish
#    no,   : Norwegian
#    pl,   : Polish
#    pt,   : Portuguese
#    ro,   : Romanian
#    ru,   : Russian
#    zh_CN,   : Simplified Chinese
#    sk,   : Slovak
#    sl,   : Slovenian
#    es_ES,   : Spanish
#    sv,   : Swedish
#    th,   : Thai
#    zh_TW,   : Traditional Chinese
#    tr,   : Turkish
#    uk,   : Ukrainian
#    vi,   : Vietnamese
#Example : COMPONENT_LANGUAGES = {"en"}
#Component  : oracle.swd
#-------------------------------------------------------------------------------
component_languages={"en"}
#-------------------------------------------------------------------------------
#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.
#The choices are of the form Internal Name : External name. Please use the internal name
 while specifying the value.
#    Complete,   : Complete
#    Typical,   : Minimum
#    Custom,   : Custom
#Example : INSTALL_TYPE = "Complete"
#Component  : oracle.swd
#-------------------------------------------------------------------------------
install_type="Typical"
#-------------------------------------------------------------------------------
#Name       : prod_home
#Datatype   : String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:\ProductName"
#Component  : oracle.swd
#-------------------------------------------------------------------------------
oracle.swd:prod_home=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : prod_home
#Datatype   : String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:\ProductName"
#Component  : oracle.swd.oui
#-------------------------------------------------------------------------------
oracle.swd.oui:prod_home=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : prod_home
#Datatype   : String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:\ProductName"
#Component  : oracle.swd.oui.core
#-------------------------------------------------------------------------------
oracle.swd.oui.core:prod_home=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : prod_home
#Datatype   : String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:\ProductName"
#Component  : oracle.swd.jre
#-------------------------------------------------------------------------------
oracle.swd.jre:1.3.1.0.0a:prod_home=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : prod_home
#Datatype   : String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:\ProductName"
#Component  : oracle.swd.jre
#-------------------------------------------------------------------------------
oracle.swd.jre:1.3.1.1.0a:prod_home=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : prod_home
#Datatype   : String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:\ProductName"
#Component  : oracle.swd.jre
#-------------------------------------------------------------------------------
oracle.swd.jre:1.3.0.0.0:prod_home=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : dependency_list
#Datatype   : StringList
#Description: List of Dependees that needs to be installed along with this product.
#The following choices are available. The value can contain any combination of these choices.
#The choices are of the form Internal Name, Version : External name. Please use the internal
 name and version while specifying the value.
#    oracle.swd.jre, 1.3.1.1.0a : Java Runtime Environment 1.3.1.1.0a 
#    oracle.swd.jre, 1.3.1.0.0a : Java Runtime Environment 1.3.1.0.0a 
#    oracle.swd.osp, 2.2.1.2.0 : Oracle Software Packager 2.2.1.2.0 Alpha
#    oracle.swd.oil, 2.2.1.2.0 : Oracle Installation Libraries 2.2.1.2.0 
#    oracle.swd.oui, 2.2.1.2.0 : Oracle Universal Installer 2.2.1.2.0 Alpha
#Example : DEPENDENCY_LIST = {"oracle.swd.jre:1.3.1.1.0a"}
#Component  : oracle.swd
#-------------------------------------------------------------------------------
dependency_list=<Value Unspecified>

Sample ORAPARAM.INI File

The oraparam.ini file is Oracle Universal Installer's initialization file. It should be located in the same directory as the Oracle Universal Installer executable file (setup.exe or runInstaller.sh).

[Oracle]
DISTRIBUTION=TRUE
SOURCE=../stage/products.xml
LICENSE_LOCATION=
JRE_LOCATION=../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles
JRE_MEMORY_OPTIONS=" -mx150m"
DEFAULT_HOME_LOCATION=oracle/product/10.2.0/db
DEFAULT_HOME_NAME=OraDb10g_home
NO_BROWSE=/net
NLS_ENABLED=TRUE
BOOTSTRAP=TRUE
PREREQ_CONFIG_LOCATION=../stage/prereq
OUI_VERSION=10.2.0.0.0
#SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
#SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
#SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
SHOW_HOSTNAME=NEVER_SHOW
#THIN_JDBC_FILENAME is optional and defaults to classes12.jar
#The value specified for this should be packaged with OUI, and should 
#be relative to <OUI expanded stagedir>/jlib/
THIN_JDBC_FILENAME=classes12.jar
#JRE_OSDPARAM is to set OS dependent param for JRE ( mainly for native VM in 1.3.1)
#JRE_OSDPARAM is optional and should be set to -native for the JRE's
#that support native VM ( mainly for Unix platforms ), in JRE 1.3.1
#For JRE 1.4.1 this should be set to empty or the type of VM that is 
#supported client/server. The default value is -native in UNIX platforms
#that supports native VM
#Unix supporting native - JRE_OSDPARAM="-native" 
#Unix NOT supporting native and 1.4.1 - JRE_OSDPARAM="" 
JRE_OSDPARAM=""
CLUSTERWARE={"oracle.crs","10.1.0.2.0"}
#RUN_OUICA specifies the batch script name that needs to be run
#The script is ouica.bat for win32, and ouica.sh for solaris. 
#If the value is not specified, then the OUICA script is not run
RUN_OUICA=ouica.sh

[Certified Versions]
Linux=redhat-2.1,UnitedLinux-1.0,redhat-3,SuSE-9
 
[Linux-redhat-2.1-optional]

Sample Components File

The Components file contains details of all the components as well as patchsets or interim patches installed in the Oracle home.

<?xml version="1.0" standalone="yes" ?>
<!-- Copyright (c) 2005 Oracle Corporation. All rights Reserved -->
<!-- Do not modify the contents of this file by hand. -->
<PRD_LIST>
<TL_LIST>
<COMP NAME="oracle.server" VER="10.2.0.0.0" BUILD_NUMBER="0" REP_VER="0.0.0.0.0"
 RELEASE="Production" INV_LOC="Components/oracle.server/10.2.0.0.0/1/" LANGS="en"
 XML_INV_LOC="Components21/oracle.server/10.2.0.0.0/" ACT_INST_VER="10.2.0.0.0"
 DEINST_VER="10.1.0.2.0" INSTALL_TIME="2005.Jun.03 11:39:07 IST" INST
_LOC="/home/shiva/oracle/product/10.2.0/db_2/oracle.server">
   <EXT_NAME>Oracle Database 10g</EXT_NAME>
   <DESC>Installs an optional pre-configured starter database, product options,
 management tools, networking services, utilities and basic client software for an
 Oracle database server.</DESC>
   <DESCID>COMPONENT_DESC</DESCID>
   <STG_INFO OSP_VER="10.2.0.0.0"/>
   <CMP_JAR_INFO>
      <INFO NAME="filemapObj" VAL="Components/oracle/server/v10_2_0_0
_0/filemap.xml"/>
      <INFO NAME="helpDir" VAL="Components/oracle/server/v10_2_0_0_0/help/"/>
      <INFO NAME="actionsClass" VAL="Components.oracle.server.v10_2_0_0
_0.CompActions"/>
      <INFO NAME="resourceClass" VAL="Components.oracle.server.v10_2_0_0
_0.resources.CompRes"/>
      <INFO NAME="identifiersXML" VAL="Components/oracle/server/v10_2_0_0_
0/identifiers.xml"/>
      <INFO NAME="contextClass" VAL="Components.oracle.server.v10_2_0_0_
0.CompContext"/>
      <INFO NAME="fastCopyLogXML" VAL="Components/oracle/server/v10_2_0_0_
0/fastCopyLog.xml"/>
   </CMP_JAR_INFO>
   <LOC_INFO INST_DFN_LOC="../Scripts" JAR_NAME="install2.jar"/>
   <BOOK NAME="oracle.server.hs"/>
   <PRE_REQ DEF="F"/>
   <PROD_HOME DEF="F"/>
   <LANG_IDX_MAP>
      <LANG LIST="en fr ar bn pt_BR bg fr_CA ca hr cs da nl ar_EG en_GB et fi de
 el iw hu is in it ja ko es lv lt ms es_MX no pl pt ro ru zh_CN sk sl es_ES sv th
 zh_TW tr uk vi"/>
      <LANGSET IDX="1" BITSET="{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
 35, 36, 37, 38, 39, 40, 41, 42, 43, 44}"/>
      <LANGSET IDX="2" BITSET="{0}"/>
      <LANGSET IDX="3" BITSET="{2}"/>
      <LANGSET IDX="4" BITSET="{7}"/>
      <LANGSET IDX="5" BITSET="{9}"/>
      <LANGSET IDX="6" BITSET="{16}"/>
      <LANGSET IDX="7" BITSET="{10}"/>
      <LANGSET IDX="8" BITSET="{25, 29, 38}"/>
      <LANGSET IDX="9" BITSET="{17}"/>
      <LANGSET IDX="10" BITSET="{1}"/>
      <LANGSET IDX="11" BITSET="{19}"/>
      <LANGSET IDX="12" BITSET="{22}"/>
      <LANGSET IDX="13" BITSET="{18}"/>
      <LANGSET IDX="14" BITSET="{23}"/>
      <LANGSET IDX="15" BITSET="{24}"/>
      <LANGSET IDX="16" BITSET="{30}"/>
      <LANGSET IDX="17" BITSET="{11}"/>
      <LANGSET IDX="18" BITSET="{31}"/>
      <LANGSET IDX="19" BITSET="{4, 32}"/>
      <LANGSET IDX="20" BITSET="{4}"/>
      <LANGSET IDX="21" BITSET="{33}"/>
      <LANGSET IDX="22" BITSET="{34}"/>
      <LANGSET IDX="23" BITSET="{39}"/>
      <LANGSET IDX="24" BITSET="{15}"/>
      <LANGSET IDX="25" BITSET="{36}"/>
      <LANGSET IDX="26" BITSET="{40}"/>
      <LANGSET IDX="27" BITSET="{42}"/>
      <LANGSET IDX="28" BITSET="{35, 41}"/>
      <LANGSET IDX="29" BITSET="{32}"/>
      <LANGSET IDX="30" BITSET="{38}"/>
      <LANGSET IDX="31" BITSET="{35}"/>
      <LANGSET IDX="32" BITSET="{41}"/>
      <LANGSET IDX="33" BITSET="{0, 1, 16, 23}"/>
      <LANGSET IDX="34" BITSET="{25}"/>
      <LANGSET IDX="35" BITSET="{0, 1, 4, 6, 16, 18, 22, 23, 24, 25, 29, 35, 38, 41}"/>
      <LANGSET IDX="36" BITSET="{0, 23}"/>
      <LANGSET IDX="37" BITSET="{}"/>
      <LANGSET IDX="38" BITSET="{0, 1, 4, 16, 22, 23, 24, 35, 38, 41}"/>
      <LANGSET IDX="39" BITSET="{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36,
 37, 38, 39, 40, 42, 43, 44}"/>
      <LANGSET IDX="40" BITSET="{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
 35, 36, 37, 38, 39, 40, 41, 42, 43, 44}"/>
   </LANG_IDX_MAP>
   <PLAT_IDX_MAP>
      <PLAT LIST="46"/>
   </PLAT_IDX_MAP>
   <DST_IDX_MAP>
      <DST LIST="%INVENTORY_LOCATION% %ORACLE_HOME% %s_TMPDIR_LOC% %s_TEMP_LOC%"/>
   </DST_IDX_MAP>
   <DEP_GRP_LIST>
      <DEP_GRP NAME="Optional" EXT_NAME="Product Options" TYPE="O">
         <DEP_LIST>
            <DEP NAME="oracle.rdbms" VER="10.2.0.0.0" PLAT="Linux"/>
            <DEP NAME="oracle.options" VER="10.2.0.0.0" PLAT="Linux"/>
            <DEP NAME="oracle.network" VER="10.2.0.0.0" PLAT="Linux"/>
            <DEP NAME="oracle.sysman.console.db" VER="10.1.0.2.0" PLAT="Linux"/>
            <DEP NAME="oracle.rdbms.oci" VER="10.2.0.0.0" PLAT="Linux"/>
            <DEP NAME="oracle.precomp" VER="10.2.0.0.0" PLAT="Linux"/>
            <DEP NAME="oracle.xdk" VER="10.2.0.0.0" PLAT="Linux"/>
            <DEP NAME="oracle.doc" VER="10.2.0.0.0" PLAT="Linux"/>
            <DEP NAME="oracle.winprod" VER="10.2.0.0.0" PLAT="ALL_PLATFORMS"/>
            <DEP NAME="oracle.sqlplus.isqlplus" VER="10.2.0.0.0" PLAT="Linux"/>
            <DEP NAME="oracle.odbc" VER="10.2.0.0.0" PLAT="Linux"/>
         </DEP_LIST>
      </DEP_GRP>
      <DEP_GRP NAME="Required" EXT_NAME="Required Dependencies" TYPE="R">
         <DEP_LIST>
            <DEP NAME="oracle.rdbms.install.common" VER="10.2.0.0.0"
 PLAT="Linux"/>
         </DEP_LIST>
      </DEP_GRP>
      <DEP_GRP NAME="OptionalDecideNow" EXT_NAME="Installed Components" TYPE="O">
         <DEP_LIST>
            <DEP NAME="oracle.swd.oui" VER="10.1.0.2.0" PLAT="Linux"/>
            <DEP NAME="oracle.swd.opatch" VER="10.1.0.2.0" PLAT="Linux"/>
            <DEP NAME="oracle.dbjava.jdbc12" VER="10.2.0.0.0" PLAT="Linux"/>
         </DEP_LIST>
      </DEP_GRP>
   </DEP_GRP_LIST>
   <DEP_LIST>
      <DEP NAME="oracle.rdbms" VER="10.2.0.0.0" DEP_GRP_NAME="Optional" HOME_
IDX="1"/>
      <DEP NAME="oracle.options" VER="10.2.0.0.0" DEP_GRP_NAME="Optional" HOME_
IDX="1"/>
      <DEP NAME="oracle.network" VER="10.2.0.0.0" DEP_GRP_NAME="Optional" HOME_
IDX="1"/>
      <DEP NAME="oracle.sysman.console.db" VER="10.2.0.0.0" DEP_GRP_
NAME="Optional" HOME_IDX="1"/>
      <DEP NAME="oracle.rdbms.oci" VER="10.2.0.0.0" DEP_GRP_NAME="Optional" HOME_
IDX="1"/>
      <DEP NAME="oracle.precomp" VER="10.2.0.0.0" DEP_GRP_NAME="Optional" HOME_
IDX="1"/>
      <DEP NAME="oracle.xdk" VER="10.2.0.0.0" DEP_GRP_NAME="Optional" HOME_
IDX="1"/>
      <DEP NAME="oracle.sqlplus.isqlplus" VER="10.2.0.0.0" DEP_GRP_NAME="Optional"
 HOME_IDX="1"/>
      <DEP NAME="oracle.odbc" VER="10.2.0.0.0" DEP_GRP_NAME="Optional" HOME_
IDX="1"/>
      <DEP NAME="oracle.rdbms.install.common" VER="10.2.0.0.0" DEP_GRP_
NAME="Required" HOME_IDX="1"/>
      <DEP NAME="oracle.swd.oui" VER="10.2.0.0.0" DEP_GRP_NAME="OptionalDecideNow"
 HOME_IDX="1"/>
      <DEP NAME="oracle.swd.opatch" VER="10.2.0.0.0" DEP_GRP_
NAME="OptionalDecideNow" HOME_IDX="1"/>
      <DEP NAME="oracle.dbjava.jdbc12" VER="10.2.0.0.0" DEP_GRP_
NAME="OptionalDecideNow" HOME_IDX="1"/>
   </DEP_LIST>
   <REF_LIST>
      <REF NAME="oracle.server" VER="10.2.0.0.0" HOME_IDX="1"/>
   </REF_LIST>
   <INST_TYPE_LIST>
      <INST_TYPE NAME="EE" NAME_ID="EE" DESC_ID="EE_DESC"/>
   </INST_TYPE_LIST>
   <FILESIZEINFO>
      <DEST VOLUME="%INVENTORY_LOCATION%" SPACE_REQ="2000"/>
      <DEST VOLUME="%ORACLE_HOME%" SPACE_REQ="98465"/>
      <DEST VOLUME="%s_TMPDIR_LOC%" SPACE_REQ="0"/>
      <DEST VOLUME="%s_TEMP_LOC%" SPACE_REQ="0"/>
   </FILESIZEINFO>
</COMP>