############################################################### ## Copyright(c) Oracle Corporation 1998. 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"} ## ## ## ############################################################### [GENERAL] RESPONSEFILE_VERSION="8.1.6" CREATE_TYPE= "CUSTOM" [Session] #ORACLE_HOME;String;Used in Dialog ORACLE_HOME="d:\orahome81" #ORACLE_HOME_NAME;String;Used in Dialog ORACLE_HOME_NAME="zkleiman" #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=false #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"" #LISTENER_NUMBER;Number;Number of Listeners # A typical install sets one listener LISTENER_NUMBER=4 #LISTENER_NAMES;StringList;list of listener names # The values for listener are: # "LISTENER","LISTENER1","LISTENER2","LISTENER3", ... # A typical install sets only "LISTENER" LISTENER_NAMES={"LISTENER1","LISTENER2","LISTENER3","LISTENER4"} #LISTENER_PROTOCOLS;StringList;list of listener addresses (protocols and parameters separated by semicolons) # The possible values for listener protocols are: # "TCP;1521","SPX;SERVICENAME","NMP;ORAPIPE","IPC;IPCKEY" # A typical install sets only "TCP;1521" LISTENER_PROTOCOLS={"TCP;1521;SPX;SERVICENAME","TCP;1522;NMP;ORAPIPE;IPC;IPCKEY","SPX;SERVICENAME","IPC;IPCKEY"} #LISTENER_START;String;name of the listener to start, in double quotes LISTENER_START=""LISTENER1"" #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","LDAP","ONAMES","HOSTNAME","NOVELL","NIS","DCE"} #NOVELL_NAMECONTEXT;String;Novell Directory Service name context, in double quotes # A typical install does not use this variable. NOVELL_NAMECONTEXT = ""NAMCONTEXT"" #SUN_METAMAP;String; SUN meta map, in double quotes # A typical install does not use this variable. SUN_METAMAP = ""MAP"" #DCE_CELLNAME;String;DCE cell name, in double quotes # A typical install does not use this variable. DCE_CELLNAME = ""CELL"" #NSN_NUMBER;Number;Number of Listeners # A typical install sets one net service name NSN_NUMBER=4 #NSN_NAMES;StringList;list of Net Service names # A typical install sets net service name to "EXTPROC_CONNECTION_DATA" NSN_NAMES={"N1","N2","N3","N4"} #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={"81","81","81","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 = {"PLSExtProc"} 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;HOSTNAME;1521","NMP;COMPUTERNAME;ORAPIPE","SPX;SERVICENAME","IPC;IPCKEY"}