
Installgen
Features and Benefits
Installgen
Demo Available for download...
Bookmark This Page

# script: 66_win_901_prod3_oem_installer_response_1.rsp
# Features: This file provides the installation responses for the Oracle
# Java-based installer program to install the OEM/OMS software.
#
# Script Sequence#: 66
# Used By: script 3_win_901_prepinstall_1.pl during installation
#
# Copyright 2002 by .com Solutions Inc.
#
# ---------------------- Revision History ---------------
# Date By Changes
# 11-28-2001 dsimpson Initial Release
# 02-08-2002 dsimpson Set s_responseFileEMCA to "" as
# recommended by Oracle TS to prevent
# creating new instance.
# 04-21-2002 dsimpson changed s_gdbname=sid.domain
#
# This output file was created by Installgen version 1.38 on Thu Nov 14 17:16:25 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net
####################################################################
## ##
## Oracle9i Management and Integration Response File Template ##
## -------------------------------------------------------------- ##
## ##
## Copyright(c) Oracle Corporation 1998,2000. 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 need to be ##
## specified for a silent installation to be successful. ##
## ##
## ##
## This response file is generated by Oracle Software ##
## Packager. ##
####################################################################
[General]
RESPONSEFILE_VERSION=1.7.0
[SESSION]
#-----------------------------------------------------------------------------
# Name : FROM_LOCATION
# Datatype : String
# Description : Complete path of the products.jar file from the staging area
# containing products to install
# Valid values : Full path ending in "products.jar"
# Example value : "/cdrom/oracle9i/stage/products.jar"
# Default value : "../stage/products.jar"
# Mandatory : No
#-----------------------------------------------------------------------------
FROM_LOCATION="c:\oracle\901_cd1\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.
# Valid values : Any string
# Example value : "oracle9i"
# Mandatory : No
#-----------------------------------------------------------------------------
FROM_LOCATION_CD_LABEL=
#-----------------------------------------------------------------------------
# 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 /oraInstall
# directory. This variable is only active if
# NEXT_SESSION is set to true.
# Valid values : Full path to a valid response file or a response file name
# Example value : "/tmp/install.rsp"
# Default value : None
# Mandatory : No
#-----------------------------------------------------------------------------
NEXT_SESSION_RESPONSE=
#-----------------------------------------------------------------------------
# Name : ORACLE_HOME
# Datatype : String
# Description : Full path of directory to use for installing Oracle
# products - the "Oracle Home"
# Valid values : Directory path (existent or non-existent)
# Example value : "/u01/app/oracle/products/9.0.1"
# Default value : none
# Mandatory : Yes
#-----------------------------------------------------------------------------
ORACLE_HOME="c:\v901"
#-----------------------------------------------------------------------------
# Name : ORACLE_HOME_NAME
# Datatype : String
# Description : Name used to uniquely identify the Oracle Home on this
# system.
# Valid values : String that is unique on this system
# Example value : "OHOME1"
# Default value : none
# Mandatory : Yes
#-----------------------------------------------------------------------------
ORACLE_HOME_NAME="v9012"
#-----------------------------------------------------------------------------
# Name : TOPLEVEL_COMPONENT
# Datatype : StringList
# Description : Top-level product and version to install
# The format is of the form {"", ""}
# Note : DO NOT CHANGE THE DEFAULT VALUE.
# To install different top-level products, use one of the
# other response file templates
# Mandatory : Yes
#-----------------------------------------------------------------------------
TOPLEVEL_COMPONENT={"oracle.infrastructure","9.0.1.0.1"}
#-----------------------------------------------------------------------------
# Name : SHOW_SPLASH_SCREEN
# Datatype : Boolean
# Description : Set to true to show the initial splash screen of the
# installer
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_SPLASH_SCREEN=false
#-----------------------------------------------------------------------------
# Name : SHOW_WELCOME_PAGE
# Datatype : Boolean
# Description : Set to true to show the Welcome page of the installer
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_WELCOME_PAGE=false
#-----------------------------------------------------------------------------
# Name : SHOW_COMPONENT_LOCATIONS_PAGE
# Datatype : Boolean
# Description : Set to true to show the component locations page in
# the installer. This page only appears if there are
# products whose install directories can be changed.
# If you set this to false you will prevent the user
# from specifying alternate install directories.
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_COMPONENT_LOCATIONS_PAGE=false
#-----------------------------------------------------------------------------
# Name : SHOW_CUSTOM_TREE_PAGE
# Datatype : Boolean
# Description : Set to true to display the available products
# selection tree during a Custom install
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_CUSTOM_TREE_PAGE=false
#-----------------------------------------------------------------------------
# Name : SHOW_SUMMARY_PAGE
# Datatype : Boolean
# Description : Set to true to display the Summary page in the
# installer
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_SUMMARY_PAGE=false
#-----------------------------------------------------------------------------
# Name : SHOW_INSTALL_PROGRESS_PAGE
# Datatype : Boolean
# Description : Set to true to show the install progress screen.
# This screen shows detailed status of the
# installation, which file is being copied, which link
# action is being performed, etc. It also shows
# percentage complete.
# Valid values : true, false
# Default value : true
# Mandatory : Yes
#-----------------------------------------------------------------------------
SHOW_INSTALL_PROGRESS_PAGE=false
#-----------------------------------------------------------------------------
# Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
# Datatype : Boolean
# Description : Set to true to display the status screen for
# required configuration tools. This screen shows the
# status of each tool along with detailed information
# in the event of tool failure.
# Valid values : true, false
# Default value : true
# Mandatory : Yes
#-----------------------------------------------------------------------------
SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
#-----------------------------------------------------------------------------
# Name : SHOW_OPTIONAL_CONFIG_TOOL_PAGE
# Datatype : Boolean
# Description : Set to true to display the optional configuration
# tool page which allows you to launch optional
# configuration tools and view details status,
# including details on any failures.
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
#-----------------------------------------------------------------------------
# Name : SHOW_RELEASE_NOTES
# Datatype : Boolean
# Description : Set to true to show the release notes screen from
# which Release Notes can be viewed. NOTE, 9.0.1 does
# not use any release notes so this will not be
# relevant for an 9.0.1 install.
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_RELEASE_NOTES=false
#-----------------------------------------------------------------------------
# Name : SHOW_ROOTSH_CONFIRMATION
# Datatype : Boolean
# Description : Set to true to display the dialog which prompts the
# user to run root.sh before a database is created.
# If this is set to false, the root.sh script can be
# run manually after installation, but the Database
# Configuration Assistant may not have permissions to
# update the oratab file if this is the first Oracle
# installation on the machine.
# Valid values : true, false
# Default value : true
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_ROOTSH_CONFIRMATION=false
#-----------------------------------------------------------------------------
# Name : SHOW_END_SESSION_PAGE
# Datatype : Boolean
# Description : Set to true to display end session dialog. This
# page shows whether the installation is successful.
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_END_SESSION_PAGE=false
#-----------------------------------------------------------------------------
# Name : SHOW_EXIT_CONFIRMATION
# Datatype : Boolean
# Description : Set to true to display dialog for confirming exit.
# If set to false, installer will exit without
# prompting.
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
SHOW_EXIT_CONFIRMATION=false
#-----------------------------------------------------------------------------
# Name : NEXT_SESSION
# Datatype : Boolean
# Description : Set to true to allow users to go back to the File
# Locations page for another installation. If this is
# set to true, NEXT_SESSION_RESPONSE should be used to
# indicate location of the second reponse file.
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
NEXT_SESSION=false
#-----------------------------------------------------------------------------
# Name : NEXT_SESSION_ON_FAIL
# Datatype : Boolean
# Description : Set to true to allow users to go back to the File
# Locations page for another installation even if the
# first installation failed. This flag is only
# relevant if NEXT_SESSION is set to true.
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
NEXT_SESSION_ON_FAIL=false
#-----------------------------------------------------------------------------
# Name : LOCATION_FOR_DISK
# Datatype : String
# Description : Set to the full path of the root of the subsequent CDs in
# the Oracle9i set. This may be a mounted CD-ROM location or
# a location on the hard drive if you have copied the
# CD images to the hard disk.
# Valid values : full path to the root of the CD corresponding to the disk
# number indicated.
# Default value : None
# Mandatory : Yes
#-----------------------------------------------------------------------------
LOCATION_FOR_DISK2="c:\oracle\901_cd2"
LOCATION_FOR_DISK3="c:\oracle\901_cd3"
#-----------------------------------------------------------------------------
# End of GENERAL SESSION section
#-----------------------------------------------------------------------------
#
# Oracle9i Management and Integration
#
[oracle.infrastructure_9.0.1.0.1]
#-----------------------------------------------------------------------------
# Name : INSTALL_TYPE
# Datatype : String
# Description : Type of installation for the Oracle9i Management and
# Integration component
# Note : DO NOT CHANGE THE DEFAULT VALUE.
# To install using a different install type, use one of the
# other response file templates
# Mandatory : Yes
# Example : INSTALL_TYPE = "Custom"
#-----------------------------------------------------------------------------
INSTALL_TYPE="Custom"
#-----------------------------------------------------------------------------
# Name : DEPENDENCY_LIST (oracle.infrasturcture)
# Datatype : StringList
# Description : List of optional products to be installed along with
# this one. The following choices are available. The
# value can contain any combination of these choices.
# Note : The products listed are optional dependencies. Any
# required dependencies will automatically be installed.
# Valid values :
# oracle.emprod, 9.0.1.0.0 : Oracle Enterprise Manager Products 9.0.1.0.0
# oracle.oid, 3.0.1.0.0 : Oracle Internet Directory 3.0.1.0.0
# oracle.ois, 9.0.1.0.0 : Oracle Integration Server 9.0.1.0.0
# oracle.doc.unixdoc, 9.0.1.0.0 : Oracle9i for UNIX Documentation 9.0.1.0.0
# oracle.apache, 1.3.12.0.3a : Oracle HTTP Server 1.3.12.0.3a
# oracle.networking.netcltprod, 9.0.1.0.0 : Oracle Net Services 9.0.1.0.0
DEPENDENCY_LIST={ "oracle.emprod","9.0.1.0.1","oracle.oid","3.0.1.1.0","oracle.ois","9.0.1.0.1","oracle.doc.windoc","9.0.1.0.1","oracle.apache","1.3.12.0.3a","oracle.networking","9.0.1.1.1" }
[oracle.emprod_9.0.1.0.1]
#-----------------------------------------------------------------------------
# Name : DEPENDENCY_LIST (oracle.emprod)
# Datatype : StringList
# Description : List of optional products to be installed along with
# this one. The following choices are available. The
# value can contain any combination of these choices.
# Note : The products listed are optional dependencies. Any
# required dependencies will automatically be installed.
# Valid values :
# oracle.emprod.oemagent, 9.0.1.0.0 : Oracle Intelligent Agent 9.0.1.0.0
# oracle.sysman.website, 9.0.1.0.0 : Oracle Enterprise Manager Web Site 9.0.1.0.0
# oracle.sysman.oms, 9.0.1.0.0 : Oracle Management Server 9.0.1.0.0
# oracle.sysman.client, 9.0.1.0.0 : Oracle Enterprise Manager Client 9.0.1.0.0
# oracle.sysman.pack.change, 9.0.1.0.0 : Oracle Change Management Pack 9.0.1.0.0
# oracle.sysman.pack.diag, 9.0.1.0.0 : Oracle Diagnostics Pack 9.0.1.0.0
# oracle.sysman.pack.tuning, 9.0.1.0.0 : Oracle Tuning Pack 9.0.1.0.0
# oracle.sysman.pack.apps, 9.0.1.0.0 : Oracle Management Pack for Oracle Applications 9.0.1.0.0
# oracle.sysman.pack.std, 9.0.1.0.0 : Management Pack for Oracle Standard Edition 9.0.1.0.0
#-----------------------------------------------------------------------------
DEPENDENCY_LIST={ "oracle.emprod.oemagent","9.0.1.0.1","oracle.sysman.website","9.0.1.0.0","oracle.sysman.oms","9.0.1.0.0","oracle.sysman.client","9.0.1.0.0","oracle.sysman.pack.change","9.0.1.0.0","oracle.sysman.pack.diag","9.0.1.0.0","oracle.sysman.pack.tuning","9.0.1.0.0","oracle.sysman.pack.apps","9.0.1.0.0"}
#
# Oracle Management Server
#
[oracle.sysman.oms_9.0.1.0.0]
#-----------------------------------------------------------------------------
# Name : OPTIONAL_CONFIG_TOOLS
# Datatype : StringList
# Description : Specifying "emca" will launch the Oracle Enterprise Manager
# Migration Assistant configuration tool at the end of
# installation.
# Valid values : {"emca"} or {}
# Example value : {"emca"}
# Default value : {}
# Mandatory : No
#-----------------------------------------------------------------------------
OPTIONAL_CONFIG_TOOLS={}
#-----------------------------------------------------------------------------
# Name : launchEMCA
# Datatype : Boolean
# Description : Launch the Enterprise Manager Configuration Assistant
# at the end of installation to configure Oracle Management
# Server
# Valid values : true, false
# Example value : true
# Default value : true
# Mandatory : No
#-----------------------------------------------------------------------------
launchEMCA=false
#-----------------------------------------------------------------------------
# Name : s_responseFileEMCA
# Datatype : String
# Description : This string contains the value of the -responseFile
# argument for launching the Enterprise Manager Configuration
# Assistant in silent mode. Use the "emca.rsp" response
# file template from the CD to customize silent Enteprise
# Manager configuration. Set the value of this variable to
# your customized EMCA response file location.
# Valid values : The full path to a customized EMCA response file based on
# the emca.rsp template.
# Example value : "/tmp/response/emca.rsp"
# Default value : None
# Mandatory : Yes, for installs with the "-silent" flag
#-----------------------------------------------------------------------------
s_responseFileEMCA=""
#
# Oracle Integration Server
#
[oracle.ois_9.0.1.0.1]
#-----------------------------------------------------------------------------
# Name : DEPENDENCY_LIST (oracle.ois)
# Datatype : StringList
# Description : List of optional products to be installed along with
# this one. The following choices are available. The
# value can contain any combination of these choices.
# Note : The products listed are optional dependencies. Any
# required dependencies will automatically be installed.
# Valid values :
# oracle.rdbms, 9.0.1.0.0 : Oracle9i 9.0.1.0.0
# oracle.options.partitioning, 9.0.1.0.0 : Oracle Partitioning 9.0.1.0.0
# oracle.options.ano, 9.0.1.0.0 : Oracle Advanced Security 9.0.1.0.0
# oracle.rdbms.advrep, 9.0.1.0.0 : Advanced Replication 9.0.1.0.0
# oracle.rdbms.gateways, 9.0.1.0.0 : Oracle Gateways 9.0.1.0.0
# oracle.workflow, 2.6.1.0.0 : Oracle Workflow 2.6.1.0.0
#-----------------------------------------------------------------------------
DEPENDENCY_LIST={ "oracle.rdbms","9.0.1.1.1","oracle.options.partitioning","9.0.1.1.1","oracle.workflow","2.6.1.0.1","oracle.rdbms.advrep","9.0.1.1.1" }
[oracle.oid.oidca_3.0.1.1.0]
#-----------------------------------------------------------------------------
# Name : OPTIONAL_CONFIG_TOOLS
# Datatype : StringList
# Description : The following values can be specified:
# configtool1, : OID Configuration Assistant
# configtool2, : OID Upgrade Assistant
# Valid values : {"configtool1"} or {"configtool2"} or {}
# Example value : {"configtool1"}
# Default value : {"configtool1"}
# Mandatory : Yes
#-----------------------------------------------------------------------------
OPTIONAL_CONFIG_TOOLS=
#-----------------------------------------------------------------------------
# Name : s_pwdfordn
# Datatype : String
# Description : the password for the OID superuser "cn=orcladmin"
# In a fresh installation, DO NOT SPECIFIED this value.
# In an upgrade installation, specify the superuser password of
# the existing OID instance
# Mandatory : No
# Example : s_pwdfordn="welcome"
#-----------------------------------------------------------------------------
s_pwdfordn=
#-----------------------------------------------------------------------------
# Name : s_odspwd
# Datatype : String
# Description : the password for the database user "ods" in the existing OID
# installation
# This is mandatory only for upgrade.
# Note : DO NOT specify a value in a fresh installation
# Example value : s_odspwd="ods"
# Default value : s_odspwd="ods"
# Mandatory : No
#-----------------------------------------------------------------------------
s_odspwd=
#-----------------------------------------------------------------------------
# Name : b_upgrade
# Datatype : Boolean
# Description : This flag must be set to TRUE when user wants to perform an
# upgrade of OID from an older version to 3.0.1. The older
# version of OID must be in the same ORACLE_HOME.
# Note : Do NOT SET this variable if you are performing a fresh
# installation
# Default : FALSE
# Mandatory : No
#-----------------------------------------------------------------------------
b_upgrade=FALSE
#-----------------------------------------------------------------------------
# Name : s_existingSID
# Datatype : String
# Description : Set this only if you are installing OID on top of an existing
# 9.0.1 Enterprise Edition in the same ORACLE_HOME. This is
# the value for ORACLE_SID of the existing database instance
# that OID will be using.
# Example value : "ORCL"
# Default value : None
# Mandatory : No
#-----------------------------------------------------------------------------
s_existingSID=
#-----------------------------------------------------------------------------
# Name : s_UpgradeSID
# Datatype : String
# Description : Set this only if you are upgrading OID from an older version
# to 3.0.1. This is the value for ORACLE_SID of the existing
# database that the older version of OID is using
# Example value : "ORCL"
# Default value : None
# Mandatory : No
#-----------------------------------------------------------------------------
s_UpgradeSID=
#-----------------------------------------------------------------------------
# Name : b_dbinstance_exist
# Datatype : Boolean
# Description : Set this to true if you are creating a new OID instance
# and you want to use an existing database.
# Valid values : true, false
# Example value : true
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------
b_dbinstance_exist=false
#-----------------------------------------------------------------------------
# Name : s_gdbname
# Datatype : String
# Description : A unique identified for an Oracle9i database of the form,
# "name.domain"
# Note : This is mandatory only for a fresh installation
# Example : s_gdbname="emp.acme.com"
# Default : None
# Mandatory : No
#-----------------------------------------------------------------------------
s_gdbname="prod3"
#-----------------------------------------------------------------------------
# Name : s_dbSid
# Datatype : String
# Description : Set this only if you are performing a fresh installation of
# OID 3.0.1.0.0. This is the value for ORACLE_SID.
# Change if you want to override the value set in the
# environment.
# Valid values : A unique identifier for an Oracle9i database instance
# Example value : "ORCL"
# Default value : None
# Mandatory : Yes
#-----------------------------------------------------------------------------
s_dbSid=
#-----------------------------------------------------------------------------
# Name : s_oiddbfloc
# Datatype : String
# Description : This specifies the location where DBCA and OIDCA will create
# all the *.dbf files.
# Example : s_oiddbfloc="c:oracleora81mydbs"
# Default : <$ORACLE_HOME>/dbs
# Mandatory : No
#-----------------------------------------------------------------------------
s_oiddbfLoc=
#-----------------------------------------------------------------------------
# Name : b_userpwdencryption
# Datatype : Boolean
# Description : Set this to true if want the userPassword attribute to
# be encrypted.
# Valid values : true, false
# Example value : true
# Default value : true
# Mandatory : No
#-----------------------------------------------------------------------------
b_userpwdencryption=true
#-----------------------------------------------------------------------------
# Name : n_crypto
# Datatype : Number
# Description : Set this to the numeric value corresponding to the
# encryption algorithm you want to use if you specified
# true for b_userpwdencryption (above)
# Valid values : 0 - MD4
# 1 - MD5
# 2 - SHA
# 3 - UNIX CRYPT
# Example value : 1
# Default value : 0
# Mandatory : No
#-----------------------------------------------------------------------------
n_crypto=3
#-----------------------------------------------------------------------------
# Name : n_numentriesSelection
# Datatype : Number
# Description : Set this to the numeric value corresponding to the
# approximate number of entries you expect to store in
# the version of OID being installed.
# Valid values : 0 - less than 10,000 entries
# 1 - 10,000 - 500,000 entries
# 2 - 500,000 - 1,000,000 entries
# 3 - more than 1,000,000 entries
# Example value : 1
# Default value : 3
# Mandatory : No
#-----------------------------------------------------------------------------
n_numentriesSelection=
#-----------------------------------------------------------------------------
# Name : s_silentinstallflag
# Datatype : String
# Description : This should be set to "1" always in silent installation
# Valid values : "1"
# Example value : "1"
# Default value : "0"
# Mandatory : Yes
#-----------------------------------------------------------------------------
s_silentinstallflag="1"
#
# Oracle HTTP Server
#
[oracle.apache_1.3.12.0.3a]
#-----------------------------------------------------------------------------
# Name : DEPENDENCY_LIST (oracle.apache)
# Datatype : StringList
# Description : List of optional products to be installed along with
# this one. The following choices are available. The
# value can contain any combination of these choices.
# Note : The products listed are optional dependencies. Any
# required dependencies will automatically be installed.
# Valid values :
# oracle.emprod.agent_ext.ows_agentext, 9.0.1.0.0 : Oracle HTTP Server Extensions 9.0.1.0.0
# oracle.webdb.modplsql, 3.0.9.0.7 : Oracle Mod PL/SQL Gateway 3.0.9.0.7
# oracle.apache.mod8i, 9.0.1.0.0 : Apache Module for Oracle Servlet Engine 9.0.1.0.0
# oracle.bc4j, 5.0.0.417.1 : BC4J Runtime 5.0.0.417.1
# oracle.apache.xdk, 9.0.1.0.0 : Apache Configuration for Oracle XML Developer's Kit 9.0.1.0.0
# oracle.emprod.agent_ext.oecm_agentext, 9.0.1.0.0 : Oracle eBusiness Management Extensions 9.0.1.0.0
#-----------------------------------------------------------------------------
DEPENDENCY_LIST={"oracle.emprod.agent_ext.ows_agentext","9.0.1.0.1","oracle.webdb.modplsql","3.0.9.0.7","oracle.apache.mod8i","9.0.1.0.1","oracle.bc4j","5.0.0.417.1","oracle.apache.xdk","9.0.1.0.1","oracle.emprod.agent_ext.oecm_agentext","9.0.1.0.1" }
[oracle.networking_9.0.1.1.1]
#-----------------------------------------------------------------------------
# Name : DEPENDENCY_LIST (oracle.networking)
# Datatype : StringList
# Description : List of optional products to be installed along with
# this one. The following choices are available. The
# value can contain any combination of these choices.
# Note : The products listed are optional dependencies. Any
# required dependencies will automatically be installed.
# Valid values :
# oracle.networking.netsrv, 9.0.1.1.1 : Oracle Net Listener 9.0.1.1.1
# oracle.networking.cman, 9.0.1.1.1 : Oracle Connection Manager 9.0.1.1.1
# oracle.networking.names, 9.0.1.1.1 : Oracle Names 9.0.1.1.1
#-----------------------------------------------------------------------------
DEPENDENCY_LIST={ "oracle.networking.netsrv","9.0.1.1.1" }
[oracle.networking_9.0.1.1.1]
#-----------------------------------------------------------------------------
# Name : sl_protocolSelectionDialogReturn
# Datatype : StringList
# Description : Optional protocol support. Support for TCP/IP will always
# be installed. Select support for LU6.2 or VI if desired.
# Valid values : "LU62", "VI"
# Example value : {"LU62","VI"}
# Default value : {}
# Mandatory : No
#-----------------------------------------------------------------------------
sl_protocolSelectionDialogReturn={}
#
# Oracle Net Configuration Assistant
#
[oracle.networking.netca_9.0.1.1.1]
#-----------------------------------------------------------------------------
# Name : OPTIONAL_CONFIG_TOOLS
# Datatype : StringList
# Description : Specifying "netca" will launch the Oracle Net Configuration
# Assistant configuration tool.
# Valid values : {"netca"} or {}
# Example value : {"netca"}
# Default value : {"netca"}
# Mandatory : No
#-----------------------------------------------------------------------------
OPTIONAL_CONFIG_TOOLS={}
#-----------------------------------------------------------------------------
# Name : s_responseFileName
# Datatype : String
# Description : This string contains the value of the -responseFile
# argument for launching the Oracle Net Configuration
# Assistant in silent mode. Use the "netca.rsp" response
# file template from the CD to customize silent database
# creation. Set the value of this variable to your
# customized NetCA response file location.
# Valid values : The full path to a customized NetCA response file based on
# the netca.rsp template.
# Example value : "/tmp/response/netca.rsp"
# Default value : None
# Mandatory : Yes, for installs with the "-silent" flag
#-----------------------------------------------------------------------------
s_responseFileName=
#-----------------------------------------------------------------------------
# Name : b_launchNETCA
# Datatype : Boolean
# Description : This Boolean determines whether to launch the NetCA after
# installation. To install Oracle Net Services without
# launching the NetCA at the end of the install, set this
# Boolean to false
# Valid values : true or false
# Example value : true
# Default value : true
# Mandatory : No
#-----------------------------------------------------------------------------
b_launchNETCA=false
#
# Oracle Data Migration Assistant
#
[oracle.assistants.dbma_9.0.1.0.1]
#-----------------------------------------------------------------------------
# Name : OPTIONAL_CONFIG_TOOLS
# Datatype : StringList
# Description : Specifying "odma" will launch the Oracle Data Migration
# Assistant configuration tool at the end of installation.
# Valid values : {"odma"} or {}
# Example value : {"odma"}
# Default value : {}
# Mandatory : No
#-----------------------------------------------------------------------------
OPTIONAL_CONFIG_TOOLS={}
#-----------------------------------------------------------------------------
# Name : sl_migrateSIDDialogReturn
# Datatype : StringList
# Description : This list contains two strings, the ORACLE_SID for an
# existing database the user wants to migrate along
# with the ORACLE_HOME with which it is associated. To
# indicate that no migration or upgrade should be performed
# as part of the installation, set this variable to
# {"",""}
# Valid values : Any SID:ORACLE_HOME pair or {"",""}.
# Example value : {"ORCL","C:ORANT"}
# Default value : {"",""}
# Mandatory : Yes
#-----------------------------------------------------------------------------
sl_migrateSIDDialogReturn={"", ""}

