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 -> installing oracle.net.ca

installing oracle.net.ca

From: Daniele <jeckyll_at_virgilio.it>
Date: 14 Sep 2003 11:05:31 -0700
Message-ID: <940a6f3e.0309141005.28d2409b@posting.google.com>


Hi all
I'm installing oracle client in silence mode. I modified the template response file clientcustom.rsp and put there this section:

#
# 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={"netca"}

#-----------------------------------------------------------------------------
# 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="#
# 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={"netca"}

#-----------------------------------------------------------------------------
# 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="d:\dba\responseFileClient\netca.rsp"

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

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

then I made the d:\dba\responseFileClient\netca.rsp :

RESPONSEFILE_VERSION="8.1.6"
CREATE_TYPE= "CUSTOM" [Session]
#ORACLE_HOME;String;Used in Dialog

ORACLE_HOME="D:\oracle\ora81"
#ORACLE_HOME_NAME;String;Used in Dialog

ORACLE_HOME_NAME="OraHome81"
#TOPLEVEL_COMPONENT;StringList;Used in Dialog
TOPLEVEL_COMPONENT={"oracle.net.ca","8.1.6"}
#SHOW_COMPONENT_LOCATIONS_PAGE;Boolean;Used in Dialog
SHOW_COMPONENT_LOCATIONS_PAGE=false
#SHOW_SUMMARY_PAGE;Boolean;Used in Dialog
SHOW_SUMMARY_PAGE=true
#SHOW_INSTALL_PROGRESS_PAGE;Boolean;Used in Dialog
SHOW_INSTALL_PROGRESS_PAGE=false
#SHOW_REQUIED_CONFIG_TOOL_PAGE;Boolean;Used in Dialog
SHOW_REQUIED_CONFIG_TOOL_PAGE=false
#SHOW_OPTIONAL_CONFIG_TOOL_PAGE;Boolean;Used in Dialog
SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
#SHOW_END_SESSION_PAGE;Boolean;Used in Dialog
SHOW_END_SESSION_PAGE=false

[oracle.net.ca]
#INSTALLED_COMPONENTS;StringList;list of installed components
# The possible values for installed components are:
# "net8","server","client","aso", "cman", "javavm"
INSTALLED_COMPONENTS={"client","server","javavm"}

#INSTALL_TYPE;String; type of install
# The possible values for install type are:
# "typical", "minimal" or "custom"

INSTALL_TYPE="typical"

#NAMING_METHODS;StringList;list of naming methods
# The possible values for naming methods are:
# LDAP, TNSNAMES, ONAMES, HOSTNAME, NOVELL, NIS, DCE
# A typical install sets only: "TNSNAMES","ONAMES","HOSTNAMES"
# or "LDAP","TNSNAMES","ONAMES","HOSTNAMES" for LDAP
NAMING_METHODS={"TNSNAMES"}
#NSN_NUMBER;Number;Number of Listeners
# A typical install sets one net service name
NSN_NUMBER=2
#NSN_NAMES;StringList;list of Net Service names
# A typical install sets net service name to "EXTPROC_CONNECTION_DATA"
#creati 2 servizi di rete

NSN_NAMES={"firstdb",firstdb2}

#NSN_DBVERSION;StringList;list of NSN database versions
# The possible values for database version are: "80" and "81"
# A typical install sets database version to "80"
NSN_DBVERSION={"80"}
#NSN_SERVICE_OR_SID;StringList;Oracle8i database's service name (for
Oracle8i database) or SID (for Oracle8 release 8.0 or

Oracle7 database)
# A typical install sets Oracle8i database's service name to
"PLSExtProc"
NSN_SERVICE_OR_SID = {"firstdb.local.it"}
#NSN_SERVICE_OR_SID = {"SERV1","SERV2","SERV3","1234"}

#NSN_PROTOCOLS;StringList;list of coma separated strings of Net
Service Name protocol parameters
# The possible values for net service name protocol parameters are:
# "TCP;HOSTNAME;1521","NMP;COMPUTERNAME;ORAPIPE","SPX;SERVICENAME","IPC;IPCKEY"
# A typical install sets parameters to "TCP;HOSTNAME;1521"
NSN_PROTOCOLS={"TCP;ALPHA1;1521"} why The netca does not use the response file indicated in the first response file: d:\dba\responseFileClient\netca.rsp to install the network configuration?
The Net8 assistant uses the default response file that he has created in the dir ora_home\network\install\netca_clt.rsp

Thanks a lot

Daniele Received on Sun Sep 14 2003 - 13:05:31 CDT

Original text of this message

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