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 -> Help!! Oracle 9.2.0.5.0 won't properly read the *.rsp

Help!! Oracle 9.2.0.5.0 won't properly read the *.rsp

From: <christopher.lynn_at_gmail.com>
Date: 2 Dec 2005 13:20:55 -0800
Message-ID: <1133558455.374268.38380@g43g2000cwa.googlegroups.com>


Here's the error I'm getting in the unattended.

The problem is the patch.rsp file does have the Home names defined. I've put it under the error message.

error message here =============================
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks wi
ll be executed.
Preparing to launch Oracle Universal Installer from C:\DOCUME~1\ADMINI~1\LOCALS~
1\Temp\OraInstall2005-12-02_04-15-46PM. Please wait ...Oracle Universal Installe
r, Version 10.1.0.2.0 Production
Copyright (C) 1999, 2004, Oracle. All rights reserved.

.........
Loading Product Information

...............................................................100%
Done.

Analyzing dependencies

.................Please check C:\Program
Files\Oracle\Inventory\logs\silentInsta
ll2005-12-02_04-15-46PM.log for more details. Error:Values for the following variables could not be obtained from the command
line or response file(s):
  ORACLE_HOME(OracleHome),
  ORACLE_HOME_NAME(OracleHomeName)
Silent install cannot continue.
Please press Enter to exit...
====================================================error message end

Here's my rsp file

====================================================rsp file
####################################################################

## Copyright (c) 1999, 2004 Oracle. 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. ##
## ##
## ##
## This response file is generated by Oracle Software ##
## Packager. ##
####################################################################

RESPONSEFILE_VERSION=2.2.1.0.0

#-------------------------------------------------------------------------------
#Name       : UNIX_GROUP_NAME

#Datatype : String
#Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
#Example: UNIX_GROUP_NAME = "install"
#-------------------------------------------------------------------------------
UNIX_GROUP_NAME=" "
#-------------------------------------------------------------------------------
#Name       : FROM_LOCATION
#Datatype   : String
#Description: Complete path to the products.xml.
#Example: FROM_LOCATION = "..\stage\products.xml"
#-------------------------------------------------------------------------------
FROM_LOCATION="c:\OraPatch\disk1\stage\products.xml"
#-------------------------------------------------------------------------------
#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.xml" exists. The label can be found in the file "disk.label" in the same directory as products.xml.
#Example: FROM_LOCATION_CD_LABEL = "CD Label"
#-------------------------------------------------------------------------------
FROM_LOCATION_CD_LABEL=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : ORACLE_HOME
#Datatype   : String
#Description: Complete path of the Oracle Home.
#Example: ORACLE_HOME = "C:\OHOME1"
#-------------------------------------------------------------------------------
ORACLE_HOME="E:\oracle\ora92"
#-------------------------------------------------------------------------------
#Name       : ORACLE_HOME_NAME
#Datatype   : String
#Description: Oracle Home Name. Used in creating folders and services.
#Example: ORACLE_HOME_NAME = "OHOME1"
#-------------------------------------------------------------------------------
ORACLE_HOME_NAME="OraHome92"
#-------------------------------------------------------------------------------
#Name       : TOPLEVEL_COMPONENT

#Datatype : StringList
#Description: The top level component to be installed in the current session.
#Example: TOPLEVEL_COMPONENT = {"oracle.server","9.2.0.5.0"}
#-------------------------------------------------------------------------------
TOPLEVEL_COMPONENT={"oracle.server","9.2.0.5.0"}
#-------------------------------------------------------------------------------
#Name       : SHOW_SPLASH_SCREEN

#Datatype : Boolean
#Description: Set to true if the initial splash screen in OUI needs to be shown.
#Example: SHOW_SPLASH_SCREEN = false
#-------------------------------------------------------------------------------
SHOW_SPLASH_SCREEN=false
#-------------------------------------------------------------------------------
#Name       : SHOW_WELCOME_PAGE
#Datatype   : Boolean
#Description: Set to true if the Welcome page in OUI needs to be shown.
#Example: SHOW_WELCOME_PAGE = false
#-------------------------------------------------------------------------------
SHOW_WELCOME_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_CUSTOM_TREE_PAGE

#Datatype : Boolean
#Description: Set to true if the custom tree page in OUI needs to be shown.
#Use this page to select or de-select dependencies. This page appears only in a custom install type.
#Example: SHOW_CUSTOM_TREE_PAGE = false
#-------------------------------------------------------------------------------
SHOW_CUSTOM_TREE_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_COMPONENT_LOCATIONS_PAGE
#Datatype : Boolean
#Description: Set to true if the component locations page in OUI needs to be shown.
#This page only appears if there are products whose installed directory can be changed.
#If you set this to false you will prevent the user from being able to specify alternate directories.
#Example: SHOW_COMPONENT_LOCATIONS_PAGE = false
#-------------------------------------------------------------------------------
SHOW_COMPONENT_LOCATIONS_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_SUMMARY_PAGE
#Datatype   : Boolean

#Description: Set to true if the summary page in OUI needs to be shown. #The summary page shows the list of components that will be installed in this session.
#Example: SHOW_SUMMARY_PAGE = false
#-------------------------------------------------------------------------------
SHOW_SUMMARY_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_INSTALL_PROGRESS_PAGE
#Datatype : Boolean
#Description: Set to true if the install progress page in OUI needs to be shown.
#This page shows the current status in the installation. The current status includes the product being installed and the file being copied. #Example: SHOW_INSTALL_PROGRESS_PAGE = true
#-------------------------------------------------------------------------------
SHOW_INSTALL_PROGRESS_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_REQUIRED_CONFIG_TOOL_PAGE
#Datatype : Boolean
#Description: Set to true if the required config assistants page in OUI needs to be shown.
#This page shows the list of required configuration assistants that are part of this installation.
#It shows the status of each assistant, including any failures with detailed information on why it failed.
#Example: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
#-------------------------------------------------------------------------------
SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_CONFIG_TOOL_PAGE

#Datatype : Boolean
#Description: Set to true if the config assistants page in OUI needs to be shown.
#This page shows the list of configuration assistants that are part of this installation and are configured to launch automatically. #It shows the status of each assistant, including any failures with detailed information on why it failed.
#Example: SHOW_CONFIG_TOOL_PAGE = true
#-------------------------------------------------------------------------------
SHOW_CONFIG_TOOL_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_RELEASE_NOTES

#Datatype : Boolean
#Description: Set to true if the release notes of this installation need to be shown at the end of installation. #This dialog is launchable from the End of Installation page and shows the list of release notes available for the products just installed. # This also requires the variable SHOW_END_SESSION_PAGE variable to be set to true.
#Example: SHOW_RELEASE_NOTES = true
#-------------------------------------------------------------------------------
SHOW_RELEASE_NOTES=false
#-------------------------------------------------------------------------------
#Name       : SHOW_ROOTSH_CONFIRMATION

#Datatype : Boolean
#Description: Set to true if the Confirmation dialog asking to run the root.sh script in OUI needs to be shown.
#Valid only for Unix platforms.
#Example: SHOW_ROOTSH_CONFIRMATION = true
#-------------------------------------------------------------------------------
SHOW_ROOTSH_CONFIRMATION=false
#-------------------------------------------------------------------------------
#Name       : SHOW_END_SESSION_PAGE

#Datatype : Boolean
#Description: Set to true if the end of session page in OUI needs to be shown.
#This page shows if the installation is successful or not.
#Example: SHOW_END_SESSION_PAGE = true
#-------------------------------------------------------------------------------
SHOW_END_SESSION_PAGE=false
#-------------------------------------------------------------------------------
#Name       : SHOW_EXIT_CONFIRMATION

#Datatype : Boolean
#Description: Set to true if the confirmation when exiting OUI needs to be shown.
#Example: SHOW_EXIT_CONFIRMATION = true
#-------------------------------------------------------------------------------
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. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
#Example: NEXT_SESSION = true
#-------------------------------------------------------------------------------
NEXT_SESSION=false
#-------------------------------------------------------------------------------
#Name       : NEXT_SESSION_ON_FAIL

#Datatype : Boolean
#Description: Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
#Example: NEXT_SESSION_ON_FAIL = true
#-------------------------------------------------------------------------------
NEXT_SESSION_ON_FAIL=false
#-------------------------------------------------------------------------------
#Name       : NEXT_SESSION_RESPONSE

#Datatype : String
#Description: Optionally specifies the full path of the next session's response file. If only a file name is specified, the response file is retrieved from the <TEMP>/oraInstall directory. This variable is only active if NEXT_SESSION is set to true.
#Example: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
#-------------------------------------------------------------------------------
NEXT_SESSION_RESPONSE=<Value Unspecified>
#-------------------------------------------------------------------------------
#Name       : DEINSTALL_LIST

#Datatype : StringList
#Description: List of components to be deinstalled during a deinstall session.
#Example: DEINSTALL_LIST = {"oracle.server","9.2.0.5.0"}
#-------------------------------------------------------------------------------
DEINSTALL_LIST={"oracle.server","9.2.0.5.0"}
#-------------------------------------------------------------------------------
#Name       : SHOW_DEINSTALL_CONFIRMATION
#Datatype : Boolean
#Description: Set to true if deinstall confimation is needed during a deinstall session.
#Example: SHOW_DEINSTALL_CONFIRMATION = true
#-------------------------------------------------------------------------------
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
#-------------------------------------------------------------------------------
SHOW_DEINSTALL_PROGRESS=true
#-------------------------------------------------------------------------------
#Name       : ACCEPT_LICENSE_AGREEMENT

#Datatype : Boolean
#Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations. #Example: ACCEPT_LICENSE_AGREEMENT = true
#-------------------------------------------------------------------------------
ACCEPT_LICENSE_AGREEMENT=false
#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.apache.isqlplus
#-------------------------------------------------------------------------------

oracle.apache.isqlplus:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.cartridges.context
#-------------------------------------------------------------------------------

oracle.cartridges.context:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.cartridges.locator
#-------------------------------------------------------------------------------

oracle.cartridges.locator:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.jdbc.jdbc_dev
#-------------------------------------------------------------------------------

oracle.java.jdbc.jdbc_dev:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.jdbc.oci_common
#-------------------------------------------------------------------------------

oracle.java.jdbc.oci_common:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.ano.sns
#-------------------------------------------------------------------------------

oracle.options.ano.sns:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.ano.ssl.owm
#-------------------------------------------------------------------------------

oracle.options.ano.ssl.owm:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.intermedia.imcom
#-------------------------------------------------------------------------------

oracle.options.intermedia.imcom:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.intermedia.jai
#-------------------------------------------------------------------------------

oracle.options.intermedia.jai:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.olap
#-------------------------------------------------------------------------------

oracle.options.olap:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.olap.cwmlite
#-------------------------------------------------------------------------------

oracle.options.olap.cwmlite:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.ops
#-------------------------------------------------------------------------------

oracle.options.ops:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.p2k.ott
#-------------------------------------------------------------------------------

oracle.p2k.ott:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.p2k.precomp_common
#-------------------------------------------------------------------------------

oracle.p2k.precomp_common:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.p2k.proc
#-------------------------------------------------------------------------------

oracle.p2k.proc:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.p2k.procob
#-------------------------------------------------------------------------------

oracle.p2k.procob:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.p2k.procob18
#-------------------------------------------------------------------------------

oracle.p2k.procob18:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.aqapi
#-------------------------------------------------------------------------------

oracle.rdbms.aqapi:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.expimp
#-------------------------------------------------------------------------------

oracle.rdbms.expimp:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.hs_common
#-------------------------------------------------------------------------------

oracle.rdbms.hs_common:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.hs_odbc
#-------------------------------------------------------------------------------

oracle.rdbms.hs_odbc:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.lbac
#-------------------------------------------------------------------------------

oracle.rdbms.lbac:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.mig
#-------------------------------------------------------------------------------

oracle.rdbms.mig:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.nid
#-------------------------------------------------------------------------------

oracle.rdbms.nid:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.occi
#-------------------------------------------------------------------------------

oracle.rdbms.occi:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.otrace
#-------------------------------------------------------------------------------

oracle.rdbms.otrace:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.plsql
#-------------------------------------------------------------------------------

oracle.rdbms.plsql:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.rman
#-------------------------------------------------------------------------------

oracle.rdbms.rman:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.sqlldr
#-------------------------------------------------------------------------------

oracle.rdbms.sqlldr:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.sqlplus
#-------------------------------------------------------------------------------

oracle.rdbms.sqlplus:PROD_HOME="E:\oracle\ora92\oracle.rdbms.sqlplus"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.agent_rsf
#-------------------------------------------------------------------------------

oracle.rsf.agent_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_agent_rsf_agent_rsf_cmp"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.clntsh_rsf
#-------------------------------------------------------------------------------

oracle.rsf.clntsh_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_clntsh_rsf_clntsh_rsf_cmp"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.ldap_rsf
#-------------------------------------------------------------------------------

oracle.rsf.ldap_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_ldap_rsf_cmp"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.net_rsf
#-------------------------------------------------------------------------------

oracle.rsf.net_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_net_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.nlsrtl_rsf
#-------------------------------------------------------------------------------

oracle.rsf.nlsrtl_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_nlsrtl_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.oracore_rsf
#-------------------------------------------------------------------------------

oracle.rsf.oracore_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_oracore_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.otrace_rsf
#-------------------------------------------------------------------------------

oracle.rsf.otrace_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_otrace_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.precomp_rsf
#-------------------------------------------------------------------------------

oracle.rsf.precomp_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_precomp_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.ssl_rsf
#-------------------------------------------------------------------------------

oracle.rsf.ssl_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_ssl_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.xdk_rsf
#-------------------------------------------------------------------------------

oracle.rsf.xdk_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_rdbms_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.tg.tg4sybs
#-------------------------------------------------------------------------------

oracle.tg.tg4sybs:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.tg.tg4tera
#-------------------------------------------------------------------------------

oracle.tg.tg4tera:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.utilities.util
#-------------------------------------------------------------------------------

oracle.utilities.util:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.parser.java
#-------------------------------------------------------------------------------

oracle.xml.parser.java:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.xml_ncomp
#-------------------------------------------------------------------------------

oracle.xml.xml_ncomp:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.oid.client
#-------------------------------------------------------------------------------

oracle.oid.client:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.common_schema
#-------------------------------------------------------------------------------

oracle.rdbms.common_schema:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.networking.netsrv
#-------------------------------------------------------------------------------

oracle.networking.netsrv:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.oid.server
#-------------------------------------------------------------------------------

oracle.oid.server:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.dbv
#-------------------------------------------------------------------------------

oracle.rdbms.dbv:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.networking.cman
#-------------------------------------------------------------------------------

oracle.networking.cman:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.networking.names
#-------------------------------------------------------------------------------

oracle.networking.names:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.ano.dce
#-------------------------------------------------------------------------------

oracle.options.ano.dce:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.utilities.util_common
#-------------------------------------------------------------------------------

oracle.utilities.util_common:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.networking.netclt
#-------------------------------------------------------------------------------

oracle.networking.netclt:PROD_HOME="E:\oracle\ora92\oracle.networking.netclt"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.olap.api
#-------------------------------------------------------------------------------

oracle.options.olap.api:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.partitioning
#-------------------------------------------------------------------------------

oracle.options.partitioning:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.networking.netmgr
#-------------------------------------------------------------------------------

oracle.networking.netmgr:PROD_HOME="E:\oracle\ora92\oracle.networking.netmgr"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.plsql_rsf
#-------------------------------------------------------------------------------

oracle.rsf.plsql_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_plsql_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.ano.ssl
#-------------------------------------------------------------------------------

oracle.options.ano.ssl:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.demo
#-------------------------------------------------------------------------------

oracle.rdbms.demo:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.xml.xsu
#-------------------------------------------------------------------------------

oracle.rdbms.xml.xsu:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.sqlj.sqljruntime
#-------------------------------------------------------------------------------

oracle.java.sqlj.sqljruntime:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.xml
#-------------------------------------------------------------------------------

oracle.rdbms.xml:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.jdbc.thin12
#-------------------------------------------------------------------------------

oracle.java.jdbc.thin12:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.cartridges.spatial
#-------------------------------------------------------------------------------

oracle.cartridges.spatial:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.isearch.is_common
#-------------------------------------------------------------------------------

oracle.isearch.is_common:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.isearch.client
#-------------------------------------------------------------------------------

oracle.isearch.client:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.dbjava_rsf
#-------------------------------------------------------------------------------

oracle.rsf.dbjava_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_dbjava_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.javavm.javatools
#-------------------------------------------------------------------------------

oracle.java.javavm.javatools:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.jdbc.thin14
#-------------------------------------------------------------------------------

oracle.java.jdbc.thin14:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.isearch.server
#-------------------------------------------------------------------------------

oracle.isearch.server:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.oci
#-------------------------------------------------------------------------------

oracle.rdbms.oci:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.p2k.xmldevkit
#-------------------------------------------------------------------------------

oracle.p2k.xmldevkit:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.intermedia.imclient.imclisamples
#-------------------------------------------------------------------------------

oracle.options.intermedia.imclient.imclisamples:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.parser.cplus
#-------------------------------------------------------------------------------

oracle.xml.parser.cplus:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.parser.c
#-------------------------------------------------------------------------------

oracle.xml.parser.c:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.parser.plsql
#-------------------------------------------------------------------------------

oracle.xml.parser.plsql:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.assistants.acf
#-------------------------------------------------------------------------------

oracle.assistants.acf:PROD_HOME="E:\oracle\ora92\oracle.assistants.acf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.oid.client_common
#-------------------------------------------------------------------------------

oracle.oid.client_common:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.jdbc.thin11
#-------------------------------------------------------------------------------

oracle.java.jdbc.thin11:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.oid.oidca
#-------------------------------------------------------------------------------

oracle.oid.oidca:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.sqlj
#-------------------------------------------------------------------------------

oracle.java.sqlj:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.oid.tools
#-------------------------------------------------------------------------------

oracle.oid.tools:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.networking.netca
#-------------------------------------------------------------------------------

oracle.networking.netca:PROD_HOME="E:\oracle\ora92\oracle_networking_netca"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.xsql
#-------------------------------------------------------------------------------

oracle.xml.xsql:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.hs_olefs
#-------------------------------------------------------------------------------

oracle.rdbms.hs_olefs:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.hs_olesql
#-------------------------------------------------------------------------------

oracle.rdbms.hs_olesql:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.tg.tg4msql
#-------------------------------------------------------------------------------

oracle.tg.tg4msql:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.emprod.agent_ext.oapps_agentext
#-------------------------------------------------------------------------------

oracle.emprod.agent_ext.oapps_agentext:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.emprod.agent_ext.emd_agentext
#-------------------------------------------------------------------------------

oracle.emprod.agent_ext.emd_agentext:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.emprod.agent_ext.oecm_agentext
#-------------------------------------------------------------------------------

oracle.emprod.agent_ext.oecm_agentext:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.cartridges.ordcom
#-------------------------------------------------------------------------------

oracle.cartridges.ordcom:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.emprod.agent_ext.sqlsrv_agentext
#-------------------------------------------------------------------------------

oracle.emprod.agent_ext.sqlsrv_agentext:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.cartridges.ordaudio
#-------------------------------------------------------------------------------

oracle.cartridges.ordaudio:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.cartridges.ordimg
#-------------------------------------------------------------------------------

oracle.cartridges.ordimg:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.cartridges.ordsmv
#-------------------------------------------------------------------------------

oracle.cartridges.ordsmv:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.classgen.cplus
#-------------------------------------------------------------------------------

oracle.xml.classgen.cplus:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.classgen.java
#-------------------------------------------------------------------------------

oracle.xml.classgen.java:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.transx
#-------------------------------------------------------------------------------

oracle.xml.transx:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.xml.transview
#-------------------------------------------------------------------------------

oracle.xml.transview:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.advrep
#-------------------------------------------------------------------------------

oracle.rdbms.advrep:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.csmig
#-------------------------------------------------------------------------------

oracle.rdbms.csmig:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.tg.pg4appc
#-------------------------------------------------------------------------------

oracle.tg.pg4appc:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.tg.pg4mq
#-------------------------------------------------------------------------------

oracle.tg.pg4mq:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.tg.tg4drda
#-------------------------------------------------------------------------------

oracle.tg.tg4drda:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.jdbc.jdbc_common
#-------------------------------------------------------------------------------

oracle.java.jdbc.jdbc_common:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.hs_oledb
#-------------------------------------------------------------------------------

oracle.rdbms.hs_oledb:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.emprod.oemagent.agentca
#-------------------------------------------------------------------------------

oracle.emprod.oemagent.agentca:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.intermedia.imclient.imclijava
#-------------------------------------------------------------------------------

oracle.options.intermedia.imclient.imclijava:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.intermedia.imclient.imclijmf
#-------------------------------------------------------------------------------

oracle.options.intermedia.imclient.imclijmf:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.intermedia.imclient.imcliweb
#-------------------------------------------------------------------------------

oracle.options.intermedia.imclient.imcliweb:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.rdbms_rsf
#-------------------------------------------------------------------------------

oracle.rsf.rdbms_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_rdbms_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.emprod.agent_ext.ows_agentext
#-------------------------------------------------------------------------------

oracle.emprod.agent_ext.ows_agentext:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.intermedia.imclient.imclicompat
#-------------------------------------------------------------------------------

oracle.options.intermedia.imclient.imclicompat:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.javavm
#-------------------------------------------------------------------------------

oracle.java.javavm:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.java.j2ee.core
#-------------------------------------------------------------------------------

oracle.java.j2ee.core:PROD_HOME="E:\oracle\ora92\lib"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.emprod.oemagent.base_oemagent
#-------------------------------------------------------------------------------

oracle.emprod.oemagent.base_oemagent:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.options.odm
#-------------------------------------------------------------------------------

oracle.options.odm:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.doc_rsf
#-------------------------------------------------------------------------------

oracle.rsf.doc_rsf:PROD_HOME="E:\oracle\ora92\dcommon"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms.dbscripts
#-------------------------------------------------------------------------------

oracle.rdbms.dbscripts:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rsf.platform_rsf
#-------------------------------------------------------------------------------

oracle.rsf.platform_rsf:PROD_HOME="E:\oracle\ora92\oracle_rsf_platform_rsf"

#-------------------------------------------------------------------------------
#Name       : PROD_HOME
#Datatype   : String

#Component : oracle.rdbms
#-------------------------------------------------------------------------------

oracle.rdbms:PROD_HOME=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : varMQM
#Datatype   : Number
#Description: dialogLocation return value
#Component : oracle.tg.pg4mq
#-------------------------------------------------------------------------------

varMQM=<Value Unspecified>

#-------------------------------------------------------------------------------
#Name       : varDRDANETSEL
#Datatype   : Number
#Description: Network Product Selection index for Dialog
#Component : oracle.tg.tg4drda
#-------------------------------------------------------------------------------

varDRDANETSEL=<Value Unspecified>


Received on Fri Dec 02 2005 - 15:20:55 CST

Original text of this message

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