Oracle 10g Client install on Reh Hat5

Hey Guys,
This could be one of those silly questions again, but here it goes...
Attempting to install the oracle Client on my RHEL5, laptop.
10201_client_linux32.zip
As far as im aware i have the oracle user setup correctly... However im getting this pretty big exception.
There is a post saying to be sure to have the following installed:
Packages
(i) gcc-c++-4.1.1-52.el5.i386.rpm and all its dependent packages. The dependent packages are
gcc-4.1.1-52.el5.i386.rpm
libstdc++-devel-4.1.1-52.el5.i386.rpm
glibc-devel-2.5-12.i386.rpm
glibc-headers-2.5-12.i386.rpm
libgomp-4.1.1-52.el5.i386.rpm
(ii) libXp-1.0.0-8.i386.rpm
(iii) compat-libstdc++-296-2.96-138.i386.rpm
(iv) compat-libstdc++-33-3.2.3-61.i386.rpm
(v) compat-db-4.2.52-5.1.i386.rpm
This package is available in the directory Server in CD#3 of RHEL 5.
I found the last package, compat-db-4.2.52-5.1.i386.rpm on CD 3 and installed it, still no joy..where are the rest of the packages?
[oraclient@bob client]$ ./runInstaller -paramFile /tmp/oraparam.ini
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or redhat-5
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-02-26_12-12-09AM. Please wait ...[oraclient@bob client]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.
Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-02-26_12-12-09AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-02-26_12-12-09AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
Exception in thread "main" java.lang.NoClassDefFoundError
at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
If there is anymore information i can supply please let me know. Really appreciate the help.....
Thanks
Robert

<p>One way to install the missing packages is to open a terminal session as root and enter this on the command line:</p>
<p>yum install package_name</p>
<p>It will either install the missing package or tell you there is nothing to do. Forget about metalink. You can only access that if you have a support contract. Go to <b>here</b> and you will find information on the required packages for a client installation.</p>
Tom

Similar Messages

  • Oracle 10G client Install on Windows

    We recently had our Oracle client upgraded from Oracle 9i to Oracle 10G. Now when we sign into the Oracle Enterprise Manager Console, select a user schema and right click on a table to View/Edit Contents, the records display but when i select a record and try to right click to Add Row / Delete all i get is a solid gray bar, so i can't delete the record. I am thinking this may be a permission problem of how the client was installed, but have no idea where to start. Any help from anyone will be greatly appreciated.

    Use this step-by-step guide.
    http://faq.programmerworld.net/database/installing-oracle-10g.html
    http://www.procurar.pt http://www.wallpapers.pt

  • Oracle 10g Client and ODAC Side-By-Side

    Hi there, I was unable to find an answer to my query by using search, but apologies if this is a double-post.
    I'm having some issues with a ASP.NET application running on a Windows XP Pro machine. The machine has Oracle 10g client installed (oraClient10g_home1), and also ODAC (ODACHome2).
    The part of my web application that accesses our Oracle DB (10g), always gets a ORA-12154 error when it tries to connect, but SQL*Plus and tnsping for this TNS both work on the machine.
    When I use tnsping from the command line it looks like its using parameter files from the ODAC home, rather than the 10g client home.
    On my development machine (where ODAC is not installed), the application works fine.
    Does anyone have any idea if there are any issues having both of these clients installed?
    Or otherwise where my problem could be?
    Thanks very much in advance,
    James Simm

    Thanks for the link, however it hasn't solved my issues:
    The version of ODP.Net installed is 10.2.0.2.20, and the Oracle Client is 10.2, so according to that link it should be able to automatically switch between Oracle Homes.
    The application I'm troubleshooting doesn't actually use ODP.Net, it uses System.Data.OracleClient, but ODP.Net is required for another application.
    I'm extremely stuck, as I cannot understand why I'm getting ORA-12154 when every other Oracle application on the machine can access it.
    Please let me know if there are any other things I can try, or if you need any information from me?
    Thanks in advance,
    James Simm

  • Oracle 10g client on Domain

    We have some problems with a Oracle 10g client instalation:
    We installed in a Windows 7 Pro OS on Domain, using an Admin User, Oracle 10g Client. If I use that user, I can connect to DB. If I change the user for a restricted one, I can't.
    Sample: Using the restricted user, I try to run SQL Plus for Windows; it starts, but after I fill the User, Pass and DB information, SQLPlus closes without showing any error or warning. In the same way, I can't run any program using the Client.
    If I change the privileges for that user to Administrator in the Active Directory, all works without problems (without any change in the configuration)
    Any idea about the permisions I should give to the user without giving Admin privileges.
    Thank you
    Rafael B.

    Welcome to the forums !
    Pl indicate which version of 10g client was installed. The only version of 10g that is certified on Win 7 is 10.2.0.5. Other versions may or may not work as advertised.
    http://download.oracle.com/docs/cd/B19306_01/relnotes.102/b15680/toc.htm#CHDFHIEA
    http://download.oracle.com/docs/cd/B19306_01/relnotes.102/b15680/toc.htm#BABEBBJF
    HTH
    Srini

  • Oracle 10g client installation process step by step

    Hello all,
    1)I have oracle 10g client installed in my system and the required drivers from the oracle site in xi .
    2)Also I tried coping the client sw from other system in which the oracle client was working fine.when I run connect.cmd i am getting an error"ora12154:tns:could not connect identifier specified.
    Kindly let me know the step by step process of the same in brief.
    please send the same to [email protected]
    thanks,
    Srinivas

    pls go through the link
    http://www.cryer.co.uk/brian/oracle/ORA12154.htm
    http://www.is.mcgill.ca/minerva/Help/ora12154.htm
    http://www.techonthenet.com/oracle/errors/ora12154.php
    http://www.ironspeed.com/Designer/4.0.3/WebHelp/Part_VI/ORA_12154_TNS_could_not_resolve_service_name.htm
    with regards
    Gabriel

  • Oracle 10g client installation skips

    Hi,
    I have Oracle 11g database home in my 64 bit Windows 7 machine. However, now i would like to install Oracle 10.2.0 client as well. I tried giving a separate location. But for some reason, whenever i start the Setup and run the Administrator Type, the installation just skips without giving any errors. It just creates the inventory folder in the specified path.
    It goes to the Product-Specific Prerequisite Checks and exits without giving any warnings or errors.
    Can someone suggest what should be done here?
    Regards,
    Namrata

    Using paramFile: C:\Oracle 10g\client\install\oraparam.ini
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    The commandline for unzip:
    C:\Oracle 10g\client\install\unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/"*.jar" -d "C:\Temp\OraInstall2013-11-15_05-15-43PM"
    The commandline for unzip:
    C:\Oracle 10g\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\Temp\OraInstall2013-11-15_05-15-43PM"
    The commandline for unzip:
    C:\Oracle 10g\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui.core\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\Temp\OraInstall2013-11-15_05-15-43PM"
    The number of files bootstrapped for the jre is 584.
    The number of files bootstrapped for the oui is 100.INFO: Environment Variables:
    INFO: ORACLE_HOME =
    INFO: PATH = C:\Informatica\9.0.1\clients\tools\datadirect;C:\Informatica\9.0.1\clients\DeveloperClient\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\OracleBI\server\Bin;C:\OracleBI\web\bin;C:\OracleBI\web\catalogmanager;C:\OracleBI\SQLAnywhere;C:\Program Files (x86)\Java\jdk1.7.0_25\bin;C:\Java\jdk1.7.0_25\bin;C:\app\nbhattacharjee\product\11.2.0\dbhome_1\bin;C:\Oracle_Patch;C:\Informatica\9.1.0\DataTransformation\bin;C:\Informatica\9.1.0\clients\tools\datadirect;C:\Informatica\9.1.0\clients\DeveloperClient\bin;C:\Informatica\9.1.0\clients\java\jre\bin\server;\pp2;C:\Program Files (x86)\NCR\Teradata Client\bin\;C:\Program Files (x86)\NCR\Teradata Client\bin\;C:\Program Files\NCR\Teradata Client\cliv2\;C:\Program Files (x86)\NCR\Common Files\Shared ICU Libraries for Teradata\lib;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Common Files\NCR\AXSMOD\;C:\R-2.15.1\bin\x64;C:\Oracle\Middleware\Oracle_BI1\bin;C:\Oracle\Middleware\Oracle_BI1\opmn\bin;C:\Oracle\Middleware\Oracle_BI1\opmn\lib;C:\Oracle\Middleware\Oracle_BI1\perl\bin;C:\Users\nbhattacharjee\AppData\Local\Smartbar\Application\;C:\Users\nbhattacharjee\AppData\Local\Smartbar\Application\
    INFO: CLASSPATH = C:\Informatica\9.1.0\DataTransformation\api\lib\CM_JavaAPI.jar;C:\Program Files\Common Files\NCR\JMSAXSMOD;C:\Java\jdk1.7.0_25\lib
    INFO: Username:nbhattacharjee
    INFO: Oracle Universal Installer version is 10.2.0.1.0
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    INFO: Reader/Writer 'oracle.sysman.oii.oiic.OiicGlobalContextXMLReaderWriter' was created.
    INFO:
    *** Welcome Page***
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.client, 10.2.0.1.0, >0.0.0.0.0, [ 912 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Setting the 'InstallType ( DEP_MODE )' property to 'Administrator'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'Administrator'. Received the value from the UI page.
    INFO: The selected install type is "Administrator".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OraClient10g_home1'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom C:\Temp\OraInstall2013-11-15_05-15-43PM/shiphomeproperties.xml
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Setting the PROD_HOME variable of 'oracle.client_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.client Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.displayFonts_9.0.2.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_fonts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.client_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/sysman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.mgmt_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_olap_wrksht'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.ic_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.rdbms.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.ic_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus.ic Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.esm_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.client_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_has_client'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_java_sqlj'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jle3_3.0.1.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/jle3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui.core_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.opatch_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1\OPatch'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.jre_1.4.2.8.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1\jre\1.4.2'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ons_10.1.0.3.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/opmn'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.acf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.assistants.acf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.cabo_2.1.22.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/uix'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.dbui_2.2.13.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/dbui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.dbui4_4.1.7.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/dbui4'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.ewt_3.4.38.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/ewt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.help_4.2.6.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/help'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.ice_5.2.3.6.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/ice'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jewt_4.2.33.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/jewt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jle_2.0.3.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/jle'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.kodiak_1.2.1.0.0I' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/kodiak'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.regexp_2.1.9.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/regexp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.share_1.1.18.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_tools_share'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.common_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_buildtools_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_buildtools_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.csmig_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rdbms_expimp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.common_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.dbjava.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.ic_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_dbjava_ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_dbjava_jdbc'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc12_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.dbjava.jdbc12'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc14_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.dbjava.jdbc14'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.dbjava.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.emdw.emcp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.emdw.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.common_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rsf_has_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.client_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.javavm.client Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.jdk_1.4.2.0.8' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1\jdk'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.client_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_ldap_rsf_cmp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.aso_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.aso Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.client_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_network_client'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.owm_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.owm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.network.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.rsf.ic_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.network.rsf.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.ssl_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.network.ssl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_nlsrtl_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf.lbuilder_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_nlsrtl_rsf_lbuilder'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntoledb Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb.odp_net_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/ODP.NET'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoramts_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oramts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.admin_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.admin Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.oraconfig_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.oraconfig Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.perfmon_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.perfmon Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1 in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc.ic_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1 in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.oemlt_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oemlt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oo4o_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.oo4o Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oracore.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.oracore.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.oraolap.api'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.dbscripts_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.annotator_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.client_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint_5.8.3.0.2' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1\perl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.common_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp.common Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.lang_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.crs_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.hs_common_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rdbms_hs_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.common_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.rdbms.install.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.oci_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rdbms_oci'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.plsql_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rdbms_plsql'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.rdbms.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf.ic_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.rdbms.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.rdbms.rman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.util_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.rdbms.util'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.slax.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle.slax.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj.sqljruntime_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.winprod_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.winprod Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.wwg.plsql_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rdbms'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.parser.java_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.xdk.parser.java Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.rsf_10.2.0.1.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1/oracle_rsf_rdbms_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.java.j2ee.core_10.1.2.0.0' to 'C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1\jdk\jre\lib\ext'. Received the value from the variable calculation.
    INFO: Performing operation for OUI Oracle Home access setup
    INFO: Unable to read C:/app/nbhattacharjee/product/11.2.0/dbhome_1/client_1/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: SRVM ClusterInfo.IsLocalOnly() called. Return value obtained is 'false'.
    INFO: The CRS clusterware location for 'oracle.crs 10.1.0.2.0' is not found.
    INFO: This is not a cluster system.
    INFO: Node selection page will not be shown.
    INFO: Install type for "Oracle Client 10.2.0.1.0 " is "Administrator".
    INFO: OUI-10066:Not all the dependencies for the component Oracle Client 10.2.0.1.0  could be found. Missing component oracle.doc 10.2.0.1.0.
    INFO: Install type for "Oracle SQLJ 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle interMedia Client Option 10.2.0.1.0 " is "Typical".
    INFO: Conflict while setting install type of "SQLJ Runtime 10.2.0.1.0 "  to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle Internet Directory Client 10.2.0.1.0 " is "Typical".
    INFO: Conflict while setting install type of "Oracle Database Utilities 10.2.0.1.0 "  to "Typical (Typical)". Install type already set to "Client (Client)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle Database Utilities 10.2.0.1.0 " is "Custom".
    INFO: Conflict while setting install type of "Required Support Files 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database Utilities 10.2.0.1.0  could be found. Missing component oracle.omwb 10.1.0.1.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database Utilities 10.2.0.1.0  could be found. Missing component oracle.workflow.builder 2.6.4.0.0.
    INFO: Install type for "Generic Connectivity Common Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Programmer 10.2.0.1.0 " is "Database Administrator".
    INFO: Install type for "OLAP Analytic Workspace Manager and Worksheet 10.2.0.1.0 " is "Typical".
    INFO: Conflict while setting install type of "Enterprise Manager 10g Java Console 10.2.0.1.0 "  to "Minimal (Minimum)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle Database User Interface 2.2.13.0.0 "  to "Minimal (Minimum)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle Recovery Manager 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Advanced Security 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Enterprise Manager 10g Java Console 10.2.0.1.0 " is "Custom".
    INFO: Conflict while setting install type of "Oracle JFC Extended Windowing Toolkit 4.2.33.0.0 "  to "Custom (Custom)". Install type already set to "Minimal (Minimum)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Secure Socket Layer 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle Net 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "SQL*Plus 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle Windows Interfaces 10.2.0.1.0 " is "ClientTypical".
    INFO: Install type for "Oracle Net 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Administration Assistant for Windows 10.2.0.1.0 " is "Minimal".
    INFO: Install type for "Oracle Objects for OLE 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle ODBC Driver 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle Provider for OLE DB 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle Data Provider for .NET 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle Call Interface (OCI) 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Precompiler Common Files 10.2.0.1.0 " is "Typical".
    INFO: Conflict while setting install type of "Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0 "  to "Typical (Typical)". Install type already set to "Minimal (Minimum)". Seting it to "Custom (Custom)".
    INFO: Install type for "PL/SQL 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Precompilers 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle XML Development Kit 10.2.0.1.0 " is "Typical".
    INFO: Conflict while setting install type of "XML Parser for Java 10.2.0.1.0 "  to "Typical (Typical)". Install type already set to "Minimal (Minimum)". Seting it to "Custom (Custom)".
    INFO: Install type for "SQL*Plus 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Secure Socket Layer 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Database SQL Scripts 10.2.0.1.0 " is "Custom".
    INFO: Install type for "OLAP SQL Scripts 10.2.0.1.0 " is "Custom".
    INFO: Install type for "PL/SQL Embedded Gateway 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle LDAP administration 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Character Set Migration Utility 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Java Client 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Assistant Common Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Installation Common Files 10.2.0.1.0 " is "Typical".
    INFO: Install type for "HAS Common Files 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle JDBC/THIN Interfaces 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0 " is "Custom".
    INFO: Conflict while setting install type of "Oracle JDBC/OCI Instant Client 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "JDBC Common Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Code Editor 1.2.1.0.0I " is "Custom".
    INFO: Install type for "Oracle Database User Interface 2.2.13.0.0 " is "Custom".
    INFO: Install type for "Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Conflict while setting install type of "Oracle Globalization Support 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle Core Required Support Files 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle RAC Required Support Files-HAS 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Enterprise Manager plugin Common Files 10.2.0.1.0 Beta" is "Custom".
    INFO: Install type for "Enterprise Manager Minimal Integration 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle UIX 2.1.22.0.0 " is "Typical".
    INFO: Install type for "Buildtools Common Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Globalization Support 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Locale Builder 10.2.0.1.0 " is "Custom".
    INFO: Install type for "regexp 2.1.9.0.0 " is "Typical".
    INFO: Install type for "Oracle Display Fonts 9.0.2.0.0 " is "Typical".
    INFO: Install type for "Oracle Help For Java 4.2.6.1.0 " is "Custom".
    INFO: Install type for "Oracle Clusterware High Availability API 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle Wallet Manager 10.2.0.1.0 " is "Custom".
    INFO: Install type for "LDAP Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Net Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Conflict while setting install type of "SSL Required Support Files for InstantClient 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle Enterprise Security Manager 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle Ice Browser 5.2.3.6.0 " is "Custom".
    INFO: Install type for "Perl Interpreter 5.8.3.0.2 " is "Custom".
    INFO: Install type for "Oracle Java Layout Engine 2.0.3.0.0 " is "Custom".
    INFO: Install type for "Oracle Core Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Platform Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Precompiler Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Parser Generator Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle ODBC Driverfor Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Agent Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "RDBMS Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Conflict while setting install type of "RDBMS Required Support Files for Instant Client 10.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "RDBMS Required Support Files for Instant Client 10.2.0.1.0 " is "Custom".
    INFO: Install type for "XDK Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "DBJAVA Required Support Files 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle RAC Required Support Files-HAS 10.2.0.1.0 " is "Custom".
    INFO: Install type for "SSL Required Support Files for InstantClient 10.2.0.1.0 " is "Custom".
    INFO: Install type for "XML Parser for Java 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle Java Layout Engine 3 3.0.1.0.0 " is "Minimal".
    INFO: Install type for "Oracle Extended Windowing Toolkit 3.4.38.0.0 " is "Custom".
    INFO: Install type for "Oracle JFC Extended Windowing Toolkit 4.2.33.0.0 " is "Custom".
    INFO: Install type for "Oracle OLAP API 10.2.0.1.0 " is "Minimum".
    INFO: Install type for "Oracle Database User Interface 4 4.1.7.0.0 " is "Minimal".
    INFO: Install type for "Bali Share 1.1.18.0.0 " is "Custom".
    INFO: Install type for "SQLJ Runtime 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle interMedia Annotator 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle Notification Service 10.1.0.3.0 " is "Typical".
    INFO: Install type for "Oracle Clusterware RDBMS Files 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle JDBC/OCI Instant Client 10.2.0.1.0 " is "Custom".
    INFO: Install type for "SQL*Plus Files for Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle Universal Installer 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Oracle One-Off Patch Installer 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Installer SDK Component 10.2.0.1.0 " is "Custom".
    INFO: Install type for "Sun JDK 1.4.2.0.8 " is "Complete".
    INFO: Conflict while setting install type of "Sun JDK extensions 10.1.2.0.0 "  to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Sun JDK extensions 10.1.2.0.0 " is "Custom".
    INFO: Setting the PRE_REQUISITE variable of 'oracle.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.sqlj_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.util_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.javavm.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.dbjava.jdbc_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ldap.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.winprod_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.oci_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.precomp_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.xdk_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.network.aso_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0  isCurrentPlatformInGroup
    platGroup = Windows
    INFO: Query Returned: true
    INFO: Calling Query rgsQueries10.1.0.2.0  isProductInstalled
    Location = C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1
    InternalName = w32oem10
    MaxVersion = null
    MinVersion = null
    INFO: Query Returned: false
    INFO: Calling Query rgsQueries10.1.0.2.0  isProductInstalled
    Location = C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1
    InternalName = oracle.swd.oui
    MaxVersion = 1.6.0.2.0
    MinVersion = 0.0.0.0.0
    INFO: Query Returned: false
    INFO: Setting the PRE_REQUISITE variable of 'oracle.oem.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.oraolap.mgmt_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.network.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ordim.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ons_10.1.0.3.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.has.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.install.common_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.swd.opatch_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.swd.oui_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.sqlj.sqljruntime_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ordim.annotator_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.dbjava.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.dbui_2.2.13.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.sqlplus_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.network.ssl_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ldap.admin_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0  isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Calling Query rgsQueries10.1.0.2.0  isProductInstalled
    Location = C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1
    InternalName = w32rsf80
    MaxVersion = 8.0.7.0.0
    MinVersion = 8.0.3.0.0
    INFO: Query Returned: false
    INFO: Calling Query rgsQueries10.1.0.2.0  isProductInstalled
    Location = C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1
    InternalName = w32rsf73
    MaxVersion = 7.3.5.0.0
    MinVersion = 7.3.1.0.0
    INFO: Query Returned: false
    INFO: Calling Query areasQueries10.2.0.1.0  productInstalled
    location = C:\app\nbhattacharjee\product\11.2.0\dbhome_1\client_1
    name = oracle.sysman.netclt
    startVersion = 8.0.3.0.0
    endVersion = 8.0.6.0.0
    acceptCompatible = false
    INFO: Query Returned: false
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.dbjava.jdbc14_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ldap.esm_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.rman_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.hs_common_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.dbscripts_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.plsql_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.csmig_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.precomp.common_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.precomp.lang_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.dbjava.jdbc12_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.oraolap.api_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.dbui4_4.1.7.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.jle3_3.0.1.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.jewt_4.2.33.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.xdk.parser.java_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.assistants.acf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.cabo_2.1.22.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.ewt_3.4.38.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.help_4.2.6.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.jle_2.0.3.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.kodiak_1.2.1.0.0I' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.ice_5.2.3.6.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.oem.oemlt_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ntrdbms.admin_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.oo4o_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.odbc_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ntoledb_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ntoledb.odp_net_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.network.owm_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.odbc.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.rsf.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.jdk_1.4.2.0.8' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.network.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.oraolap.dbscripts_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.wwg.plsql_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.buildtools.common_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.emdw.emcp_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.has.common_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.oracore.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.nlsrtl.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.has.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.crs_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.dbjava.common_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.network.rsf.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.sqlplus.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.share_1.1.18.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.ldap.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.buildtools.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.precomp.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.slax.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.emdw.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.xdk.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.dbjava.rsf_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.java.j2ee.core_10.1.2.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.regexp_2.1.9.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.bali.displayFonts_9.0.2.0.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.nlsrtl.rsf.lbuilder_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.perlint_5.8.3.0.2' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.swd.oui.core_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO:
    *** Language Selection Page***
    INFO: Setting the 'SelectedLanguages ( SELECTED_LANGUAGES )' property to 'en'. Received the value from the default settings.
    INFO:
    *** Specify Local Host Name Page***
    INFO: Setting the 'HostName ( ORACLE_HOSTNAME )' property to 'USMUMNBHATTACH1.us.deloitte.com'. Received the value from the default settings.
    INFO: Defaulting prerequisite location to 'C:\Oracle 10g\client\stage/prereq'.
    INFO:
    *** Product-Specific Prerequisite Checks Page***
    INFO: Entry point:oracle.client_Administrator_install
    INFO: Starting Prerequisite checks : Fri Nov 15 11:46:43 GMT 2013
    INFO: Checking CertifiedVersions
      This is a prerequisite condition to test whether the Oracle software is certified on the current O/S.

  • I can't install Oracle 10g Client in x86-64(Intel EM64T)

    Dear All,
    Recently, I tried to install the Oracle 10g client in Redhat Enterprise Linux 4.0 with x86-64 (Intel EM64T) platform. As I know,that is either Oracle 9i or Oracle 10g has been certified to Redhat AS 3.0 operating system.
    How can I install Oracle 10g normally under all x86-64 platforms? Or, When does Oracle to release out the patch for all x86-64 versions?

    Please reffer to Installation section.
    Database Installation

  • Install Oracle 9i client on a computer with Oracle 10g Client

    Hello all!!
    I'm using a computer with Oracle 10g client, and I access two databases. One server has Oracle 10g server, and the other server has Oracle 9i server.
    I want to install 9i client, to have it also in my computer. I haver read that I just have to install it in a different ORACLE_HOME, but I have a doubt.
    If I install 9i client, would I be able to use the utilities, (exp, expddp, sqlldr) of both versions, or which version will be used in the command line for the utilities.
    Thanks a lot!!!

    To start with, Home Selector is a "9i thing" (and older), in 10g there's the OUI -> Installed Products... -> Environment tab instead.
    About the 9i dbca with other Oracle products installed. If you use launch.exe to start via dbca start menu shortcut, it uses ora92\assistants\dbca as working directory ("start from"). So when not looking for "numbered dlls" like oracore9.dll, a later/different version will be loaded if earlier in path, since loading goes through jre directories, ora92\assistants\dbca, then the dir's from path variable. From there it may start to link in libraries from different homes (on my laptop, "launch.exe dbca" uses files from 2 additional home paths!)
    But, if you instead use dbca.bat started from ora92\bin, it will look in the right directories first and there's no dll mess-up. (But only when using the correct cwd!)
    Plain and simple: stay very far away from multiple-general-home installs. It is possible to install allright, in different homes and all very nicely, but there will be pain when you decide to use the stuff (perhaps with sql*plus as the only exception, but I've run into bugs with that too).
    Message was edited by:
    orafad

  • Installing oracle 10g client

    maybe this question seem silly.
    but I am using ODP to access oracle 10.1.0.2 and i want to know how to access database from client to the database server throw ODP.
    And asking is there version called oracle 10g client should i install before install ODP or ODP that i download it is enough? and if it is enough how i can configure it to access server?

    That's from ODP.NET FAQ:
    Oracle9i Client Release 2 (9.2) or higher (included with ODP.NET installation)
    Althought the statement is for 9i, it remains true for 10g, ODP.NET has the necessary Oracle client components included.
    Werner

  • TNS-12541: No listner on Windows VISTA (oracle 10g client)

    Hi all,
    After installing an Oracle 10g Client for Windows Vista, when trying to connect to the database, i got the error No listner (TNS-12541). I checked the database listner but it's running and i can connect there from XP OS client. Does anybody have an idea about that.
    tnsping give the same error also but when i ping the server it gives response.
    Any body has experioenced the same problem, if yes could you help please it's very urgent.
    Thanks regards
    raitsarevo

    raitsarevo,
    First of all: it's not very urgent. Very urgent requests end up in a SR at http://metalink.oracle.com.
    Oracle doesn't support all editions of Vista and 10g may not even support Vista at all. Please refer to the download page for 10g at http://otn.oracle.com for further details.
    A non-supported edition of Mickeysoft usually results in Oracle Net issues.
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle 10g Client not working in Windows 7 64 bit

    Dear All,
    Not ablle to install Oracle 10g Client (Rel 2) in Windows 7 64 bit , getting an abnormal error and stoping ..
    Please suggest me how to proceed futher

    823755 wrote:
    Dear All,
    Not ablle to install Oracle 10g Client (Rel 2) in Windows 7 64 bit , getting an abnormal error and stoping ..
    Please suggest me how to proceed futherWhich Edition of Windows 7?
    Where version of Oracle to four decimal places; i.e. V10.2.0.1

  • Oracle 10g client and Outlook Address Book

    I have looked everywhere that I can think of, and nobody seems to have an answer to this problem. I support an extensive VB6 application, and one piece of functionality, which has been working without problems using Oracle 8i and 9i client, is now having problems when we use it on a client with 10g client installed.
    The functionality in question is the ability to click a button that opens the user's Outlook Global Address Book, and return the e-mail address of the address selected. When the application is initially opened, the address book opens without problem. Once the user connects to Oracle (from within the application), from that point on, until the application is closed and restarted, clicking the button to open the address book produces the not-so-helpful error message "This application has failed to start because BJABLR32.dll was not found. Re-installing the application may fix this problem." The .dll is present, and the error only occurs AFTER an Oracle connection has been opened. I'm using an ADODB connection to connect to Oracle.
    I have tried closing the connection, and setting the connection object to nothing, but this doesn't seem to make any difference. The Oracle connection appears to be working fine, the recordsets that are returned have the correct data in them, and updates perform correctly as well.
    I have a sample application (about 175 lines of code) that I can use to consistantly reproduce the error.
    If anyone can shine some light on this, it would be greatly appreciated. If this needs to be posted to a different forum, please let me know that as well. This forum seemed to be the closest match that I could find for this problem.

    I am having the same problem, did you find an answer? other than resetting the Path, I shouldn't change all the client machines path

  • (again) oracle 10g client and oracle 10g express in one computer

    hi again, sorry if this question looks like a double post to you.
    Well this is quite embarassing yet still make some headache for me. I have my office PC installed with Oracle 10g client using admin component option, for connecting some application with database on remote server. Now, after I have developed some basic map using Oracle 10g Express on my home PC, I want to test it in my office network. But everytime I tried to install Oracle Express, it web interface will working normally while all other aplication can no longer connected with remote server from the client. If I remove Oracle Express, all client connection will working again as if nothing happened. I already created Microsoft LoopBack connection using IP 10.10.10.10, edit TNSNAMES.ORA, etc that could possibly helpful but nothing fixed. Strangely, if I install Oracle 10g Database version, all connection to remote server working again, and map application also working. But this kind of installation takes up all my PC resources (grrrr!). Any more suggestion?
    best regards
    net2surfin

    I'm sorry if the information not accurate, but the client connection made by application which try to connect is simply "not resolved" and show no error code/number at all. I'll try to connect from sqlplus though, maybe the error number will be known from this way.
    About 10.10.10.10 tcp loopback, I got this work around from here: http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGCEAI
    in the Ora Database Preinstallation requirement, where it states like this:
    +16.In the Properties dialog box, click Use the following IP address and do the following:+
    a.IP Address: Enter a non-routable IP for the loopback adapter. Oracle recommends the following non-routable addresses:
    +■192.168.x.x (x is any value between 0 and 255)+
    +■10.10.10.10+ <---- this is the value suggested that I've been used in my home PC
    b.Subnet mask: Enter 255.255.255.0.
    c.Record the values you entered, which you will need later in this procedure.
    d.Leave all other fields empty.
    e.Click OK.
    I'll try to remove the loopback later and see the ORA environment, to see the result. In the mean time, all suggestions is highly appreciated.
    thank you n best regards
    net2surfin

  • Oracle 10g client not connecting to Oracle 8i server

    I have oracle 8i server already installed. I downloaded Oracle 10g client recently. I installed it on one machine and trying to connect to 8i server. I used TNSnames.ora which was already present on the machine. After entering the username, password and service name in SQL plus, I got a error saying server version not suported. Does 10g client not support 8i server or am I doing something wrong ?

    There is an 8.1.7.4 patchset for Windows.
    If you take a look at the Instant Client forum, there are some discussions on this where one of the Oracle product managers (Mr. Jue) has chimed in. At present, only connections to 8.1.7.4 and higher are supported. It is expected that the first 10g patchset will fix this bug and allow connections to 8.1.7.0 and above databases.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Oracle 10g client with 11g ODBC.

    We have the Oracle 10g client on users PCs to use the 10g ODBC to connect to a 10g (10.2.0.4.0) database. Now we are upgrading to an Oracle 11g database, 11.2.0.3.0. Is it possible to install the 11g ODBC drivers onto the users PCs without installing the full Oracle 11g client?

    Unless you want to go down the Instant Client path, no.
    However, there is probably no need to do anything to the clients. Any version of the 10g client should have no difficulty communicating with an 11.2 database. There is likely no need to upgrade the existing clients when the database is upgraded. The only exception would be if your application is trying to use some 11.2 feature that requires changes on the client to support-- those are pretty rare in this instance.
    You may want to roll out 11.2 clients on new machines as they come online but that's likely about all that you need to do.
    Justin

Maybe you are looking for