Webdb 2.2 installation

i finished the webdb installation without any problems. but when i try to access the webdb home page i get a message saying "Verify that the TNS name in the connect string of DAD for this URL is valid"
when i went to the admin/listner.htm page, i found the connect string is %wwvcs%. when i try to change it to my connect string that i setup it says the changes cannot be made. what is the problem? please help
Thanks

Remember that you must have your database running and your listener started. Also you must have TNS_ADMIN environment variable pointing to tnsnames.ora.
I have some problems with Webdb installation too. For example:
Documentation says that we must install webdb
in a new ORACLE HOME. OK. If you install the product in other ORACLE HOME, installer can not see several files like passwd.sql and others.
If you install the product in the database's ORACLE HOME, Webdb for Linux RUNS! but your sqlplus not (core dumped).
?Which are the steps for installing webdb in
other ORACLE HOME?
Bye.

Similar Messages

  • Webdb

    Hello there,
    I am trying to install webdb 2.0.1 in oracle 8i and when i reashed thje first screen of setup program where it asks me oracle home and location, by default it displays 8i home, upon clicking ok, it gave an error that it canot be this home, must be another home(this is also specified in docu), upon choosing the other home and loc, it proceed to the next screem and then it prompted that the produlcts can pnly be installed on <homs> which is the oracle 8i home.
    Kindly reply asap.
    null

    Whe I installed WEBDB, I had already installed Oracle 8i, but I had it installed in a home other than the default home. When I came to install WEBDB, I simply selected DEFAULT_HOME as the installation home, and everything worked fine.
    It is ceratin that you can't install WEBDB in the Oracle 8i home, so I guess if your Oracle 8i is in the default home you may be out of luck.
    By the way, I don't think you have to install SQLPlus when you install WEBDB. Select installation of listener only.
    Fran

  • WebDB 2.2/RedHat 6.1. For God's sake why doesn't Oracle release some documentation??

    Someone please tell me how to get past the
    "Enter your Oracle database SYS user password and a TNS names alias" page. My password doesn't show up as ****'s or spaces. Do I have termcap problem here? I've tried different term types and none of the obvious ones help.
    I enter change_on_install for the password and "oracle" (my SID) for the TNSNAMES alias. But I always get a "You entered an incorrect system password or an incorrect TNS names alias" error message. Which is it? Why doesn't it just say "Oracle doesn't work". Or "What you entered doesn't compute". Or "You f%$^ing dumb ass, don't you f$%^ing know anything about Oracle, you should have entered something else". These messages are equally as useful as the current response. Do I need to create a new TNS names alias? If so why? And where is the documentation on this?
    I'm guessing that because Oracle released Webdb on Linux it does actually work and that someone, somewhere got it to work. Otherwise Oracle is no better than Microsucks in their support effort ("Well it works on my system, you must be doing something wrong").
    Thanks for any help. I'd really like to use WebDB but if I have to spend any more than 2 days just to get it installed I might as well revert to Winblows NT and self installing, self configuring ZIP files or jump of the Brooklyn bridge and I'd rather do the later.
    Bren.

    I am a Product Manager for WebDB and I am concerned that you are having such a problematic experience.
    Below I have pasted an installation note that is available on MetaLink, this should walk you through the process.
    The reason your TNS connection is failing is because WebDB does not know where to connect to. WebDB uses 8.0.5 binaries and therefore cannot use the tnsnames.ora file in the 8i Oracle home. To get it to work you need to do one of two things, either copy the tnsnames.ora file from your 8i home to the new WebDB home you're about to create. Or create yourself an environment variable called TNS_ADMIN that points to [8i home/network/admin]
    Don't worry about not seeing asterisks as we don't display any, this is a 'feature' of the character based installer that we use.
    With WebDB 3.0 we will not have this problem as we are using 8i binaries and libraries and we will install using the Oracle Universal Installer, not a character mode one.
    Hope this helps.
    PURPOSE
    This document provides detailed installation notes for WebDB 2.2.0.0.4. It is
    focused on installing WebDB for an 8.1.5 (8i) database. Since WebDB is based
    off of the 8.0.5 binary and library files, it must be installed in a separate
    ORACLE_HOME than 8.1.5.
    SCOPE & APPLICATION
    This document is intended to guide you through every step of the WebDB
    installation process against 8i to prevent the most common issues.
    BEFORE YOU BEGIN
    Create a new directory for the new WebDB ORACLE_HOME separate from the 8.1.5
    database ORACLE_HOME.
    i.e. /u01/app/oracle/product/webdb/
    You must ensure that all of the appropriate environment variables are set before
    beginning the installation process. Unset any existing ORACLE environment
    settings and only set the following:
    ORACLE_HOME-->point this to the WebDB home
    i.e. setenv ORACLE_HOME /u01/app/oracle/product/webdb/
    LD_LIBRARY_PATH-->point this to the $ORACLE_HOME/lib where $ORACLE_HOME is the
    WebDB home
    i.e. setenv LD_LIBRARY_PATH $ORACLE_HOME/lib/
    SHLIB_PATH-->point this to the $ORACLE_HOME/lib as well where $ORACLE_HOME is the
    WebDB home
    i.e. setenv SHLIB_PATH $ORACLE_HOME/lib/
    LIBPATH (for AIX ONLY)-->point this to the $ORACLE_HOME/lib as well where $ORACLE_HOME is the
    WebDB home
    i.e. setenv LIBPATH $ORACLE_HOME/lib/
    PATH-->append the following $ORACLE_HOME/bin/ where $ORACLE_HOME is the
    WebDB home
    i.e. setenv PATH $ORACLE_HOME/bin/:$PATH
    TNS_ADMIN-->point this to the database home/network/admin directory.
    i.e. setenv TNS_ADMIN /u01/app/oracle/product/8.1.5/network/admin
    WV_GATEWAY_CFG-->point this to the $ORACLE_HOME/listener/cfg/wdbsvr.app where
    $ORACLE_HOME is the WebDB home
    i.e. setenv WV_GATEWAY_CFG $ORACLE_HOME/listener/cfg/wdbsvr.app
    BEGIN THE INSTALLATION
    From the unix prompt, cd to the staging area for your WebDB Media and go to the
    orainst director.
    i.e. cd /SD_CDROM/orainst/
    Run the orainst for the Oracle Installer to begin.
    i.e. ./orainst
    1.)'Oracle WebDB 2.1 Installation Requirements' Select OK.
    2.)'Environment Variable'
    ORACLE_BASE - this should be set already
    i.e. /u01/app/oracle/
    ORACLE_HOME - this should be set to the WeBDB home already
    i.e. /u01/app/oracle/product/webdb/
    Select OK.
    3.)'Relink All Executables?' Select NO.
    4.)'Software Asset Manager' - select Oracle WebDB 2.2.0.0.4 and Oracle WebDB
    Listener 2.2.0.0.4. Select INSTALL.
    5.)'WebDB Listener'
    Hostname --> provide the fully qualified host.domain as registered with DNS
    i.e. iprodhp2.us.oracle.com
    Data Access --> You can name your database access descriptor anything you
    would like but it is best if you take the default which is 'WebDB'
    WebDB Schema --> This is the schema that all WebDB packages will be installed
    under. It is recommended that you again take the default which is 'WEBDB'
    Listener Port -- > Ensure that you choose a port that is not already in use.
    Port 80 is the default http port. This port number can always be changed
    later when you start the WebDB listener.
    Select OK.
    6.)'Choose the Database' - Select Oracle 8i and Select OK.
    7.)Please provide the appropriate sys password and the TNSNAMES alias used to
    connect to the 8.1.5 database.
    8.)'WEBDB' --> Select the tablespaces you would like to install into.
    Installation = WEBDB
    Default = <USERS>
    Temporary = <TEMP>
    Document = <USERS>
    Select OK.
    9.)WebDB initial password is webdb --> Select OK.
    10.)'Choose Language' --> English is automatically installed but you may choose
    any additional languages. Select OK.
    11.)Installation of the WebDB schema may take a while. You may think your
    installer is hanging but in fact it is just installing a lot of information.
    Depending on your machine's resources, the average time to complete this
    task is usually around 45 minutes to 1 hour.
    12.)'WebDB Install Complete' --> Select OK.
    13.)It will then install support files.
    14.)'WebDB Listener Successfull' Select OK.
    15.)Exit Software Asset Manager
    Go to the unix prompt to start the listener:
    wdbstart host.domain port&WHERE host.domain is the fully qualified host and domain name with DNS
    AND port is the http port you would like the listener to start on
    i.e. wdbstart iprodhp2.us.oracle.com 22004&
    CONFIGURING THE LISTENER
    Go the following URL: http://host.domain:port/admin_/gateway.htm
    WHERE host.domain is the fully qualified host and domain name with DNS
    AND port is the http port you started the listener on
    i.e. http://iprodhp2.us.oracle.com:22004/admin_/gateway.htm
    Verify that your connect string is correct on the gateway.htm page. This should
    be the alias registered in your TNSNAMES.ORA file. Then click Apply. It is
    not neccessary to restart the listener after you make the change.
    ACCESSING THE WEBDB HOME PAGE
    Go to the following URL: http://host.domain:port/
    HERE host.domain is the fully qualified host and domain name with DNS
    AND port is the http port you started the listener on
    i.e. http://iprodhp2.us.oracle.com:22004/
    null

  • NEW 9iAS PORTAL UPGRADE SCRIPTS NOW AVAILABLE

    Based on detailed customer and internal feedback, Oracle9iAS Portal Product Development is now making available NEW and significantly IMPROVED versions of the 9iAS Portal Upgrade Scripts as of 4/20/2001.
    [list]
    [*]Oracle9iAS Portal Upgrade Scripts (2.2/3.0.3.3.3 -> 3.0.6) for Windows NT
    [*]Oracle9iAS Portal Upgrade Scripts (2.2/3.0.3.3.3 -> 3.0.6) for Solaris
    [list]
    The upgrade scripts provided here (at the links above) will allow you to upgrade the following environments:
    a) Your existing WebDB 2.2 installations to Oracle9iAS Portal 3.0.6.
    b) Your existing Oracle Portal Early Adopters Release (3.0.3.3.3) to Oracle9iAS Portal 3.0.6.
    For specific upgrade documentation (also updated!), please consult the links below:
    [list]
    [*]Release notes for Oracle9iAS Portal 3.0.6 Upgrade
    [*]Oracle9iAS Portal Upgrade Guide for NT/2000
    [*]Oracle9iAS Portal Upgrade Guide for Solaris
    [list]
    NOTE: For the final step of the upgrade process, you will also need to download additional upgrade scripts to take you from Oracle9iAS Portal 3.0.6 to the current 3.0.8.9.8 Oracle9iAS Portal release.
    NOTE: Scripts and Doc for the 9iAS Portal 3.0.6 to 3.0.8 Upgrade are expected to be made available later this week (April 24-27)
    The following is a list of bugs and issues addressed with the latest 9iAS Portal 3.0.6 upgrade scripts.
    Upgrade Bugs Fixed for the 2.2 -> 3.0.6 upgrade
    1697813 - NT SCRIPT IS ASKING FOR VALUES 3 AND 4
    1697862 - APPIMP.CSH
    1697863 - UNEXPECTED ERROR ENCOUNTERED ERRORS OCCURED IN APPIMP.CSH
    1697828 - SB: MISSING LINKS FOR THE FOR ITEMS
    1697781 - MIGRATION FAILED
    1714261 : APPLICATION IMPORT SCRIPT FAILS
    1716379 : IMPORT SCRIPT TERMINATES ABNORMALLY
    1712877 : EXPORTING A APPLICATION FAILS
    1715551 : NO ACTION LINKS FOR LOVS WHEN IMPORTED FROM WEBDB SCHEMA !!
    1740211 : AFTER UPGRADE EDITING THE SCHEMA GIVING ERROR
    1697795 - MISSING TEMPLATE AFTER UPGRADE (DOC BUG)
    1697839 - 22-306:DOC: NEEDS TO DOCUMENT
    1697835 - 22-306:DOC: NEEDS TO DOCUMENT
    Additional Bug Fixes
    1703032 - IMPROVE PERFORMANCE FOR THE FOLDER IN EDIT-MODE.
    1703040 - EDIT LINKS APPEAR ON FOLDERS EVEN THOUGH USER DOES NOT HAVE PRIVILEGES.
    1703052 - SUBFOLDERS UNDER THE FOLDERS NOT ALIGNED PROPERLY
    1703063 - PERSPECTIVE PAGE RENDERS SLOWLY
    1703070 - NAVBAR LOGON/LOGOFF LINKS IS HARDCODED TO GO THE CONTENT AREA ROOT FOLDER
    1703072 - NAVBAR LOGON/LOGOFF LINKS DOES NOT WORK FOR PERSONAL FOLDERS.
    1689813 - ITEM LINK IN SEARCH RESULTS SHOULD BE DIRECT ACCESS URL
    null

    Richard,
    You'll need to have 1.0.2.2 to be installed on the middle tier before performing the upgrade for your portal 3.0.9 upgrade repository on the database end. So that means, you'll need to wait for the Linux download of iAS 1.0.2.2 to be available before beginning your upgrade of the portal repository, assuming that your middle tier of iAS is also on a Linux box.
    iAS 1.0.2.2 does indeed include Portal 3.0.9, of which Portal 3.0.9 components will be installed during the upgrade process along with the upgrade of the middle tier. During the upgrade process, the installer (from my personal experience on NT), will notify you that it is performing an upgrade installation of your middle tier, provided that you specified the middle tier's ORACLE_HOME when executing the oracle installer.
    Just be sure to read and follow the 9iAS Migration guide before beginning your upgrade of the middle tier to iAS 1.0.2.2. After upgrading the middle tier to 1.0.2.2, the actual upgrade of the portal repository was extremely simple by comparison.
    The upgrade of the portal repository took a few hours (my recommendation is to invoke it off before leaving for the evening), and it will leave a detailed logfile for you to peruse afterwards, if you choose).
    Best Regards,
    Harry

  • OCS Portlet on Portal 10.1.4

    During installation OCS 10.1.2 on OAS 10.1.2.0.2 (Portal 10.1.4 :( ):
    Install OCS Infra on different DB (sid=ocs).
    Installing OCS apps to ocs and during config Oracle Collaborative Portlets CA i get the error like
    Invalid Portal Schema Version: 10.1.4.0.0
    Supported Portal Schema Version(s) are: 9.0.2.6, 10.1.2, 9.0.4
    Installer Exception
    oracle.webdb.utils.PortalExceptionImpl: Invalid Portal Schema version
    at oracle.portal.PortalException.<init>(Unknown Source)
    at oracle.webdb.ohs.install.InstallException.<init>(InstallException.java:24)
    at oracle.webdb.ohs.install.Installer.performInstallation(Installer.java:688)
    at oracle.webdb.ohs.install.Installer.main(Installer.java:707)
    i cant uninstall patch 10.1.4 and cant install OCS AS.
    Help.
    I'm realy don't want reinstall all: OAS Portal, OAS BPEL, OAS OCS
    Help.
    Thanks

    Don't use the AS portal with OCS it's better and recommend by Oracle to user the portal that comes with OCS. The portal that comes with OCS is the full blown portal unlike the version that came with 9.0.4.x.
    I think you would be better off uninstalling and starting over. It might be a little more work now but you'll be happy you did.

  • WebDB installations on Linux (FAILS)

    Hello,
    I'm trying to install webdb on a debian box running potato and
    Oracle 8i. I tried running orainst, but webdb wouldnt accpet SYS
    password. I dont even see it connect to 8i's listner. What might
    be wrong? Is there a tnsnames setup involved? If so exectly do I
    need to do? (I've tried looking for HOWTO's on this), it seems
    like a number of people are having the same problem I've been
    having.
    Thanks
    Ishan
    null

    bobenrieth (guest) wrote:
    : Ishan (guest) wrote:
    : : Hello,
    : : I'm trying to install webdb on a debian box running potato
    and
    : : Oracle 8i. I tried running orainst, but webdb wouldnt accpet
    : SYS
    : : password. I dont even see it connect to 8i's listner. What
    : might
    : : be wrong? Is there a tnsnames setup involved? If so exectly
    do
    : I
    : : need to do? (I've tried looking for HOWTO's on this), it
    seems
    : : like a number of people are having the same problem I've been
    : : having.
    : : Thanks
    : : Ishan
    : Hello,
    : I'm doing the same but with 8.0.5 and Slackware3.9 and
    : encounters the same problems.
    : Mareike Ernst told me that she was having the same on Solaris
    : too !!!
    : To avoid it, you need to create manually the "pass.sys" file
    : containing your sys password when you are asking for it by the
    : installer.
    : To test your password, the installer is using the passwd.sql
    : script.
    : And here something goes wrong ....
    : After doing that, I came on onthers errors based on script like
    : findts.sql, .....
    : Tell me if it works for you !!!!
    : Guy
    I have sucessfully loaded webdb on linux mandrake 6.0 running
    oracle 8.05. In the install just accept the default oracle_base
    and oracle_home directories. The installer created a webdb
    directory under the product directory. You should also create
    your temp and user tablespaces before installing webdb. Webdb
    will create its own but you will have no control over placement
    of size.
    null

  • WebDB Installation problem

    I am attempting to install WebDB on my
    laptop. I just installed Oracle 8i (v. 8.1.5) on the same machine which has Windows NT 4.0 Workstation OS. When I run the WebDB install (v.2.0.5 for NT), the
    first thing it asks me in the Oracle Installation Settings window is the Oracle home, which I specify as 'DEFAULT_HOME' which is the home I set up for the 8i installation. For location, I provide the location of 'D:\Oracle\Ora81' which is where it was set up. Language is English of
    course. I get a 'General Information' message that says:
    "The location specified, "D:\Oracle\Ora81' is already used as an Oracle home for 'Oracle 815 Production'. It cannot be used as an Oracle home for 'nt'."
    I click on OK, and I am taken back to the Oracle Installation Settings, and I am not able to get past this.
    Also, not knowing what I was doing, I thought I would specify a new Oracle home and I typed in the name: 'WEBDB_HOME' and location: 'D:\WEBDB' and clicked OK. It prompts me to choose between Typical
    install and Custom Install. I choose Typical.. and say OK. It asks me
    for the SYS password, and I type it in (change_on_install) without changing host name (my computer name) or port# (80) info, and click OK. I get an error:
    "PL/SQL Web Toolkit does not support multiple installations, and therefore cannot be installed on 'WEBDB_HOME'. It can only be installed on 'DEFAULT_HOME'. In order to install PL/SQL Web Toolkit, please run
    the Installer again, and select 'DEFAULT_HOME as the target location."
    But I already tried that! I say OK and the installation software closes.
    Can someone tell me how I can fix this problem? I have tried both
    approaches and dont seem to be getting anywhere.
    I appreciate your help.
    Thanks
    Raj
    null

    I've experienced a similar problem when installing against Windows NT, which I solved by explicitly set ORACLE_SID from an MS-DOS prompt, and then running the installer from there. I don't know if this info is of any use - sorry if it isn't.

  • Problems of installation with Oracle WebDB

    Srs:
    When i am installing Oracle WebDB, in the part when insert the SYS user password and TNS names Alias; i introduce for example: Sys password: bird and TNS names alias: webdb, but when clic OK, the program say that the SYS user password or TNS names alias is incorrect, but both sys and tns names is correct(in $ORACLE_HOME/network/admin, i define my TNS names alias called webdb)
    Please help me...
    P.D. I am running WebDB installation in character mode.

    I just faced the same trouble. I'm installing
    WebDB 2.2 on a Solaris 7 server with oracle8i
    installed already. What puzzled me most is
    that you must input a different/new ORACLE_HOME
    while installing. You know, we have original
    ORACLE_HOME for oracle8i. So WHICH ORACLE_HOME on earth it points to in the whole WebDB Installation Guide?
    This question is very important because we
    have two tnsnames.ora in both oracle home.
    Please give me your advice.
    Thanks a lot.
    Yibin

  • Please HELP me!, NT WebDB installation problem

    Hi!
    I have been trying to install web db, I have not been able to do
    it because of the following problem.
    When i get to the "Oracle Installation Settings", Name drop-down
    list contains only "EM_V20" (Enterprise Manager)(and the
    location points to the location of enterprise manager
    (D:\EM_V20)). So, I cannot select any database to install Web
    db. And when I continue regardless of what i got, it asks for
    the sys password ( I don't know which database it is asking for,
    anyway I changed all the database sys passwords to a unique
    password say xxx), and I submit xxx, but it did not accept ( Not
    a surprise), And it corrupted my enterprise manager also.
    So, How can I install web db to my database say "sample" or how
    I can choose my database.. (In your Oracle web db installation
    handbook, it says choose DEFAULT_HOME, but I got only EM_V20).
    Please help me...
    Thank you..
    null

    Hi Murat:
    I think you need to install Oracle 7 or 8 before you install
    webdb. Using CHANGE_ON_INSTALL as a password for SYS.
    Good luck
    Chen
    Murat (guest) wrote:
    : Hi!
    : I have been trying to install web db, I have not been able to
    do
    : it because of the following problem.
    : When i get to the "Oracle Installation Settings", Name
    drop-down
    : list contains only "EM_V20" (Enterprise Manager)(and the
    : location points to the location of enterprise manager
    : (D:\EM_V20)). So, I cannot select any database to install Web
    : db. And when I continue regardless of what i got, it asks for
    : the sys password ( I don't know which database it is asking
    for,
    : anyway I changed all the database sys passwords to a unique
    : password say xxx), and I submit xxx, but it did not accept (
    Not
    : a surprise), And it corrupted my enterprise manager also.
    : So, How can I install web db to my database say "sample" or how
    : I can choose my database.. (In your Oracle web db installation
    : handbook, it says choose DEFAULT_HOME, but I got only EM_V20).
    : Please help me...
    : Thank you..
    null

  • About WebDB Installation...

    Hi,
    I try to install Oracle WebDB 2.2 on Windows 2000 Professional base on Oracle Enterprise Database 8.1.7 in the same PC. And my TNSListener's port is 1521.
    I finished all prerequisites the whitepaper provided on Database then process installation. After choosing "Typical Installation" and specify the Host, DAD, ListenerPort, SYS's passwd, and existing TNS Name, the message shows that data I input is incorrect.
    I can make sure all data is correct. I can make a successful connection by sqlplus via the same connecting information. And the WebDB Listener's Port(2000) I set is different from TNSListener's Port(1521)!
    Any one can help me?
    Thank in advance...
    Regards,
    Eric
    null

    Eric,
    Unfortunately, you've got the wrong discussion group. For WebDB issues, try the Oracle Portal forum.

  • WebDB 2.2 & Developer 6i Installation issues

    Fellow experts,
    I need your help!
    I have installed oracle 8i ( Windows NT) in default_home1
    I have installed WEBDB 2.2 in default_home2
    Both are working great.
    After I installed Developer 6i on default_home2, when i try to connect webdb, i get the following error message. Invalid TNS service name. Please change the DAD .
    I got the same errot when i installed developer 6i on the new default_home3 directory also.
    Do developer6i and WEBDB 2.2 coexist?
    please advise.
    Thanks
    null

    Hi,
    Yeah, I installed both the products i.e, database and developer in separate directories.
    Hassan

  • WebDB installation

    I have installed Oracle 8i and WebDB on Win2k and I get the following error.
    When installing WebDB, if I use the proper host name given to me by my ISP, I get the following:
    The test did not succeed.
    ORA-12224: TNS:no listener
    There may be an error in the fields entered
    or the server may not be ready for a connection.
    You can check the server and retry, or continue
    I have checked and both the Oracle and WebDB listeners are running.
    If I type my computer name into the host name field, the test is successful but I cannot get into WebDB to configure it.
    Could you please help me? It is somewhat urgent, I have to have the schema running this week.
    Thank you.

    If you're installing version 2.0.5 (which doesn't have a databse connect string - like 2.1) then you need to add the LOCAL parameter to the registry under [HKEY LOCAL MACHINE]\SOFTWARE\ORACLE
    Add it as a string value and set it as the name you gave your database in your NET80 tnsnames.ora e.g. yourdb.world
    Hope this helps
    -- Oracle EIT Product Management -- JMP
    null

  • Oracle installation not proceeding further still 0%

    Dear Experts
    i'm install ECC5.0 on Fedoracore 6 with Oracle 9 as DB while i start the oracle installation it seemed to hanged somewhere ,there showing
    "linking pending........"
    coping README......
    pls check the log file which is given below
    Environment variables:
         ORACLE_HOME = /oracle/QTY/920_32
         PATH = /usr/bin:/usr/ccs/bin:/bin:/bin:/usr/bin:/sbin:/usr/sbin:/oracle/QTY/920_32/bin:.:/oracle/QTY:/usr/sap/QTY/SYS/exe/runU:/usr/sap/QTY/SYS/exe/run:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
         CLASSPATH =
    Username is: oraqty
    This installation is being performed using response file /tmp/.orainst_rsp.19981.Unable to read the list of homes from the inventory.
    The installer version is 2.2.0.12.0
    Welcome Page***
    This installation is being performed using response file /tmp/.orainst_rsp.19981.
    Setting value of UNIX_GROUP_NAME to dba
    Setting value of FROM_LOCATION to /oracle/stage/920_32/Disk1/stage/products.jar
    Setting value of ORACLE_HOME_NAME to QTY_920_32
    Setting value of ORACLE_HOME to /oracle/QTY/920_32
    Setting value of TOPLEVEL_COMPONENT to oracle.server,9.2.0.1.0,
    Setting value of SHOW_SPLASH_SCREEN to false
    Setting value of SHOW_WELCOME_PAGE to false
    Setting value of SHOW_CUSTOM_TREE_PAGE to true
    Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to false
    Setting value of SHOW_SUMMARY_PAGE to false
    Setting value of SHOW_INSTALL_PROGRESS_PAGE to true
    Setting value of SHOW_REQUIRED_CONFIG_TOOL_PAGE to true
    Setting value of SHOW_OPTIONAL_CONFIG_TOOL_PAGE to false
    Setting value of SHOW_RELEASE_NOTES to false
    Setting value of SHOW_ROOTSH_CONFIRMATION to true
    Setting value of SHOW_END_SESSION_PAGE to true
    Setting value of SHOW_EXIT_CONFIRMATION to true
    Setting value of NEXT_SESSION to false
    Setting value of NEXT_SESSION_ON_FAIL to false
    Setting value of SHOW_DEINSTALL_CONFIRMATION to true
    Setting value of SHOW_DEINSTALL_PROGRESS to true
    Setting value of INVENTORY_LOCATION to /oracle/QTY/oraInventory
    Setting value of UNIX_GROUP_NAME to 
    Setting value of UNIX_GROUP_NAME to dba
    UNIX Group Name Page***
    UnixInstallGroup = UNIX_GROUP_NAME = dba
    Initializing inventory setup WCCE
    Doing operation in inventory setup WCCE
    Setting value of CLUSTER_NODES to
    Cluster Node Selection Page***
    ClusterNodes = CLUSTER_NODES =
    Setting value of FROM_LOCATION to /oracle/stage/920_32/Disk1/stage/products.jar
    Setting value of ORACLE_HOME to /oracle/QTY/920_32
    Setting value of ORACLE_HOME_NAME to QTY_920_32
    File Locations Page***
    FromLocation = FROM_LOCATION = /oracle/stage/920_32/Disk1/stage/products.jar
    ToLocation = ORACLE_HOME = /oracle/QTY/920_32
    ToName = ORACLE_HOME_NAME = QTY_920_32
    Initializing installer access setup
    Setting value of ORACLE_HOME to /oracle/QTY/920_32
    Setting value of LOCATION_FOR_DISK2 to ../../Disk2
    Setting value of LOCATION_FOR_DISK3 to ../../Disk3
    Setting value of ToplevelComp to oracle.server, 9.2.0.1.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of ToplevelComps to [Loracle.sysman.oii.oiii.OiiiCompInstallID;@9ea96
    Setting value of COMPONENT_LANGUAGES to en,
    Setting value of SELECTED_LANGUAGES to [en]
    Setting value of PROD_HOME to /oracle/QTY/oraInventory/../oui
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.oid.oradas
    Setting value of PROD_HOME to /oracle/QTY/920_32/jewt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_fonts
    Setting value of PROD_HOME to /oracle/QTY/920_32/rts
    Setting value of PROD_HOME to /oracle/QTY/920_32/jpi
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_tools_developer_balicomp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_soap_client
    Setting value of PROD_HOME to /oracle/QTY/920_32/jdk
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.assistants
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.utilities
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_repapi
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.sqlmod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_olap_shiphome_driver
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.java.ojsp.jsp_server
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.java.ejb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.apache.mod8i
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_apache_ejb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.server
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ops
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.partitioning
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.spatial
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rdbms.lsm
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.client
    Setting value of PROD_HOME to /oracle/QTY/920_32/olap
    Setting value of PROD_HOME to /oracle/QTY/920_32/dmt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.infrastructure
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod
    Setting value of PROD_HOME to /oracle/QTY/920_32/wf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_utilities_util
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_dbv
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_mig
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.devtools
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_oci_top
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_otrace
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.intermedia.imserver
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.locator
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.oapps_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oem_webstage
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_sysman_reporting
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_ldap_rsf_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ano
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_javavm_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.cman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netsrv
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_hs_odbc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.names
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_sysman_webserver
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_hs_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.context
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/Apache
    Setting value of PROD_HOME to /oracle/QTY/920_32/soap
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emcltprod
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_xml
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.frms_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_expimp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_dbscripts
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_nid
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracel_rdbms_sqlldr
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.apache.ojsp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.emd_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.oecm_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.ows_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.oemagent
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.oemagent.agentca
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.ordsmv
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.ordaudio
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.ordimg
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.intermedia.imcom
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.ordcom
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman/ocm
    Setting value of PROD_HOME to /oracle/QTY/920_32/soap
    Setting value of PROD_HOME to /oracle/QTY/920_32/soap
    Setting value of PROD_HOME to /oracle/QTY/920_32/BC4J
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.intermedia.jai
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rdbms.ovm
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.apache.xdk
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_p2k_xmldevkit
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_demo
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_p2k_xmldevkit
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ano.sns
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netmgr.emint
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_parser_cplus
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_xsql
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_parser_plsql
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.java.ojsp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_sqlj
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_classgen_java
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_transview
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_transx
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.xml.xml_ncomp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_classgen_cplus
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netcltprod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netclt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_options_ano_ssl
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netmgr
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_xml_xsu
    Setting value of PROD_HOME to /oracle/QTY/920_32/ohw
    Setting value of PROD_HOME to /oracle/QTY/920_32/uix
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/demo/schema
    Setting value of PROD_HOME to /oracle/QTY/920_32/mgw
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_seeddb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_seeddb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_seeddb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_advrep
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.oemagent.base_oemagent
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.assistants.dbma
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.webdb.modplsql
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_rman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_occi
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.proc
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.olap.cv
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_oci
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rdbms.sqlplus
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_options_ano_ssl_owm
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.assistants.dbca
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.ott
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.precomp_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_networking_netca
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_expimp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.assistants.acf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_utilities_util_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/help
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_parser_c
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_plsql
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_sqlj_sqljtrans
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.xml.parser.java
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_nlsrtl_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_oracore_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/Jserv
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/Jsdk
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_net_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/ocs4j
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_aqapi
    Setting value of PROD_HOME to /oracle/QTY/920_32/parser_java
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_sqlj_sqljruntime
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_oci11
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_oci12
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_oci14
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_thin12
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_thin14
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/Apache
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/perl
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_sysman_oembase_ela
    Setting value of PROD_HOME to /oracle/QTY/920_32/jle
    Setting value of PROD_HOME to /oracle/QTY/920_32/dcommon
    Setting value of PROD_HOME to /oracle/QTY/920_32/oem_webstage
    Setting value of PROD_HOME to /oracle/QTY/920_32/dbui
    Setting value of PROD_HOME to /oracle/QTY/920_32/kodiak
    Setting value of PROD_HOME to /oracle/QTY/920_32/help
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.java.javavm.javatools
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/jdk
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_javavm_visiorb
    Setting value of PROD_HOME to /oracle/QTY/920_32/j2ee_core
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/jewt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_options_olap_api
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_olap_wrksht
    Setting value of PROD_HOME to /oracle/QTY/920_32/regexp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_fonts
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.sysman.prereq
    Setting value of PROD_HOME to /oracle/QTY/920_32/ice
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_platform_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_sysman_sqlserver
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/lib
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_plsql_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_precomp_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_slax_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_ssl_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_ldap_rsf_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/ewt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_doc_unixdoc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_agent_rsf_agent_rsf_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_thin11
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_oci_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_clntsh_rsf_clntsh_rsf_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_otrace_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ops.opsca
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_install_instcommon
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_jdbc_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_rdbms_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_rdbms_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_dbjava_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rsf.sqlplus_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_tools_share
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ops.clustermgr
    Setting value of PROD_HOME to /oracle/QTY/oraInventory/../oui
    Unable to read /oracle/QTY/oraInventory/ContentsXML/comps.xml. Some inventory information may be lost.
    Calling query areasQueries2.2.0.7.0  getInventoryLocation
    Query returned : /oracle/QTY/oraInventory
    Setting value of PROD_HOME to /oracle/QTY/oraInventory\..\jre\1.3.1
    Calling query areasQueries2.2.0.7.0  getInventoryLocation
    Query returned : /oracle/QTY/oraInventory
    Setting value of PROD_HOME to /oracle/QTY/oraInventory\..\jre\1.1.8
    Doing operation for installer access setup
    Available Products Page***
    TopLevelComp = ToplevelComp = oracle.server, 9.2.0.1.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of ToplevelComp to oracle.server, 9.2.0.1.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of INSTALL_TYPE to Custom
    Setting value of DEP_MODE to Custom
    Setting value of TLDepModes to Custom,
    Installation Types Page***
    DepMode = DEP_MODE = Custom
    TLDepModes = TLDepModes = Custom,
    The selected install type is "Custom"
    Setting value of DEP_MODE to Custom
    Install type for "Oracle9i Database 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Oracle9i Database 9.2.0.1.0  are found. Missing Component oracle.tg 9.2.0.1.0.
    Install type for "Enterprise Edition Options 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Real Application Clusters 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Partitioning 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Spatial 9.2.0.1.0 " is "Custom"
    Install type for "Legato Networker Single Server 6.1.0.0.0 " is "Custom"
    Install type for "Oracle OLAP 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Data Mining 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Services 9.2.0.1.0 " is "Server.Custom"
    Install type for "Oracle Enterprise Manager Products 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Intelligent Agent Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Oracle9i 9.2.0.1.0  are found. Missing Component oracle.rdbms.hs_olefs 9.2.0.1.0.
    Not all the dependencies for the component Oracle9i 9.2.0.1.0  are found. Missing Component oracle.rdbms.hs_olesql 9.2.0.1.0.
    Not all the dependencies for the component Oracle9i 9.2.0.1.0  are found. Missing Component oracle.rdbms.hybrid 9.2.0.1.0.
    Install type for "Oracle Database Utilities 9.2.0.1.0 " is "Custom"
    Install type for "Database Verify Utility 9.2.0.1.0 " is "Custom"
    Install type for "Migration Utility 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Development Kit 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Trace 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Management Server 9.2.0.1.0 " is "Complete"
    Install type for "Oracle interMedia Locator 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Applications Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Web Site 9.2.0.1.0 " is "Complete"
    Install type for "Reporting Framework 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Ultra Search Server 9.2.0.1.0 " is "Typical"
         Conflict while setting install type of "Sun JDK 1.3.1.0.1a "  to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Advanced Security 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Oracle Advanced Security 9.2.0.1.0  are found. Missing Component oracle.options.ano.dce 9.2.0.1.0.
    Install type for "Oracle JVM 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Connection Manager 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Syndication Server 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Listener 9.2.0.1.0 " is "Custom"
    Install type for "Generic Connectivity Using ODBC 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Names 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Webserver Integration 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Ultra Search Middle-Tier 9.2.0.1.0 " is "Typical"
    Install type for "Oracle Internet Directory Client 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Oracle JDBC Thin Driver for JDK 1.2 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Generic Connectivity Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Client Option 9.2.0.1.0 " is "Custom"
    Install type for "iSQL*Plus 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Text 9.2.0.1.0 " is "Custom"
    Install type for "Oracle HTTP Server 9.2.0.1.0 " is "Custom"
    Install type for "Oracle SOAP for JServ 2.0.0.0.0a " is "Custom"
    Install type for "Oracle Diagnostics Pack 9.2.0.1.0 " is "Typical"
         Conflict while setting install type of "Enterprise Manager Client 9.2.0.1.0 "  to "Maximum (Complete)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "XML 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "XML Parser for Java 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Forms Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Export/Import 9.2.0.1.0 " is "Custom"
    Install type for "Database SQL Scripts 9.2.0.1.0 " is "Custom"
    Install type for "New Database ID 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Tuning Pack 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Programmer 9.2.0.1.0 " is "Custom"
    Install type for "SQL*Loader 9.2.0.1.0 " is "Custom"
    Install type for "Apache Configuration for Oracle Java Server Pages 1.1.2.3.0 " is "Custom"
    Install type for "Oracle EMD Agent Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Dynamic Services Server 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Ultra Search Common Files 9.2.0.1.0 " is "Typical"
    Install type for "Oracle eBusiness Management Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Oracle HTTP Server Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Intelligent Agent 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Management Pack for Oracle Standard Edition 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Intelligent Agent Config Tool 9.2.0.1.0 " is "Custom"
    Install type for "PL/SQL Embedded Gateway 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Annotator 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Management Pack for Oracle Applications 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Change Management Pack 9.2.0.1.0 " is "Complete"
    Install type for "Oracle interMedia Video 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Audio 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Image 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Data Management Services Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Change Management Common Files 9.2.0.1.0 " is "Complete"
    Install type for "Oracle SOAP Server 2.0.0.0.0a " is "Custom"
    Install type for "Oracle SOAP Client 2.0.0.0.0a " is "Custom"
    Install type for "BC4J Runtime for Database 9.0.2.692.1 " is "Custom"
    Install type for "Oracle interMedia Web Client 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Client Demos 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Java Media Framework Client 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Client Compatibility Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Java Advanced Imaging 9.2.0.1.0 " is "Custom"
    Install type for "Database Workspace Manager 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Client 9.2.0.1.0 " is "Custom"
    Install type for "Apache Configuration for Oracle XML Developer's Kit 9.2.0.1.0 " is "Custom"
    Install type for "Oracle XML Developer's Kit 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Integrated Applications 9.2.0.1.0 " is "Complete"
    Not all the dependencies for the component Enterprise Manager Integrated Applications 9.2.0.1.0  are found. Missing Component oracle.sysman.wf.client 9.2.0.1.0.
    Install type for "Enterprise Manager Console 9.2.0.1.0 " is "Complete"
    Install type for "Enterprise Manager Database Applications 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Database Demos 9.2.0.1.0 " is "Custom"
    Install type for "Oracle XML Runtime Components 9.2.0.1.0 " is "Custom"
    Install type for "Authentication and Encryption 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Authentication and Encryption 9.2.0.1.0  are found. Missing Component oracle.options.ano.sns.hybrid 9.2.0.1.0.
    Install type for "Enterprise Manager Common Files 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Net Integration 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Workflow Manager 9.2.0.1.0 " is "Complete"
    Install type for "XSQL Servlet 9.2.0.1.0 " is "Custom"
    Install type for "XML Parser for PL/SQL 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Java Server Pages 1.1.3.1.0 " is "Custom"
         Conflict while setting install type of "Oracle JDBC/OCI Driver for JDK 1.1 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle SQLJ 9.2.0.1.0 " is "Custom"
    Install type for "XML Class Generator for Java 9.2.0.1.0 " is "Custom"
    Install type for "XML Transviewer Beans 9.2.0.1.0 " is "Custom"
    Install type for "XML Transx 9.2.0.1.0 " is "Custom"
    Install type for "XML Parser for Oracle JVM 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Assistant Common Files 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Net Manager 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Net Configuration Assistant 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Secure Socket Layer 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Manager 9.2.0.1.0 " is "Custom"
    Install type for "Oracle XML SQL Utility 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Help for the  Web 1.0.7.0.0 " is "Complete"
    Install type for "Oracle UIX 2.0.21.0.0 " is "Complete"
         Conflict while setting install type of "Oracle Extended Windowing Toolkit 3.4.13.0.0 "  to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Internet Directory Tools 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Common Schema Demos 9.2.0.1.0 " is "Typical"
    Install type for "Oracle Message Gateway Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Starter Database 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Complete OLTP Starter Database 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Complete DSS Starter Database 9.2.0.1.0 " is "Custom"
    Install type for "Advanced Replication 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Intelligent Agent Base Component Files 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Oracle Net Required Support Files 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Not all the dependencies for the component Oracle Intelligent Agent Base Component Files 9.2.0.1.0  are found. Missing Component oracle.rsf.hybrid 9.2.0.1.0.
    Install type for "Database Upgrade Assistant 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Enterprise Manager Base Classes 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Mod PL/SQL Gateway 3.0.9.8.3b " is "Typical"
    Install type for "Recovery Manager 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Real Application Clusters Guard 9.2.0.1.0 " is "Custom"
    Install type for "Oracle C++ Call Interface 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Login Assistant 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Label Security 9.2.0.1.0 " is "Custom"
    Install type for "Pro*C/C++ 9.2.0.1.0 " is "Custom"
    Install type for "Oracle OLAP CWM Lite 9.2.0.1.0 " is "Custom"
    Install type for "Oracle OLAP Cube Viewer 9.2.0.1.0 " is "Typical"
         Conflict while setting install type of "Oracle OLAP Worksheet 9.2.0.1.0 "  to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Call Interface (OCI) 9.2.0.1.0 " is "Custom"
    Install type for "SQL*Plus 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Wallet Manager 9.2.0.1.0 " is "Custom"
    Install type for "Database Configuration Assistant 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Visigenics ORB 3.4.0.0.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Object Type Translator 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Interfaces 9.2.0.1.0 " is "Custom"
    Install type for "Precompiler Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Configuration Assistant 9.2.0.1.0 " is "Custom"
    Install type for "Character Set Migration Utility 9.2.0.1.0 " is "Custom"
    Install type for "Assistant Common Files 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Oracle Help For Java 3.2.13.0.0 "  to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Code Editor 1.2.1.0.0A "  to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Utilities Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Help For Java 3.2.13.0.0 " is "Custom"
         Conflict while setting install type of "Bali Share 1.1.17.0.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "PL/SQL 9.2.0.1.0 " is "Custom"
    Install type for "SQLJ Translator 9.2.0.1.0 " is "Custom"
    Install type for "XML Parser for Java 9.2.0.1.0 " is "Custom"
    Install type for "Required Support Files 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Required Support Files 9.2.0.1.0  are found. Missing Component oracle.rsf.hybrid 9.2.0.1.0.
    Install type for "Oracle9i Globalization Support 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Core Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Java Client 9.2.0.1.0 " is "Custom"
    Install type for "Apache JServ 1.1.0.0.0g " is "Custom"
    Install type for "JSDK 2.0.0.0.0d " is "Custom"
    Install type for "Oracle Net Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Caching Service for Java 2.1.0.0.0a " is "Custom"
    Install type for "Advanced Queueing (AQ) API 9.2.0.1.0 " is "Custom"
    Install type for "XML Parser 9.0.2.0.0 " is "Typical"
    Install type for "SQLJ Runtime 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.1 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.2 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.4 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.2 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.4 9.2.0.1.0 " is "Custom"
    Install type for "Apache Web Server files 1.3.22.0.0a " is "Typical"
    Install type for "Oracle Perl Interpreter 5.00503.0.0.0c " is "Custom"
    Install type for "Enterprise Manager Minimal Integration 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Java Layout Engine 2.0.1.0.0 " is "Complete"
    Install type for "Documentaion Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manage Website Translated Files 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Database User Interface 2.2.11.0.0 " is "Custom"
    Install type for "Oracle Code Editor 1.2.1.0.0A " is "Custom"
    Install type for "Oracle Help For Java 4.1.13.0.0 " is "Custom"
    Install type for "Enterprise Manager Paging and OMS Common Files 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Java Tools 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Java Runtime Environment 1.1.8.1.0 "  to "Custom (Custom)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Directory Manager 9.2.0.1.0 " is "Complete"
    Install type for "Sun JDK 1.3.1.0.1a " is "Custom"
    Install type for "Visigenics ORB 3.4.0.0.0 " is "Custom"
    Install type for "Java J2EE Core 9.0.2.0.0 " is "Typical"
    Install type for "Oracle Internet Directory Client Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JFC Extended Windowing Toolkit 4.1.10.0.0 " is "Custom"
    Install type for "Oracle OLAP API 9.2.0.1.0 " is "Custom"
    Install type for "Oracle OLAP Worksheet 9.2.0.1.0 " is "Custom"
    Install type for "regexp 2.0.21.0.0 " is "Typical"
    Install type for "Oracle Display Fonts 9.0.2.0.0 " is "Typical"
    Install type for "Enterprise Manager Quick Tours 9.2.0.1.0 " is "Complete"
    Install type for "Enterprise Manager Base Classes 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Installation Prerequisite Checks 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Ice Browser 5.06.8.0.0 " is "Custom"
    Install type for "Platform Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Events 9.2.0.1.0 " is "Typical"
    Install type for "Capacity Planner 9.2.0.1.0 " is "Complete"
    Install type for "Performance Manager 9.2.0.1.0 " is "Complete"
    Install type for "SQLServer Monitoring Option 9.2.0.1.0 " is "Complete"
    Install type for "Enterprise Manager Translated Files 9.2.0.1.0 " is "Custom"
    Install type for "Sun JDK extensions 9.2.0.1.0 " is "Custom"
    Install type for "PL/SQL Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Precompiler Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Parser Generator Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "SSL Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "LDAP Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Extended Windowing Toolkit 3.4.13.0.0 " is "Custom"
    Install type for "Oracle9i for UNIX Documentation 9.2.0.1.0 " is "Custom"
    Install type for "Agent Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.1 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC Development Drivers 9.2.0.1.0 " is "Custom"
    Install type for "JDBC/OCI Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Client Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Trace Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Real Application Clusters Management 9.2.0.1.0 " is "Custom"
    Install type for "Installation Common Files 9.2.0.1.0 " is "Custom"
    Install type for "JDBC Common Files 9.2.0.1.0 " is "Custom"
    Install type for "RDBMS Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "XDK Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "DBJAVA Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "SQL*Plus Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Bali Share 1.1.17.0.0 " is "Custom"
    Install type for "Oracle Universal Installer 2.2.0.12.0 " is "Custom"
    Install type for "Java Runtime Environment 1.3.1.0.0 " is "Custom"
    Install type for "Java Runtime Environment 1.1.8.1.0 " is "Custom"
    Calling query areasQueries2.2.0.7.0  getComponentInstallTypeName
    Query returned : Custom
    Calling query generalQueries2.2.0.7.0  getOSName
    Query returned : Linux
    Calling query generalQueries2.2.0.7.0  getOSVer
    Query returned : 2.6.18-1.2798.fc6xen
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.iappserver.iapptop
    startVersion = 9.0.2.0.0
    endVersion = 9.0.9.0.0
    acceptCompatible = null
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.iappserver.infrastructure
    startVersion = 9.0.2.0.0
    endVersion = 9.0.9.0.0
    acceptCompatible = null
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.iappserver.devcorner
    startVersion = 9.0.2.0.0
    endVersion = 9.0.9.0.0
    acceptCompatible = null
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 9.0.0.0.0
    acceptCompatible = null
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 9.0.0.0.0
    acceptCompatible = null
    Query returned : false
    Calling query rgsQueries2.2.0.7.0  isProductInstalled
    Location = /oracle/QTY/920_32
    InternalName = ocommon
    MaxVersion = 8.0.7
    MinVersion = 7.3.2
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Calling query globalVarQueries2.1.0.4.0  setGlobalVariable
    variable = oracle.rdbms.installing
    value = true
    Query returned : true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of PRE_REQUISITE to false
    The pre-requisite for the component Oracle9i Real Application Clusters 9.2.0.1.0  has failed.
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = UNIX
    Query returned : true
    Calling query areasQueries2.2.0.7.0  getGroupLocation
    groupName = lsminst
    Query returned : /oracle/stage/920_32/Disk1/stage/Components/oracle.rdbms.lsm/6.1.0.0.0/1/DataFiles/Expanded/lsminst/rdbms/install/lgto
    Calling query SpawnQueries1.1.1  Spawn
    command = /oracle/stage/920_32/Disk1/lgto/lsminst
    Query returned : 0
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of PRE_REQUISITE to false
    The pre-requisite for the component Oracle9i Real Application Clusters Management 9.2.0.1.0  has failed.
    Setting value of PRE_REQUISITE to true
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = UNIX
    Query returned : true
    Calling query rgsQueries2.2.0.7.0  isProductInstalled
    Location = /oracle/QTY/920_32
    InternalName = ocommon
    MaxVersion = 8.0.7
    MinVersion = 7.3.2
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.networking.netsrv,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.networking.netsrv,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.networking.netsrv,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = Windows
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms.occi,9.2.0.1.0,oracle.rdbms.oci,9.2.0.1.0,oracle.p2k,9.2.0.1.0,oracle.p2k.xmldevkit,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.rdbms.occi,9.2.0.1.0,oracle.rdbms.oci,9.2.0.1.0,oracle.p2k,9.2.0.1.0,oracle.p2k.xmldevkit,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms.occi,9.2.0.1.0,oracle.rdbms.oci,9.2.0.1.0,oracle.p2k,9.2.0.1.0,oracle.p2k.xmldevkit,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms.occi,9.2.0.1.0,oracle.rdbms.oci,9.2.0.1.0,oracle.p2k,9.2.0.1.0,oracle.p2k.xmldevkit,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Calling query areasQueries2.2.0.7.0  getComponentInstallTypeName
    Query returned : Complete
    Calling query generalQueries2.2.0.7.0  getOSName
    Query returned : Linux
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 8.1.4.0.0
    acceptCompatible = null
    Query returned : false
    Calling query rgsQueries2.2.0.7.0  isProductInstalled
    Location = /oracle/QTY/920_32
    InternalName = ocommon
    MaxVersion = 8.0.7
    MinVersion = 7.3.2
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Calling query SIDQueries1.2.4  getAllOracleHomes
    Query returned : null
    Using the default value for query
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = UNIX
    Query returned : true
    Calling query RunningProcessQuery1.4.4  runningProcessExists
    fileNames =
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Calling query rgsQueries2.2.0.7.0  isProductInstalled

    Would you mind
    1) do not duplicate questions:
    Re: oracle installation not proceeding further still 0%
    2) As mentioned on the other thread, Fedora Core 6 is NOT supported by SAP. It is not even supported by Oracle. Please, use a <b>supported </b> OS/DB combination to install ECC 5.0

  • Reports 6i and WeBDB 2.2 Integration Issues

    1. I have installed reports6i andintegrated with WebDB 2.2 by running the fo
    llo
    wingScripts:
    oracle_home\report60\server\security\rwwwvins.sql webdb and
    \oracle_home\report60\server\security\rwenable.sql
    as described in the webdb& reports6i integration issues document in oracle r
    epo
    rts6i beta site.
    Afterinstalling, when i logged to webdb as webdb user, i was able to see sev
    er
    access and rdf access options in webdb 2.2
    However, when i log as an userwhere i have created forms components i am una
    ble
    to access the abovecomponents. (there is no documentation on what privileg
    es
    needs to be providedto the user., however i had given grants to following ro
    les
    withRW_ADMINISTRATOR, RW_POWER_USER, RW_DEVELOPER AND RW_BASIC_USer
    null

    Hi Matt,
    You didn't mention but do you also wish to install the database(8i) on the same machine ?
    I am also trying to install all these products(+8i and designer 6i) on the same box but I am concerned more about the min. resources needed before I get started.(I put up a question about it on the 6i Forum, but nobody has answered yet !)
    The correct install order should be Forms/Reports 6i then Forms/Reports 6i Server and then WebDb 2.2.
    Forms /reports server needs a http listener and installs en configures the WebDb listener for the job.(you are prompted for this during tho have the install process).This is handy if you are intending to use WebDb anyway. When you install Webdb it detects the already installed WebDb listener and does not reinstall.
    You do have the SYS password on the database you will use to stored the WDK and WebDb schema.
    About installing the demo.....
    I dont' think there are any special issues.I have never done it.
    If you are intending to install an 8i database on the same box there are some important things to consider with respect to the install order and what products in which Oracle home must be installed.
    1.Forms/Reports first in the default_oracle
    home.
    2.Then Oracle 8i in a 2nd oracle home call
    it ora81 for example.
    3.Then WebDb in the non oracle 8i home !!
    This is just a quick summary.
    If you run into any problems let me know
    Good Luck.
    Dave.

  • Problem at silent 9.2.0.1 installation

    Hi guys! I'm trying to install oracle 9.2.0.1 on AIX 3 5 00F7619C4C00 with a silent installation
    I have tried silent because with oui, the installation hangs at 27% when trying to install apache. We have opened a SR with Oracle, and they suggested us to install it in silent mode.
    When I'm running
    $ ./runInstaller -silent -responseFile /exports/9201/Disk1/response/enterprise.rsp
    Has 'rootpre.sh' been run by root? [y/n] (n)
    y
    $ Initializing Java Virtual Machine from /tmp/OraInstall2012-05-04_05-15-15AM/jre/bin/java. Please wait...
    In UNIX Group Name Page
    In Cluster Node Selection Page
    In File Locations Page
    In Available Products Page
    In Installation Types Page
    It hangs there. I have been playing with the parameters but nothing happens.
    I attach my response file
    $ cat /exports/9201/Disk1/response/enterprise.rsp
    [General]
    RESPONSEFILE_VERSION=1.7.0
    [SESSION]
    UNIX_GROUP_NAME="dba"
    FROM_LOCATION="/exports/9201/Disk1/stage/products.jar"
    FROM_LOCATION_CD_LABEL="orcl920"
    #Parameter: NEXT_SESSION_RESPONSE
    #Type: 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 <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>
    LOCATION_FOR_DISK2="../../Disk2"
    LOCATION_FOR_DISK3="../../Disk3"
    LOCATION_FOR_DISK4="../../Disk4"
    ORACLE_HOME="/oracleeng/app/oracle/product/9.2.0"
    ORACLE_HOME_NAME="ORACLEHOME"
    TOPLEVEL_COMPONENT={"oracle.server","9.2.0.1.0"}
    DEINSTALL_LIST={"oracle.server","9.2.0.1.0"}
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    SHOW_CUSTOM_TREE_PAGE=false
    SHOW_SUMMARY_PAGE=false
    SHOW_INSTALL_PROGRESS_PAGE=false
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
    SHOW_RELEASE_NOTES=false
    SHOW_ROOTSH_CONFIRMATION=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    NEXT_SESSION=false
    NEXT_SESSION_ON_FAIL=false
    SHOW_DEINSTALL_CONFIRMATION=false
    SHOW_DEINSTALL_PROGRESS=false
    [oracle.server_9.2.0.1.0]
    COMPONENT_LANGUAGES={"en"}
    #Parameter: INSTALL_TYPE
    #Type: String
    #Description: Installation type of the component.
    #The following choices are available. The 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.
    # EE, : Enterprise Edition
    # SE, : Standard Edition
    # Custom, : Custom
    #Example : INSTALL_TYPE = "EE"
    INSTALL_TYPE="EE"
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType={}#<Value Unspecified>
    #Parameter: s_selectedNodes
    #Type: String
    s_selectedNodes=<Value Unspecified>
    #Parameter: s_dbcaProgressOnly
    #Type: String
    s_dbcaProgressOnly=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=EE#<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_launchNETCA
    #Type: Boolean
    b_launchNETCA=<Value Unspecified>
    #Parameter: b_autoStartApache
    #Type: Boolean
    b_autoStartApache=<Value Unspecified>
    [oracle.options_9.2.0.1.0]
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.options.ops_9.2.0.1.0]
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    #Parameter: s_rawDeviceName
    #Type: String
    s_rawDeviceName=<Value Unspecified>
    [oracle.cartridges.spatial_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.options.ano_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.options.odm_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.rdbms_9.2.0.1.0]
    #Parameter: sl_dbaOperGroups
    #Type: StringList
    sl_dbaOperGroups=<Value Unspecified>
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_nameOfBundle
    #Type: String
    s_nameOfBundle=<Value Unspecified>
    #Parameter: s_dbcaProgressOnly
    #Type: String
    s_dbcaProgressOnly=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    #Parameter: s_OPSNodeInfoString
    #Type: String
    s_OPSNodeInfoString=<Value Unspecified>
    #Parameter: s_OPSClusterUser
    #Type: String
    s_OPSClusterUser=<Value Unspecified>
    #Parameter: s_OPSClusterPassword
    #Type: String
    s_OPSClusterPassword=<Value Unspecified>
    #Parameter: s_GlobalDBName
    #Type: String
    s_GlobalDBName=<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_lowResource
    #Type: Boolean
    b_lowResource=<Value Unspecified>
    #Parameter: b_javaOptionBeingInstalled
    #Type: Boolean
    b_javaOptionBeingInstalled=<Value Unspecified>
    [oracle.utilities.util_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    [oracle.networking_9.2.0.1.0]
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    #Parameter: b_launchNETCA
    #Type: Boolean
    b_launchNETCA=<Value Unspecified>
    [oracle.emprod_9.2.0.1.0]
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: b_launchEMCA
    #Type: Boolean
    b_launchEMCA=<Value Unspecified>
    [oracle.assistants.dbma_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # dbma, : Database Upgrade Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"dbma"}
    OPTIONAL_CONFIG_TOOLS={}#<Value Unspecified>
    #Parameter: sl_migrateSIDDialogReturn
    #Type: StringList
    sl_migrateSIDDialogReturn=<Value Unspecified>
    #Parameter: s_sidToMigrate
    #Type: String
    s_sidToMigrate=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_noMigration
    #Type: Boolean
    b_noMigration=<Value Unspecified>
    [oracle.options.intermedia.imserver_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.sysman.oms_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # emca, : Enterprise Manager Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"emca"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_emca_responseFileName
    #Type: String
    s_emca_responseFileName=<Value Unspecified>
    #Parameter: launchEMCA
    #Type: Boolean
    launchEMCA=<Value Unspecified>
    #Parameter: isTypicalInstall
    #Type: Boolean
    isTypicalInstall=<Value Unspecified>
    #Parameter: isSilentMode
    #Type: Boolean
    isSilentMode=<Value Required>
    #Parameter: ServerRepository_index
    #Type: Number
    ServerRepository_index=<Value Required>
    #Parameter: AUTOSVC
    #Type: String
    AUTOSVC=<Value Unspecified>
    [oracle.cartridges.locator_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.isearch.server_9.2.0.1.0]
    #Parameter: b_iAS
    #Type: Boolean
    b_iAS=<Value Unspecified>
    [oracle.options.ano.sns_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.java.javavm_9.2.0.1.0]
    #Parameter: b_javavmIsInstalling
    #Type: Boolean
    b_javavmIsInstalling=<Value Unspecified>
    [oracle.cartridges.context_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.apache_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # configtool1, : Starting HTTP Server
    # configtool2, : Starting Oracle HTTP service
    #Example : OPTIONAL_CONFIG_TOOLS = {"configtool1"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_oracleSID
    #Type: String
    #Description: Oracle SID that can be passed in from top level install component.
    s_oracleSID=<Value Unspecified>
    #Parameter: s_jservPort
    #Type: String
    #Description: The port Apache JServ listens to
    s_jservPort=<Value Unspecified>
    #Parameter: s_apacheVersionNumber
    #Type: String
    #Description: version number of apache passed to oem agent
    s_apacheVersionNumber=<Value Unspecified>
    #Parameter: s_apachePortSSL
    #Type: String
    #Description: Apache SSL port used when starting in ssl mode. Default 443
    s_apachePortSSL=<Value Unspecified>
    #Parameter: s_apachePortNonSSL
    #Type: String
    #Description: Port number that apache uses when starting in non-ssl mode
    s_apachePortNonSSL=<Value Unspecified>
    #Parameter: s_apachePort
    #Type: String
    #Description: Port number that apache uses when starting in ssl mode
    s_apachePort=<Value Unspecified>
    #Parameter: s_NLSLANG
    #Type: String
    #Description: String to hold the NLS LANG value determined by GetNlsLangWindows q
    #uery.
    s_NLSLANG=<Value Required>
    #Parameter: s_LANGUAGE_TERRITORY
    #Type: String
    #Description: Substring of s_NLSLANG
    s_LANGUAGE_TERRITORY=<Value Required>
    #Parameter: b_autoStartApache
    #Type: Boolean
    #Description: Set to false if you do not want apache to start after installation
    b_autoStartApache=<Value Unspecified>
    #Parameter: b_apacheInstalling
    #Type: Boolean
    #Description: Set to true and passed to oem agent
    b_apacheInstalling=<Value Unspecified>
    #Parameter: s_topDir
    #Type: String
    #Description: APACHE_TOP directory for Apache Web Server
    s_topDir=<Value Unspecified>
    #Parameter: s_jvm
    #Type: String
    #Description: Path to the Java Virtual Machine
    s_jvm=<Value Unspecified>
    #Parameter: ServerRoot
    #Type: String
    #Description: Apache Server root directory
    ServerRoot=<Value Unspecified>
    #Parameter: JDK_HOME
    #Type: String
    #Description: JDK home location
    JDK_HOME=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: Main apache directory off of ORACLE_HOME where all components live under i.e. ORACLE_HOME/Apache
    APACHE_HOME=<Value Unspecified>
    #Parameter: s_oracleApacheConfigFile
    #Type: String
    #Description: Location of oracle_apache.conf file to be passed to all modules that need to include there conf file.
    s_oracleApacheConfigFile=<Value Unspecified>
    #Parameter: s_oracleJservPropertiesFile
    #Type: String
    #Description: Location of the Jserv.properties file
    s_oracleJservPropertiesFile=<Value Unspecified>
    [oracle.soap.jserv_2.0.0.0.0a]
    #Parameter: s_soapPort
    #Type: String
    #Description: The port that SOAP/JServ listens to
    s_soapPort=<Value Unspecified>
    [oracle.rdbms.nid_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.emprod.agent_ext.emd_agentext_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.emprod.agent_ext.ows_agentext_9.2.0.1.0]
    #Parameter: s_apacheVersionNumber
    #Type: String
    s_apacheVersionNumber=<Value Unspecified>
    #Parameter: b_apacheInstalling
    #Type: Boolean
    b_apacheInstalling=<Value Unspecified>
    [oracle.rdbms.ds_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.isearch.is_common_9.2.0.1.0]
    #Parameter: b_iAS
    #Type: Boolean
    b_iAS=<Value Unspecified>
    [oracle.emprod.oemagent_9.2.0.1.0]
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    [oracle.emprod.oemagent.agentca_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # agentca, : Agent Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"agentca"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: b_launchAgentCA
    #Type: Boolean
    b_launchAgentCA=<Value Unspecified>
    [oracle.assistants.dbca_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # dbca, : Oracle Database Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"dbca"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType={""}#<Value Unspecified>
    #Parameter: s_responseFileName
    #Type: String
    s_responseFileName=<Value Unspecified>
    #Parameter: s_oidPasswd
    #Type: String
    s_oidPasswd=<Value Unspecified>
    #Parameter: s_oidAdmin
    #Type: String
    s_oidAdmin=<Value Unspecified>
    #Parameter: s_instType
    #Type: String
    s_instType=<Value Unspecified>
    #Parameter: s_globalDBName
    #Type: String
    s_globalDBName=<Value Unspecified>
    #Parameter: s_dbRetChoice
    #Type: String
    s_dbRetChoice=<Value Unspecified>
    #Parameter: s_dbRetChar
    #Type: String
    s_dbRetChar=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: ps_dbCharSet
    #Type: String
    ps_dbCharSet=<Value Unspecified>
    #Parameter: pb_askMountPoint
    #Type: Boolean
    pb_askMountPoint=<Value Unspecified>
    #Parameter: b_showCharsetDialog
    #Type: Boolean
    b_showCharsetDialog=<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_noMigration
    #Type: Boolean
    b_noMigration=<Value Unspecified>
    #Parameter: b_lowResource
    #Type: Boolean
    b_lowResource=<Value Unspecified>
    #Parameter: b_iAS
    #Type: Boolean
    b_iAS=<Value Unspecified>
    #Parameter: b_createStarterDBReturn
    #Type: Boolean
    b_createStarterDBReturn=<Value Unspecified>
    #Parameter: b_configureOid
    #Type: Boolean
    b_configureOid=<Value Unspecified>
    #Parameter: CLUSTER_SERVICES
    #Type: String
    CLUSTER_SERVICES={""}#<Value Unspecified>
    CLUSTER_NODES={""}
    #Parameter: s_dbcaProgressOnly
    #Type: String
    s_dbcaProgressOnly=<Value Unspecified>
    #Parameter: s_cfgname
    #Type: String
    s_cfgname=<Value Unspecified>
    #Parameter: pn_softwareSize
    #Type: Number
    pn_softwareSize=<Value Unspecified>
    #Parameter: b_passwdDialog
    #Type: Boolean
    b_passwdDialog=<Value Unspecified>
    #Parameter: s_seedLocation
    #Type: String
    s_seedLocation=<Value Unspecified>
    #Parameter: ps_mountPoint
    #Type: String
    ps_mountPoint=<Value Unspecified>
    #Parameter: pn_databaseSize
    #Type: Number
    pn_databaseSize=<Value Unspecified>
    #Parameter: s_templateValue
    #Type: String
    s_templateValue=<Value Unspecified>
    #Parameter: s_dbSid
    #Type: String
    s_dbSid=<Value Unspecified>
    #Parameter: s_mountPoint
    #Type: String
    s_mountPoint=<Value Unspecified>
    [oracle.soap.srv_2.0.0.0.0a]
    #Parameter: b_serverInstalled
    #Type: Boolean
    #Description: set to true and passed to client when server is installed.
    b_serverInstalled=<Value Unspecified>
    [oracle.soap.cli_2.0.0.0.0a]
    #Parameter: b_serverInstalled
    #Type: Boolean
    #Description: Bool set to true if soap server is installed.
    b_serverInstalled=<Value Unspecified>
    #Parameter: s_hostPort
    #Type: String
    #Description: Host and Port number used in url to soap server
    s_hostPort=<Value Unspecified>
    [oracle.bc4j_9.0.2.692.1]
    #Parameter: s_oracleJservPropertiesFile
    #Type: String
    #Description: Location of the JServ Properties file
    s_oracleJservPropertiesFile=<Value Unspecified>
    #Parameter: s_oc4jdeployini
    #Type: String
    #Description: Refer to deploy.ini under OH\j2ee\deploy.ini
    s_oc4jdeployini=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: Apache Home directory.
    APACHE_HOME=<Value Unspecified>
    [oracle.rdbms.ovm_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.sysman.emcommon_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # console, : LaunchOEM
    #Example : OPTIONAL_CONFIG_TOOLS = {"console"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    [oracle.networking.netsrv_9.2.0.1.0]
    #Parameter: b_net8ServerIsInstalling
    #Type: Boolean
    b_net8ServerIsInstalling=<Value Unspecified>
    [oracle.networking.netclt_9.2.0.1.0]
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName={}#<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_net8ServerInstalling
    #Type: Boolean
    b_net8ServerInstalling=<Value Unspecified>
    #Parameter: b_launchNETCA
    #Type: Boolean
    b_launchNETCA=<Value Unspecified>
    #Parameter: b_javavmIsInstalling
    #Type: Boolean
    b_javavmIsInstalling=<Value Unspecified>
    #Parameter: b_cmanIsInstalling
    #Type: Boolean
    b_cmanIsInstalling=<Value Unspecified>
    #Parameter: b_anoIsInstalling
    #Type: Boolean
    b_anoIsInstalling=<Value Unspecified>
    #Parameter: s_netCAInstalledProducts
    #Type: String
    s_netCAInstalledProducts=<Value Unspecified>
    [oracle.rdbms.common_schema_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.webdb.modplsql_3.0.9.8.3b]
    #Parameter: s_oracleApacheConfigFile
    #Type: String
    #Description: The Apache config file oracle_apache.conf will be passed with this variable.
    s_oracleApacheConfigFile=<Value Unspecified>
    #Parameter: plsql_cache_dir
    #Type: String
    #Description: This is the location of the cache directory.
    plsql_cache_dir=<Value Unspecified>
    #Parameter: cookie_cache_dir
    #Type: String
    #Description: This variable holds the value of the cookie cache directory.
    cookie_cache_dir=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: The directory location where Apache is installed.
    APACHE_HOME=<Value Unspecified>
    [oracle.oid.tools_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.options.ops.pfs_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.networking.netca_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # netca, : Oracle Net Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"netca"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_responseFileName
    #Type: String
    s_responseFileName=<Value Unspecified>
    #Parameter: s_netCAInstalledProtocols
    #Type: String
    s_netCAInstalledProtocols=<Value Unspecified>
    #Parameter: s_netCAInstalledProducts
    #Type: String
    s_netCAInstalledProducts=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: b_launchNETCA
    #Type: Boolean
    b_launchNETCA=<Value Unspecified>
    [oracle.install.instcommon_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.rsf_9.2.0.1.0]
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.apache.jserv_1.1.0.0.0g]
    #Parameter: s_soapPort
    #Type: String
    #Description: The port that soap/JServ listens to
    s_soapPort=<Value Unspecified>
    #Parameter: s_jservPort
    #Type: String
    #Description: The port Apache JServ listens to
    s_jservPort=<Value Unspecified>
    #Parameter: s_LANGUAGE_TERRITORY
    #Type: String
    #Description: Substring of n_NLSLANG
    s_LANGUAGE_TERRITORY=<Value Required>
    #Parameter: b_autoPortDetect
    #Type: Boolean
    #Description: Set to true by default, set to false for silent install
    b_autoPortDetect=<Value Unspecified>
    #Parameter: s_topDir
    #Type: String
    #Description: APACHE_TOP directory for Apache Web Server
    s_topDir=<Value Unspecified>
    #Parameter: s_jvm
    #Type: String
    #Description: Path to the Java Virtual Machine
    s_jvm=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: location of apache home
    APACHE_HOME=<Value Unspecified>
    #Parameter: s_oracleApacheConfigFile
    #Type: String
    #Description: location of the oracle_apache.conf file
    s_oracleApacheConfigFile=<Value Unspecified>
    #Parameter: s_oracleJservPropertiesFile
    #Type: String
    #Description: Location of the jserv.properties file
    s_oracleJservPropertiesFile=<Value Unspecified>
    [oracle.apache.jsdk_2.0.0.0.0d]
    #Parameter: s_topDir
    #Type: String
    #Description: APACHE_TOP directory for Apache Web Server
    s_topDir=<Value Unspecified>
    [oracle.ocs4j_2.1.0.0.0a]
    #Parameter: s_cachePort
    #Type: String
    #Description: Port to run local cache service on by default
    s_cachePort=<Value Unspecified>
    [oracle.rdbms.aqapi_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.apache.apache_1.3.22.0.0a]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # configtool3, : Starting HTTP Server
    # configtool8, : Starting Oracle HTTP service
    #Example : OPTIONAL_CONFIG_TOOLS = {"configtool3"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: sl_OHs
    #Type: StringList
    #Description: Holds oracle homes on machine
    sl_OHs=<Value Unspecified>
    #Parameter: s_apacheServerAppendText
    #Type: String
    #Description: This variable holds a concatenation of port configurations for apache server
    s_apacheServerAppendText=<Value Required>
    #Parameter: s_apachePortSSL
    #Type: String
    #Description: Port number that apache uses for SSL port when starting in SSL mode. Default 443
    s_apachePortSSL=<Value Unspecified>
    #Parameter: s_apachePortNonSSL
    #Type: String
    #Description: Port number that apache uses when starting in non-ssl mode
    s_apachePortNonSSL=<Value Unspecified>
    #Parameter: s_apachePort
    #Type: String
    #Description: Port number that apache uses when starting in ssl mode
    s_apachePort=<Value Unspecified>
    #Parameter: s_NLSLANG
    #Type: String
    #Description: String containing NLSLANG info
    s_NLSLANG=<Value Required>
    #Parameter: b_autoStartApache
    #Type: Boolean
    #Description: pass in true to have apache autostart when not using top level component
    b_autoStartApache=<Value Unspecified>
    #Parameter: b_autoPortDetect
    #Type: Boolean
    #Description: True by default, this variable should be set to false for silent installs.
    b_autoPortDetect=<Value Unspecified>
    #Parameter: s_topDir
    #Type: String
    #Description: top level directory for Apache Web Server
    s_topDir=<Value Unspecified>
    #Parameter: ServerRoot
    #Type: String
    #Description: root directory of apache server
    ServerRoot=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: Apache location off of ORACLE_HOME
    APACHE_HOME=<Value Unspecified>
    [oracle.rsf.hybrid_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.rsf.net_rsf_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.rsf.nlsrtl_rsf_9.2.0.1.0]
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    [oracle.jdk_1.3.1.0.0b]
    #Parameter: JDKHome
    #Type: String
    JDKHome=<Value Unspecified>
    #Parameter: s_rac
    #Type: String
    s_rac=<Value Unspecified>
    #Parameter: s_jdk
    #Type: String
    s_jdk=<Value Unspecified>
    [oracle.java.j2ee.core_9.2.0.1.0]
    #Parameter: JDK_HOME
    #Type: String
    #Description: This is the top level directory where the JDK lives.
    JDK_HOME=<Value Unspecified>
    [oracle.rsf.ssl_rsf_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.rsf.rdbms_rsf_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.doc.unixdoc_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.rsf.xdk_rsf_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.options.ops.opsca_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The 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.
    # clustca, : Oracle Cluster Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"clustca"}
    OPTIONAL_CONFIG_TOOLS={""}#<Value Unspecified>
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    [oracle.swd.oui_2.2.0.12.0]
    #Parameter: PROD_HOME
    #Type: String
    #Description: Complete path where the product needs to be installed.
    #Example : PROD_HOME = "C:\ProductName"
    PROD_HOME=<Value Unspecified>
    #Parameter: InstLocProp
    #Type: String
    InstLocProp=<Value Unspecified>
    [oracle.swd.jre_1.1.8.3.0]
    #Parameter: PROD_HOME
    #Type: String
    #Description: Complete path where the product needs to be installed.
    #Example : PROD_HOME = "C:\ProductName"
    PROD_HOME=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    #Description: This variable recives the OPS selected nodes value.
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.swd.jre_1.3.1.0.0]
    #Parameter: PROD_HOME
    #Type: String
    #Description: Complete path where the product needs to be installed.
    #Example : PROD_HOME = "C:\ProductName"
    PROD_HOME=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    $

    Just edit the below mentioned parameters alone as appropriately and try to run. This is what i use to do(but it is a 10g resp file). It may help.
    ./runInstaller -silent -noconfig -responseFile /oracle/enterprise.rsp
    Response file (enterprise.rsp) for the installation of 10.2.0.1
    UNIX_GROUP_NAME="dba"
    FROM_LOCATION="/tools/orabin/10gR2/stage/products.xml"
    ORACLE_HOME="/u002/oracle/product/10.2.0"
    ORACLE_HOME_NAME="Ora10g2"
    s_nameForOPERGrp="dba"
    s_nameForDBAGrp="dba"
    SHOW_ROOTSH_CONFIRMATION=false
    ORACLE_HOSTNAME="domain5"
    n_configurationOption=3 //*Install Software Only)*//
    RESTART_SYSTEM=false
    =================================================================
    ./runInstaller -silent -noconfig -responseFile /u002_gps2dev/oracle/companionCD.db.rsp
    Response file(companionCD.db.rsp) for Companion CD
    UNIX_GROUP_NAME="dba"
    FROM_LOCATION="/tools/orabin/10gcompanion/stage/products.xml"
    ORACLE_HOME="/u002/oracle/product/10.2.0"
    ORACLE_HOME_NAME="Ora10g2"
    SHOW_ROOTSH_CONFIRMATION=false
    =================================================================
    ./runInstaller -silent -noconfig -responseFile /u002_gps2dev/oracle/patchset.rsp
    Response file(patchset.rsp) for Patchset installation 10.2.0.2
    UNIX_GROUP_NAME="dba"
    FROM_LOCATION="/tools/orabin/10gPatch/Disk1/stage/products.xml"
    ORACLE_HOME="/u002/oracle/product/10.2.0"
    ORACLE_HOME_NAME="Ora10g2"
    SHOW_ROOTSH_CONFIRMATION=false
    SHOW_EXIT_CONFIRMATION=false
    RESTART_SYSTEM=false

Maybe you are looking for

  • Problem in CMU bundle creation

    Hi Experts, I am trying to create a CMU bundle of components. When I am trying to export Dynamic Prefix component, I am getting this error. Error exporting item 'DynamicPrefix'. Unable to execute service method 'initEx' Can anyone help me with the so

  • Tomcat vs Apache with Tomcat connectors (mod/jk)

    Is there any advantage (security, performance etc.) of running a Java web application on Apache HTTP Server with Tomcat Connectors (mod/jk) rather than directly running it on Tomcat.

  • Lightroom 1.2 and PS3 color differences.

    I am using LR 1.2 and PS3 for external editing. Once the file is opened in PS the color is different from LR. After the editing and saving the file in PS, edited file, again, look different in LR. In fact, if I open file in PS and close it without an

  • Image quality on adobe photoshop sketch?

    Sorry if this is in the wrong forum. Wasn't sure where to post. I'm thinkin' about getting an ipad and using photoshop sketch or something similar. Maybe I'm not looking in the right place, but I can't find any info about file size. I mean is a sketc

  • Insert BLOB error in IAS but not in JDeveloper

    Hi Our application have a Servlet who executes an INSERT using a PrepareStatement (created by the Transaction of an ApplciationModule) In Jdeveloper (10.1.2) this works OK But when deploy it in the IAS (904) we have an error: java.sql.SQLException: I