.com Solutions Inc. - logo  
Products - Header Buttons
.
Repgen bullet item 7b Installgen bullet item 7b FmPro Migratorbullet item 7b CGIScripter
.
.
.

.
.

Installgen - win901 - Title Graphic

Installgen Features and Benefits

Installgen Demo Available for download...

Bookmark This Page

email a friend

.

# script: 67_win_920STD_prod3_db_installer_response_1.rsp
# Features: This file provides the installation responses for installing
# Oracle 9i Standard Edition on Windows NT/2000.
# This file allows the installation to run in silent
# install mode.
#
# Script Sequence#: 67
# Used By: script 3_win_920_prepinstall_1.pl during installation
#
# Copyright 2002 by .com Solutions Inc.
#
# ---------------------- Revision History ---------------
# Date By Changes
# 06-19-2002 dsimpson Initial Release for Oracle 9.2.0.1
#
# This output file was created by Installgen version 1.38 on Thu Nov 14 17:48:05 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net

####################################################################
## ##
## Oracle9i Release 2 Standard Edition 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\920_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 : "d:oracleproducts9.2.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.server","9.2.0.1.0"}

#-----------------------------------------------------------------------------
# Name : DEINSTALL_LIST
# Datatype : StringList
# Description : List of components to be deinstalled during a deinstall session.
# Following choices are available. Value should contain only one of these choices.
#
# Choices are of the form Internal Name, Version : External name. Please use the
# internal name and version while specifying the value.
# oracle.server, 9.2.0.1.0 : Oracle9i Database 9.2.0.1.0
# Example : DEINSTALL_LIST = {"oracle.server","9.2.0.1.0"}
#-----------------------------------------------------------------------------

DEINSTALL_LIST={"oracle.server","9.2.0.1.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=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.
# Valid values : true, false
# Default value : false
# Mandatory : No
#-----------------------------------------------------------------------------

SHOW_RELEASE_NOTES=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 : SHOW_DEINSTALL_CONFIRMATION
# Datatype : Boolean
# Description : Set to true if deinstall confimation is needed during a
# deinstall session.
# Example : SHOW_DEINSTALL_CONFIRMATION = true
# Mandatory : No
#-----------------------------------------------------------------------------

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
# Mandatory : No
#------------------------------------------------------------------------------

SHOW_DEINSTALL_PROGRESS=true

#-----------------------------------------------------------------------------
# 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\920_cd2"
LOCATION_FOR_DISK3="c:\oracle\920_cd3"

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

#
# Oracle9i Database
#

[oracle.server_9.2.0.1.0]

#-----------------------------------------------------------------------------
# Name : COMPONENT_LANGUAGES
# Datatype : StringList
# Description : Languages in which the components will be installed.
# The following choices are available. 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_LANGUAGES={"en"}

#-----------------------------------------------------------------------------
# Name : INSTALL_TYPE
# Datatype : String
# Description : Type of installation for Oracle9i - Standard Edition
# 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 = "SE"
#-----------------------------------------------------------------------------

INSTALL_TYPE="SE"


#-----------------------------------------------------------------------------
# Name : s_cfgtyperet
# Datatype : String
# Description : Database configuration to perform for this installation
# Valid values : 1) "General Purpose"
# Installs a pre-configured database optimized for
# general purpose usage
# 2) "Transaction Processing"
# Installs a pre-configured database optimized for
# transaction processing
# 3) "Data Warehouse"
# Installs a pre-configured database optimized for
# data warehousing
# 4) "Customized"
# Allows you to create a customized database. This
# option takes longer than the pre-configured options
# Launches Database Configuration Assistant in
# Custom mode -- requires a response file for DBCA
# 5) "Software Only"
# Installs software only and does not create a
# database at this time
# Example value : "General Purpose"
# Default value : "General Purpose"
# Mandatory : No
#-----------------------------------------------------------------------------

s_cfgtyperet="Software Only"

#
# Oracle HTTP Server
#

[oracle.apache_9.2.0.1.0]
#-----------------------------------------------------------------------------
# Name : s_jservPort
# Datatype : String
# Description : The port Apache JServ listens to
# Valid values : Any available port on the machine
# Example value : "8989"
# Default value : "8007"
# Mandatory : No
#-----------------------------------------------------------------------------

s_jservPort="8989"

#-----------------------------------------------------------------------------
# Name : s_apachePort
# Datatype : String
# Description : The port on which the standalone server listens
# Valid values : Any available port on the machine
# Example value : "8989"
# Default value : "7777"
# Mandatory : No
#-----------------------------------------------------------------------------

s_apachePort="7777"

#-----------------------------------------------------------------------------
# Name : b_autoStartApache
# Datatype : Boolean
# Description : Set to false if you do not want Apache to start after
# installation
# Valid values : true, false
# Example value : true
# Default value : true
# Mandatory : No
#-----------------------------------------------------------------------------

b_autoStartApache=false

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

sl_migrateSIDDialogReturn={"", ""}


#[oracle.assistants.dbca_9.2.0.1.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_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.
# NOTE: You must specify a response file if you choose
# "Advanced Configuration"
# 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 Oracle9i 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="prod3"

#-----------------------------------------------------------------------------
# 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 Oracle9i database instance
# Example value : "ORCL"
# Default value : None
# Mandatory : Yes
#-----------------------------------------------------------------------------

s_dbSid="prod3"

#-----------------------------------------------------------------------------
# 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 : $ORACLE_HOME/dbs
# Mandatory : No
#-----------------------------------------------------------------------------

s_mountPoint=

#-----------------------------------------------------------------------------
# Name : s_dbRetChoice
# Datatype : String
# Description : Character Set to be used for the new database
# : 1) If you want to use the default value chosen for
# you based on your operating system language, specify:
# "Use the default character set"
#
# 2) If you want to use Unicode for storing multiple
# language groups, specify:
# "Use Unicode (UTF8) as the character set"
#
# 3) If you want to choose a character set from the
# common set of character sets, specify:
# "Choose one of the common character sets"
#
# If you specify #3, to choose a common character set,
# You must also set the value of s_dbRetChar from
# one of the choices below.
#
# NOTE: These string values must be entered exactly as they are given
#
# Valid Values : "Use the default character set"
# "Use Unicode (UTF8) as the character set"
# "Choose one of the common character sets"
#
# Example value : "Use Unicode (UTF8) as the character set"
# Default value : "Use the default character set"
# Mandatory : No
#-----------------------------------------------------------------------------

s_dbRetChoice=


#-----------------------------------------------------------------------------
# Name : s_dbRetChar
# Datatype : String
# Description : Character Set to be used for the new database
# You must set this value if you specified above
# "Choose one of the common character sets"
# Valid values :
# "WE8ISO8859P1"
# "UTF8"
# "US7ASCII"
# "WE8ISO8859P15"
# "WE8MSWIN1252"
# "EE8ISO8859P2"
# "EE8MSWIN1250"
# "NEE8ISO8859P4"
# "BLT8MSWIN1257"
# "CL8ISO8859P5"
# "CL8MSWIN1251"
# "AR8ISO8859P6"
# "AR8MSWIN1256"
# "EL8ISO8859P7"
# "EL8MSWIN1253"
# "IW8ISO8859P8"
# "IW8MSWIN1255"
# "JA16EUC"
# "JA16SJIS"
# "KO16KSC5601"
# "KO16MSWIN949"
# "ZHS16GBK"
# "ZHS16CGB231280"
# "TH8TISASCII"
# "ZHT32EUC"
# "ZHT16MSWIN950"
# "ZHT16HKSCS"
# "ZHT16BIG5"
# "ZHT32SOPS"
# "ZHT32TRIS"
# "WE8ISO8859P9"
# "TR8MSWIN1254"
# "VN8MSWIN1258"
# "AL32UTF8"
# Example value : "WE8ISO8859P1"
# Default value : The default is chosen for you based on the language
# setting of your operating system.
# Mandatory : No
#-----------------------------------------------------------------------------

s_dbRetChar=


#
# Oracle Net Configuration Assistant
#

[oracle.networking.netca_9.2.0.1.0]

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


.

hline

. .

.

. .
 

Home | Products | Services | Downloads | Order | Support | Contact

Legal Notices

.
.   .
.
Home Products Services Downloads Order Support Contact