Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to install Oracle without X-Window

Re: How to install Oracle without X-Window

From: Scott Freer <sfreer_at_smartchat.net.au>
Date: Thu, 05 Oct 2000 18:57:50 +1000
Message-ID: <39DC428E.F83EEF26@smartchat.net.au>

################################################################ 
##                                                            ## 
##   Oracle8i 8.1.6 Custom Install Response File Template     ##
##   ----------------------------------------------------     ##
##                                                            ##
## Copyright(c) Oracle Corporation 1999. All rights reserved. ## 
##                                                            ## 
## Specify values for the variables listed below to customize ## 
## your installation.                                         ## 
##                                                            ## 
## Each variable is associated with a comment which explains  ##
## how the variable is used and what effect it will have on   ##
## your installation.  The default setting of the             ##
## DEPENDENCY_LIST variables installs the products included   ##
## in a Typical install.  If you want different products      ##
## installed, modify the values of these variables to add or  ##
## remove products as desired.                                ##  
##                                                            ## 
## Please specify values for the specific variable types      ##
## in the following formats:                                  ## 
##                                                            ## 
##         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.      ## 
##                                                            ## 
##                                                            ## 
################################################################ 

[General]

RESPONSEFILE_VERSION=1.7.0
[SESSION]

#-----------------------------------------------------------------------------
# Name          : UNIX_GROUP_NAME
# Datatype      : String
# Description   : Unix group which will have write permissions on the
#                 installer inventory directory
# Valid values  : Any Unix group to which the current user belongs
# Example value : "oinstall" 
# Default value : None
# Mandatory     : No
#-----------------------------------------------------------------------------

UNIX_GROUP_NAME="oinstall"

#-----------------------------------------------------------------------------
# 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/oracle8i/stage/products.jar
# Default value : "../stage/products.jar"
# Mandatory     : No
#-----------------------------------------------------------------------------

FROM_LOCATION="../stage/products.jar"

#-----------------------------------------------------------------------------
# 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.
# 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=<Value Unspecified>

#-----------------------------------------------------------------------------
# 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/8.1.6
# Default value : None
# Mandatory     : Yes
#-----------------------------------------------------------------------------

ORACLE_HOME="/u01/oracle/product/816"

#-----------------------------------------------------------------------------
# Name          : TOPLEVEL_COMPONENT
# Datatype      : StringList
# Description   : Top-level product and version to install
# 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.server","8.1.6.0.0"}

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# Name          : SHOW_RELEASE_NOTES
# Datatype      : Boolean
# Description   : Set to true to show the release notes screen from 
#                 which Release Notes can be viewed.  NOTE, 8.1.6 does 
#                 not use any release notes so this will not be 
#                 relevant for an 8.1.6 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=true

#-----------------------------------------------------------------------------
# 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=true

#-----------------------------------------------------------------------------
# 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

#-----------------------------------------------------------------------------
# End of GENERAL SESSION section
#-----------------------------------------------------------------------------

#

# Oracle8i Enterprise Edition
#

[oracle.server_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : COMPONENT_LANGUAGES
# Datatype      : StringList
# Description   : Languages in which language-specific files for 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
#         pt_BR,: Brazilian Portugese
#         ca,   : Catalan
#         cs,   : Czech
#         da,   : Danish
#         nl,   : Dutch
#         fi,   : Finnish
#         de,   : German
#         el,   : Greek
#         iw,   : Hebrew
#         hu,   : Hungarian
#         it,   : Italian
#         ja,   : Japanese
#         ko,   : Korean
#         es,   : Latin American Spanish
#         no,   : Norwegian
#         pl,   : Polish
#         pt,   : Portuguese
#         ro,   : Romanian
#         ru,   : Russian
#         zh_CN,: Simplified Chinese
#         sk,   : Slovak
#         es_ES,: Spanish
#         sv,   : Swedish
#         zh_TW,: Traditional Chinese
#         tr,   : Turkish
# Example       : COMPONENT_LANGUAGES = {"en", "de", "ja"}
# Mandatory     : Yes
#-----------------------------------------------------------------------------

COMPONENT_LANGUAGES={"en", "de"}

#-----------------------------------------------------------------------------
# Name          : INSTALL_TYPE
# Datatype      : String
# Description   : Type of installation for the Oracle8i
# Note          : DO NOT CHANGE THE DEFAULT VALUE.
#                 To install using a different install type, use one of the
#                 other response file templates
# Mandatory     : Yes
#-----------------------------------------------------------------------------

INSTALL_TYPE="Custom"

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST (oracle.server)
# 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.
# Valid values  :
#    oracle.rdbms, 8.1.6.0.0 : Oracle8i Server 8.1.6.0.0
#    oracle.options, 8.1.6.0.0 : Oracle Product Options 8.1.6.0.0
#    oracle.networking, 8.1.6.0.0 : Net8 Products 8.1.6.0.0
#    oracle.utilities, 8.1.6.0.0 : Oracle Utilities 8.1.6.0.0
#    oracle.assistants, 8.1.6.0.0 : Oracle Configuration Assistants 8.1.6.0.0
#    oracle.p2k.devtools, 8.1.6.0.0 : Development Tools 8.1.6.0.0
#    oracle.java, 8.1.6.0.0 : Oracle Java Products 8.1.6.0.0
#    oracle.emprod, 8.1.6.0.0 : Oracle Enterprise Manager Products 8.1.6.0.0
#    oracle.install, 8.1.6.0.0 : Oracle Installation Products 8.1.6.0.0
#    oracle.doc.unixdoc, 8.1.6.0.0 : Solaris Documentation 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={"oracle.rdbms","8.1.6.0.0","oracle.options","8.1.6.0.0","oracle.networking","8.1.6.0.0","oracle.utilities","8.1.6.0.0","oracle.java","8.1.6.0.0","oracle.install","8.1.6.0.0","oracle.assistants","8.1.6.0.0","oracle.p2k.devtools","8.1.6.0.0"}

#-----------------------------------------------------------------------------
# Name          : sl_userNodelist
# Datatype      : StringList
# Description   : This variable should only be used if cluster hardware and
#                 software is configured according to specifications for
#                 Oracle Parallel Server in the Oracle8i Installation Guide.
#                 Specify a list of nodes on which this installation should
#                 be duplicated.
# Valid values  : Any list of machine names which are part of a cluster along
#                 with the machine where the installer is being run.
# Example value : {"clsun1","clsun2","clsun3"}
# Default value : {}
# Mandatory     : No
#-----------------------------------------------------------------------------

sl_userNodeList=<>

#
# Oracle Product Options
#

[oracle.options_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST (oracle.options)
# 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.
# Valid values  :
#    oracle.cartridges.ordts, 8.1.6.0.0 : Oracle Time Series 8.1.6.0.0
#    oracle.cartridges.ordvir, 8.1.6.0.0 : Oracle Visual Information Retrieval 8.1.6.0.0
#    oracle.cartridges.spatial, 8.1.6.0.0 : Oracle Spatial 8.1.6.0.0
#    oracle.options.ops, 8.1.6.0.0 : Oracle Parallel Server 8.1.6.0.0
#    oracle.options.ano, 8.1.6.0.0 : Oracle Advanced Security 8.1.6.0.0
#    oracle.options.intermedia.imserver, 8.1.6.0.0 : Oracle interMedia 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={}  

#
# Oracle8i Server
#

[oracle.rdbms_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST (oracle.rdbms)
# 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.
# Valid values  :
#    oracle.assistants.dbca, 8.1.6.0.0 : Oracle Database Configuration Assistant 8.1.6.0.0
#    oracle.assistants.dbma, 8.1.6.0.0 : Oracle Data Migration Assistant 8.1.6.0.0
#    oracle.rdbms.demo, 8.1.6.0.0 : Oracle Database Demos 8.1.6.0.0
#    oracle.rdbms.advrep, 8.1.6.0.0 : Advanced Replication 8.1.6.0.0
#    oracle.rdbms.lsm, 8.1.6.0.0 : Legato Storage Manager 8.1.6.0.0
#    oracle.rdbms.mig, 8.1.6.0.0 : Migration Utility 8.1.6.0.0
#    oracle.emprod.oemagent, 8.1.6.0.0 : Oracle Intelligent Agent 8.1.6.0.0
#    oracle.options.partitioning, 8.1.6.0.0 : Oracle Partitioning 8.1.6.0.0
#    oracle.rdbms.hs_odbc, 8.1.6.0.0 : Heterogenous Services ODBC Connectivity 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={"oracle.assistants.dbca","8.1.6.0.0","oracle.assistants.dbma","8.1.6.0.0","oracle.rdbms.mig","8.1.6.0.0","oracle.emprod.oemagent","8.1.6.0.0"}

#-----------------------------------------------------------------------------
# Name          : sl_dbaOperGroups
# Datatype      : StringList
# Description   : This is a list of two strings where the first string 
#                 is the UNIX group with OS_DBA privileges and the 
#                 second is the group with OS_OPER privileges.  See 
#                 the Oracle8i Installation Guide for more information 
#                 about what values to use.
# Valid values  : Any pair of UNIX groups to which the current user belongs
# Example value : {"dba","dba"}
# Default value : {"dba","dba"}
# Mandatory     : Yes
#-----------------------------------------------------------------------------

sl_dbaOperGroups={"dba","dba"}

#
# Oracle Utilities
#

[oracle.utilities_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST (oracle.utilities)
# 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.
# Valid values  :
#    oracle.utilities.util, 8.1.6.0.0 : Oracle Database Utilities 8.1.6.0.0
#    oracle.rdbms.sqlplus, 8.1.6.0.0 : SQL*Plus 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={"oracle.utilities.util","8.1.6.0.0","oracle.rdbms.sqlplus","8.1.6.0.0"}

# 
# Development Tools
#

[oracle.p2k.devtools_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST (oracle.p2k.devtools)
# 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.
# Valid values  :
#    oracle.rdbms.oci, 8.1.6.0.0 : Oracle Call Interface (OCI) 8.1.6.0.0
#    oracle.p2k.ott, 8.1.6.0.0 : Object Type Translator 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={ "oracle.rdbms.oci","8.1.6.0.0","oracle.p2k.ott","8.1.6.0.0" }

#
# Oracle Enterprise Manager Products
#

[oracle.emprod_8.1.6.0.0]

#-----------------------------------------------------------------------------
# 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.
# Valid values  :
#    oracle.emprod.oemagent, 8.1.6.0.0 : Oracle Intelligent Agent 8.1.6.0.0
#    oracle.sysman.oms, 2.1.0.0.0 : Oracle Management Server 2.1.0.0.0
#    oracle.sysman.client, 2.1.0.0.0 : Oracle Enterprise Manager Client 2.1.0.0.0
#    oracle.sysman.website, 2.1.0.0.0 : Oracle Enterprise Manager Web Site 2.1.0.0.0
#    oracle.sysman.quicktour, 2.1.0.0.0 : Oracle Enterprise Manager Quick Tours 2.1.0.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={}

#
# Net8 Products
#

[oracle.networking_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST (oracle.utilities)
# 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.
# Valid values  :
#    oracle.networking.netclt, 8.1.6.0.0 : Net8 Client 8.1.6.0.0
#    oracle.networking.netsrv, 8.1.6.0.0 : Net8 Server 8.1.6.0.0
#    oracle.networking.names, 8.1.6.0.0 : Oracle Names 8.1.6.0.0
#    oracle.networking.cman, 8.1.6.0.0 : Oracle Connection Manager 8.1.6.0.0
#    oracle.options.ano.nis, 8.1.6.0.0 : External Naming: NIS 8.1.6.0.0
#    oracle.networking.protocol_supp, 8.1.6.0.0 : Oracle Protocol Support 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={ "oracle.networking.netsrv","8.1.6.0.0" }

#
# Oracle Advanced Security 
#

[oracle.options.ano_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST (oracle.utilities)
# 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.
# Valid values  :
#    oracle.options.ano.dce, 8.1.6.0.0 : DCE Integration 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={}

#
# Authentication and Encryption
#

[oracle.options.ano.sns_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : sl_chosenAuthAdapters
# Datatype      : StringList
# Description   : List of authentication methods to install
# Valid values  : Kerberos, Identix, CyberSafe, Entrust, SecurID
# Example value : {"Kerberos","CyberSafe","Identix","Entrust","SecurID"}
# Default value : {}
# Mandatory     : No
#-----------------------------------------------------------------------------

sl_chosenAuthAdapters={}

#
# Oracle Java Products
#

[oracle.java_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST 
# 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.
# Valid values  :
#    oracle.java.jdbc, 8.1.6.0.0 : Oracle JDBC Drivers 8.1.6.0.0
#    oracle.java.sqlj, 8.1.6.0.0 : Oracle SQLJ 8.1.6.0.0
#    oracle.java.javavm.javatools, 8.1.6.0.0 : Oracle Java Tools 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={ "oracle.java.jdbc","8.1.6.0.0","oracle.java.javavm.javatools","8.1.6.0.0" }

#
# Oracle Configuration Assistants
#

[oracle.assistants_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST 
# 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.
# Valid values  :
#    oracle.assistants.dbma, 8.1.6.0.0 : Oracle Data Migration Assistant 8.1.6.0.0
#    oracle.assistants.dbca, 8.1.6.0.0 : Oracle Database Configuration Assistant 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={"oracle.assistants.dbma","8.1.6.0.0","oracle.assistants.dbca","8.1.6.0.0"}

#
# Oracle Data Migration Assistant
#

[oracle.assistants.dbma_8.1.6.0.0]

#-----------------------------------------------------------------------------
# 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 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
#                 {"<None>","<None>"}
# Valid values  : Any SID:ORACLE_HOME pair as listed in the
#                 /var/opt/oracle/oratab file or {"<None>","<None>"}.
# Example value : {"orcl","/u01/app/oracle/products/8.0.5"}
# Default value : {"<None>","<None>"}
# Mandatory     : Yes
#-----------------------------------------------------------------------------

sl_migrateSIDDialogReturn={"<None>", "<None>"}

#
# Oracle Management Server 
#

[oracle.sysman.oms_2.1.0.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST 
# 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.
# Valid values  :
#    oracle.sysman.emcommon, 2.1.0.0.0 : Oracle Enterprise Manager Common Files 2.1.0.0.0
#    oracle.apps.oam.server, 2.1 : Oracle Applications Manager Server Extensions 2.1
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST=<>

#-----------------------------------------------------------------------------
# Name          : OPTIONAL_CONFIG_TOOLS
# Datatype      : StringList
# Description   : Specifying "dbca" will launch the Database Configuration 
#                 Assistant configuration tool at the end of installation.
# Valid values  : configtool3  : Enterprise Manager Configuration Assistant
# Example value : {"configtool3"}
# Default value : {}
# Mandatory     : No
#-----------------------------------------------------------------------------

OPTIONAL_CONFIG_TOOLS={}

#-----------------------------------------------------------------------------
# Name          : ServerRespository_index
# Datatype      : Number
# Description   : Enter 0 to use an existing repository.
#                 Enter 1 to create a new repository.
# Valid values  : 0 or 1
# Example value : 0
# Default value : 0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

ServerRepository_index=0

#-----------------------------------------------------------------------------
# Name          : EMCARspFileLocation
# 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 Enterprise
#                 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
#-----------------------------------------------------------------------------

EMCARspFileLocation=<>

#
# Oracle Enterprise Manager Client
#

[oracle.sysman.client_2.1.0.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST
# 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.
# Valid values  :
#    oracle.sysman.console, 2.1.0.0.0 : Oracle Enterprise Manager Console 2.1.0.0.0
#    oracle.sysman.dbappext, 2.1.0.0.0 : Oracle Enterprise Manager Integrated Applications 2.1.0.0.0
#    oracle.sysman.dbapp, 2.1.0.0.0 : Oracle  Enterprise Manager DBA Management Pack 2.1.0.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={ }

#
# Oracle Enterprise Manager DBA Management Pack
#

[oracle.sysman.dbapp_2.1.0.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST
# 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.
# Valid values  :
#    oracle.sysman.dbapp.schema, 2.1.0.0.0 : Oracle Schema Manager 2.1.0.0.0
#    oracle.sysman.dbapp.storage, 2.1.0.0.0 : Oracle Storage Manager 2.1.0.0.0
#    oracle.sysman.dbapp.security, 2.1.0.0.0 : Oracle Security Manager 2.1.0.0.0
#    oracle.sysman.dbapp.instance, 2.1.0.0.0 : Oracle Instance Manager 2.1.0.0.0
#    oracle.sysman.dbapp.sqlplusworksheet, 2.1.0.0.0 : SQL*Plus Worksheet 2.1.0.0.0
#    oracle.sysman.database, 2.1.0.0.0 : Oracle DBA Studio 2.1.0.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={ }

#
# Oracle Database Configuration Assistant
#

[oracle.assistants.dbca_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : OPTIONAL_CONFIG_TOOLS
# Datatype      : StringList
# Description   : Specifying "dbca" will launch the Database Configuration 
#                 Assistant configuration tool at the end of installation.
# Valid values  : {"dbca"} or {}
# Example value : {"dbca"}
# Default value : {"dbca"}
# Mandatory     : No
#-----------------------------------------------------------------------------

OPTIONAL_CONFIG_TOOLS=<>

#-----------------------------------------------------------------------------
# Name          : s_seedLocation
# Datatype      : String
# Description   : Location of seed database files.  By default the seed 
#                 database is found on the 8.1.6 media, but you can override
#                 the location in the staging area if you have placed the
#                 seed database elsewhere.
# Valid values  : A path containing the following jarred datafiles:
#                 system01.dbf.jar, tools01.dbf.jar, users01.dbf.jar,
#                 drsys01.dbf.jar, indx01.dbf.jar, rbs01.dbf.jar, 
#                 temp01.dbf.jar
# Example value : /cdrom/oracle8i/starterdb
# Default value : The "starterdb" directory on the 8.1.6 CD
# Mandatory     : Yes
#-----------------------------------------------------------------------------

s_seedLocation="/cdrom/oracle8i/starterdb"

#-----------------------------------------------------------------------------
# Name          : s_responseFileName
# Datatype      : String
# Description   : This string contains the value of the -responseFile
#                 argument for launching the Database Configuration 
#                 Assistant in silent mode.  Use the "dbca.rsp" response
#                 file template from the CD to customize silent database
#                 creation.  Set the value of this variable to your
#                 customized DBCA response file location.
# Valid values  : The full path to a customized DBCA response file based on
#                 the dbca.rsp template.
# Example value : /tmp/response/dbca.rsp
# Default value : None
# Mandatory     : Yes, for installs with the "-silent" flag
#-----------------------------------------------------------------------------

s_responseFileName=<>

#-----------------------------------------------------------------------------
# Name          : s_globalDBName
# Datatype      : String
# Description   : A unique identified for an Oracle8i database of the form,
#                 "name.domain".
# Valid values  : A string with a name portion and optionally a domain portion
# Example value : emp.acme.com
# Default value : None
# Mandatory     : Yes
#-----------------------------------------------------------------------------

s_globalDBName="dba.ecrc.de"

#-----------------------------------------------------------------------------
# Name          : b_createStarterDBReturn
# Datatype      : Boolean
# Description   : Set this variable to TRUE in Custom mode if you want the
#                 installation to automatically launch Oracle Database
#                 Configuration Assistant and create a database.
# Valid values  : true, false
# Example value : true
# Default value : true
# Mandatory     : Yes
#-----------------------------------------------------------------------------

b_createStarterDBReturn=false

#-----------------------------------------------------------------------------
# Name          : s_mountPoint
# Datatype      : String
# Description   : Database file location: directory for datafiles, control
#                 files, redo logs.
# Valid values  : A directory in which the "oradata" directory will be
#                 created for Oracle database files.
# Example value : /u02/db
# Default value : None
# Mandatory     : Yes
#-----------------------------------------------------------------------------

s_mountPoint=<>

#-----------------------------------------------------------------------------
# Name          : s_dbSid
# Datatype      : String
# Description   : Value for $ORACLE_SID.  Change if you want to override 
#                 the value set in the environment.
# Valid values  : A unique identifier for an Oracle8i database instance
# Example value : "oracle"
# Default value : None
# Mandatory     : Yes
#-----------------------------------------------------------------------------

s_dbSid="816R"

#
# Oracle Enterprise Manager Integrated Applications
#

[oracle.sysman.dbappext_2.1.0.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST
# 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.
# Valid values  :
#    oracle.apps.oam.client, 2.1 : Oracle Applications Manager 2.1
#    prv, 2.1.0.0.0 : Oracle Parallel Server Management 2.1.0.0.0
#    oracle.sysman.wf.client, 2.1.0.0.0 : Developer Server Forms Manager 2.1.0.0.0
#    dam, 1.0 : Distributed Access Manager 1.0 Beta
#    Replication_Manager, 2.1 : Oracle Replication Manager 2.1
#    analyzer, 2.1.0.0.0 : Oracle Spatial Index Advisor 2.1.0.0.0 Beta
#    occm, 2.1.0.0.0 : Oracle interMedia Text Manager 2.1.0.0.0
#    oracle.security.admin.enterprise, 2.0 : Oracle Enterprise Security Manager 2.0
#    oracle.oas.mngr.oem, 2.1.0.0 : OAS Manager 2.1.0.0
#    oracle.odm, 2.0.6.0.0 : Oracle Directory Manager 2.0.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={}

#
# Oracle JDBC Drivers
#

[oracle.java.jdbc_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST
# 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.
# Valid values  :
#    oracle.java.jdbc.oci11, 8.1.6.0.0 : Oracle JDBC/OCI Driver for JDK 1.1 8.1.6.0.0
#    oracle.java.jdbc.oci12, 8.1.6.0.0 : Oracle JDBC/OCI Driver for JDK 1.2 8.1.6.0.0
#    oracle.java.jdbc.thin11, 8.1.6.0.0 : Oracle JDBC Thin Driver for JDK 1.1 8.1.6.0.0
#    oracle.java.jdbc.thin12, 8.1.6.0.0 : Oracle JDBC Thin Driver for JDK 1.2 8.1.6.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={ "oracle.java.jdbc.oci11","8.1.6.0.0","oracle.java.jdbc.thin11","8.1.6.0.0" }

#
# Net8 Configuration Assistant
#

[oracle.networking.netca_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : OPTIONAL_CONFIG_TOOLS
# Datatype      : StringList
# Description   : Specifying "netca" will launch the Net8 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 Net8 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="/export/oracle/home/res1/EnterpriseCustNet8.rsp"

#
# Oracle Protocol Support
#

[oracle.networking.protocol_supp_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : sl_protocolSelectionDialogReturn
# Datatype      : StringList
# Description   : Optional protocol support.  Support for TCP protocol will
#                 always be installed.  Select support for SPX or LU6.2 if 
#                 desired.  
# Valid values  : "SPX", "LU6.2"
# Example value : {"SPX","LU6.2"}
# Default value : {}
# Mandatory     : No
#-----------------------------------------------------------------------------

sl_protocolSelectionDialogReturn={}

#
# Oracle Installation Products
#

[oracle.install_8.1.6.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST
# 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.
# Valid values  :
#    oracle.swd.oui, 1.7.0.12.0 : Oracle Universal Installer 1.7.0.15.1
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={"oracle.swd.oui, 1.7.0.12.0"}

#
# Oracle Enterprise Manager Web Site
#

[oracle.sysman.website_2.1.0.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST
# 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.
# Valid values  :
#    oracle.oas.lstnr, 4.0.8.0.0 : Oracle Application Server Listener 4.0.8.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={}

#-----------------------------------------------------------------------------
# Name          : OPTIONAL_CONFIG_TOOLS
# Datatype      : StringList
# Description   : Specifying "configtool1" will launch the Enterprise Manager
#                 Website configuration tool.
# Valid values  : {"configtool1"} or {}
# Example value : {"configtool1"}
# Default value : {}
# Mandatory     : No
#-----------------------------------------------------------------------------

OPTIONAL_CONFIG_TOOLS=<>

#
# Oracle Enterprise Manager Quick Tours
#

[oracle.sysman.quicktour_2.1.0.0.0]

#-----------------------------------------------------------------------------
# Name          : DEPENDENCY_LIST
# 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.
# Valid values  :
#    oracle.sysman.dbapp.qt, 2.1.0.0.0 : Oracle DBA Management Pack Quick Tour 2.1.0.0.0
#    oracle.sysman.em.qt, 2.1.0.0.0 : Oracle Enterprise Manager Quick Tour 2.1.0.0.0
# Mandatory     : Yes
#-----------------------------------------------------------------------------

DEPENDENCY_LIST={}

#
# Oracle Universal Installer
#

[oracle.swd.oui_1.7.0.15.1]

#-----------------------------------------------------------------------------
# Name          : PROD_HOME 
# Datatype      : String
# Description   : Complete path where OUI should be installed.  
# Valid values  : A valid directory
# Example value : "/u01/apps/oui"
# Default value : A directory called "oui" parallel to the oraInventory
#                 location
# Mandatory     : No
#-----------------------------------------------------------------------------

#PROD_HOME="/u01/oracle/product/installer"

#
# Java Runtime Environment
#

[oracle.swd.jre_1.1.7]

#-----------------------------------------------------------------------------
# Name          : PROD_HOME 
# Datatype      : String
# Description   : Complete path where JRE should be installed.  
# Valid values  : A valid directory
# Example value : "/u01/apps/jre"
# Default value : A directory called "jre" parallel to the oraInventory
#                 location
# Mandatory     : No
#-----------------------------------------------------------------------------

#PROD_HOME=<Value Unspecified>

--
Received on Thu Oct 05 2000 - 03:57:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US