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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle Silent Installs and Response files...

RE: Oracle Silent Installs and Response files...

From: Brian McGraw <brian.mcgraw_at_infinity-insurance.com>
Date: Mon, 20 Jan 2003 06:04:11 -0800
Message-ID: <F001.005347F6.20030120060411@fatcity.com>


Aha... Proof!

Here is a response file that I use for silent installs of the Oracle 817 client. It installs the bare essentials that we use here - SQL*Plus, JDBC Drivers, Net8 essentials, and the OCI layer - onto an individual PC.

One interesting note: I could not get the 817 installer to use the response file correctly. I believe there is a known bug (internally at Oracle) stating that it will not work correctly in 8.1.7. I was lucky enough to get a great support person at Oracle to work with, and she helped me figure out that my response file would work, with the 9.0.1 installer.

Enjoy... Feel free to improve on it or point out any errors...

Brian



| Brian McGraw /* DBA */ Infinity Insurance | | mailto:Brian.McGraw_at_Infinity-Insurance.com |
#################################################################

## ##
## Oracle8i 8.1.7 Appuser Install Response File Template ##
## ----------------------------------------------------------- ##
## ##
## Copyright(c) Oracle Corporation 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 <Value Required> need to be ##
## specified for a silent installation to be successful. ##
## ##
#################################################################

[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 : "F:\stage\products.jar"
# Default value : "..\stage\products.jar"
# Mandatory     : No
#-----------------------------------------------------------------------

FROM_LOCATION="..\..\817client\stage\products.jar"

#-----------------------------------------------------------------------
------
# 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:\oracle\ora81"
# Default value : "<drive with most available space>:\oracle\ora81" OR
                  "<last created ORACLE_HOME>"
# Mandatory     : Yes
#-----------------------------------------------------------------------

ORACLE_HOME="c:\oracle\ora817"

#-----------------------------------------------------------------------
------
# Name          : ORACLE_HOME_NAME
# Datatype      : String
# Description   : Identification of an Oracle Home.  Used in creating
#                 folders, services, icons.
# Valid values  : Name that begins with a letter and has no spaces
# Example value : "OraHome81"
# Mandatory     : Yes
#-----------------------------------------------------------------------

ORACLE_HOME_NAME="ora817"

#-----------------------------------------------------------------------
------
# Name          : TOPLEVEL_COMPONENT
# Datatype      : StringList
# Description   : Top-level product and version to install
                  The format is of the form {"<Internal name>",
"<version>"}
# 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.client","8.1.7.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=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=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=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, 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_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 response 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 Client
#

[oracle.client_8.1.7.0.0]

#-----------------------------------------------------------------------
------
# 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
# Example       : INSTALL_TYPE = "AppUser"
#-----------------------------------------------------------------------

INSTALL_TYPE="Custom"

#-----------------------------------------------------------------------
------
# Name          : DEPENDENCY_LIST (oracle.client)
# 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.netcltprod, 8.1.7.0.0 : Net8 Products
#    oracle.utilities, 8.1.7.0.0             : Oracle Utilities
#    oracle.java, 8.1.7.0.0                  : Oracle Java Products
#    oracle.p2k, 8.1.7.0.0                   : Oracle Programmer
#    oracle.emcltprod, 8.1.7.0.0             : Oracle Enterprise Manager
Products
#    oracle.options.ano, 8.1.7.0.0           : Oracle Advanced Security
#    oracle.install, 8.1.7.0.0               : Oracle Installation
Products
#    oracle.omwb, 1.2.5.0.0                  : Oracle Migration
Workbench
#    oracle.cartridges.ordmts, 8.1.7.0.0     : Oracle Services for
Microsoft Transaction Server
# oracle.options.intermedia.imclient, 8.1.7.0.0 : Oracle interMedia Client Option
# oracle.cartridges.ordvir.virclt, 8.1.7.0.0 : Oracle Visual Information Retrieval Client
# oracle.oid.client, 2.1.1.0.0 : Oracle Internet Directory Client
#    oracle.workflow.client, 2.5.2           : Oracle Workflow Client
#    oracle.doc.windoc, 8.1.7.0.0            : Oracle8i Windows
Documentation
#-----------------------------------------------------------------------

DEPENDENCY_LIST={"oracle.networking.netcltprod","8.1.7.0.0","oracle.util ities","8.1.7.0.0","oracle.java","8.1.7.0.0","oracle.p2k","8.1.7.0.0" }

#
# Net8 Products
#

[oracle.networking.netcltprod_8.1.7.0.0]

#-----------------------------------------------------------------------
------
# Name          : DEPENDENCY_LIST (oracle.networking.netcltprod)
# 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.netclt, 8.1.7.0.0        : Net8 Client
# oracle.networking.protocol_supp, 8.1.7.0.0 : Oracle Protocol Support
#-----------------------------------------------------------------------

DEPENDENCY_LIST={ "oracle.networking.netclt","8.1.7.0.0"}

[oracle.networking.netclt_8.1.7.0.0]
OPTIONAL_CONFIG_TOOLS={}

#
# Net8 Configuration Assistant
#

[oracle.networking.netca_8.1.7.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 : "E:\response\netca.rsp"
# Default value : None
# Mandatory     : Yes, for installs with the "-silent" flag
#-----------------------------------------------------------------------

#s_responseFileName=<Value Unspecified>

#-----------------------------------------------------------------------
------
# Name          : b_launchNETCA
# Datatype      : Boolean

# Description : This Boolean determines whether to launch the NetCA after
#                 installation.  To install Net8 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.utilities_8.1.7.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.
# Note          : The products listed are optional dependencies.  Any
#                 required dependencies will automatically be installed.
# Valid values :
# oracle.utilities.perfmon, 8.1.7.0.0 : Oracle Performance Monitor for Windows NT
#    oracle.utilities.util, 8.1.7.0.0    : Oracle Database Utilities
#    oracle.rdbms.sqlplus, 8.1.7.0.0     : SQL*Plus
#-----------------------------------------------------------------------

DEPENDENCY_LIST={"oracle.rdbms.sqlplus","8.1.7.0.0" }

[oracle.java_8.1.7.0.0]
DEPENDENCY_LIST={"oracle.java.jdbc","8.1.7.0.0","oracle.java.sqlj","8.1. 7.0.0" }

[oracle.java.jdbc_8.1.7.0.0]
DEPENDENCY_LIST={"oracle.java.jdbc.oci11","8.1.7.0.0","oracle.java.jdbc. oci12","8.1.7.0.0","oracle.java.jdbc.thin11","8.1.7.0.0","oracle.java.jd bc.thin12","8.1.7.0.0"}

#[oracle.p2k_8.1.7.0.0]
#INSTALL_TYPE="custom"
#INSTALL_TYPE="typical"
#DEPENDENCY_LIST={"oracle.p2k.oci","8.1.7.0.0","oracle.p2k.odbc","8.1.7.
0.0" }

[oracle.p2k_8.1.7.0.0]

#-----------------------------------------------------------------------
------
# Name          : DEPENDENCY_LIST (oracle.p2k)
# 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.p2k.devtools, 8.1.7.0.0  : Development Tools
#    oracle.p2k.proc, 8.1.7.0.0      : Pro*C/C++
#    oracle.p2k.procob, 8.1.7.0.0    : Pro*COBOL
# oracle.p2k.procob18, 1.8.52.0.0 : Pro*COBOL
#-----------------------------------------------------------------------

DEPENDENCY_LIST={ "oracle.p2k.devtools","8.1.7.0.0" }

#
# Development Tools
#

[oracle.p2k.devtools_8.1.7.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.
# Note          : The products listed are optional dependencies.  Any
#                 required dependencies will automatically be installed.
#
#                 Also note, that the following products listed are
Single
#                 Oracle Home (SOH) products:
#                 a. oracle.p2k.oo4o
#                 b. oracle.p2k.odbc
#                 c. oracle.p2k.oledb
#                 This means that they can be installed only once on the
#                 machine.  If they are chosen but already exist in
another
#                 ORACLE_HOME, they will not be installed.
#
# Valid values  :
#    oracle.rdbms.oci, 8.1.7.0.0     : Oracle Call Interface (OCI)
#    oracle.p2k.ott, 8.1.7.0.0       : Object Type Translator
#    oracle.p2k.oo4o, 8.1.7.3.10     : Oracle Objects for OLE
#    oracle.p2k.odbc, 8.1.7.0.0      : Oracle ODBC Driver
#    oracle.p2k.oledb, 8.1.7.0.0     : Oracle Provider for OLE DB
#    oracle.p2k.xmldevkit, 8.1.7.0.0 : Oracle XML Developer's Kit
# oracle.rdbms.xml.xsu, 2.0.0.0.0 : Oracle XML SQL Utility
#-----------------------------------------------------------------------

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

-----Original Message-----
Jared.Still_at_radisys.com
Sent: Friday, January 17, 2003 11:45 AM
To: Multiple recipients of list ORACLE-L

I've heard rumors of people getting it to work.

Some have claimed they have.

When asked to share their response files, I received nothing.

I once spent several hours attempting to setup a working response file. No joy.

It's in the same class as bigfoot: several sightings, but the only photos are faked.

Jared

"Loughmiller, Greg" <Greg.Loughmiller_at_cingular.com> Sent by: root_at_fatcity.com
 01/17/2003 06:24 AM
 Please respond to ORACLE-L  

        To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>

        cc: 
        Subject:        Oracle Silent Installs and Response files...


Hey guys-
 any of you all messed around with the silent install/response files?
I'm looking for tips, advice, do's, don'ts,etc,etc  

TIA
Greg Loughmiller
Sr Manager - Enterprise Data Architecture gloughmiller (IPS)
678.893.3217 (office)  

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Brian McGraw
  INET: brian.mcgraw_at_infinity-insurance.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Jan 20 2003 - 08:04:11 CST

Original text of this message

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