Installing Tidal 5.3.1 Scheduler Client silently

Hello,
Just wondering if it's possible to silently install the 5.3.1 Scheduler Client. The only reference I can find to a silent install refers to the 3.0 agent. Am I chasing an untamed ornithoid without cause here?
Thanks,
Ryan

I have actually figured out a work around while I was waiting for a response so I will share it for others who may be in a similar situation.
I was able to get it working by creating and utilizing the Install Shield response file.
To do this use the following syntax:
\\networkshare\Client\Setup.exe /r /f1"\\networkshare\Client\Setup.iss" (you can call the ISS file whatever you'd like)
This will launch the installer for you to manually configure and all settings will be captured to the .iss file you specified.
To test if your installer works you can use the following command on a machine where no tidal client is present:
\\networkshare\Client\Setup.exe /s /f1"\\networkshare\Client\Setup.iss"
That's it. Every InstallShield installer that uses an .iss file will also create a setup.log file which you can reference to see if it is successful. If you are having problems with this method I would encourage you to search for Install Shield ResultCodes.
Cheers!

Similar Messages

  • How to upgrade the Oracle Client silently ?

    Hi all,
    I have to upgrade the Oracle Client from 8.1.6.0.0 to 9.2.0.1.0.
    I use the -record option for creating the destination file or edit the response file manually for being able to install the new client. But I have no idea, how to remove the old client.
    The following command doesn't work:
    C:\Program Files\Oracle\oui\install\setup.exe" -deinstall DEINSTALL_LIST={"oracle.client","8.1.6.0.0"}
    What am I doing wrong? How to remove the Oracle Client silently?
    Thanks for the help and best wishes from Frankfurt.
    Dimitri

    I created a instant client silent DE-INSTALL for version 10.1.0.2 on XP.
    setup.exe -silent -deinstall -responseFile Z:\yyyyyy\xxxxxx.rsp
    These are parameters are in my response file...
    ORACLE_HOME="C:\oracle\InstantClient\10.1.0"
    ORACLE_HOME_NAME="OraInstantClient10g_home1"
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    SHOW_DEINSTALL_CONFIRMATION=false
    SHOW_DEINSTALL_PROGRESS=true
    REMOVE_HOMES={"c:\oracle\ora81","c:\oracle\InstantClient\10.1.0"}
    You still have to manually update/remove the PATH & TNS_ADMIN environment variables and the file system directories.

  • SQL Server 2008 R2 Native Client Silent Installation Failure

    Hi all, I'm trying to silently install SQL Server 2008 R2 Native Client using command prompt but I'm running into trouble with the IACCEPTSQLNCLILICENSETERMS=YES parameter.
    From command prompt, I'm trying to execute the following:
    msiexec /i "C:\PathToMSI\sqlncli.msi" /qb IACCEPTSQLNCLILICENSETERMS=YES
    Running this command though results in an installation error:
    'The required IACCEPTSQLNCLILICENSETERMS=YES command-line parameter is missing. By specifying this parameter, you acknowledge that you accept the end user license terms for the Microsoft
    SQL Server 2008 R2 Native Client.'
    Is this an error with the installation package or am I doing something wrong here?
    Thanks

    Hi GB2014,
    Based on my analysis, your issue could be due to that the required 'IACCEPTSQLNCLILICENSETERMS=YES' parameter is not passed successfully. I recommend you to follow one of the two methods below to troubleshoot the issue using the tool
    ORCA.
    1. Edit sqlncli.msi file using ORCA, add the property IACCEPTSQLNCLILICENSETERMS with a value of YES, then save the MSI file and install SQL Server 2008 R2 Native Client again.
    2. Open sqlncli.msi file in ORCA, scroll down the left row to table "InstallExecuteSequence", find the action (SNAC_IAcceptSQLNCLILicenseTerms), change whatever was in the condition column(a bunch of options, delete them all) to YES. Then saved
    the MSI file and install SQL Server 2008 R2 Native Client again.
    In addition, There is a similar thread for reference:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/a8957ad1-8ef4-4789-9086-8ce6de7fd18f/managed-installation-of-sql-server-2008-r2-native-client?forum=sqlsetupandupgrade
    Regards,
    Michelle Li

  • Installing Lync 2013 and remove 2010 client via SCCM

    We have Windows 7 x64 PC’s running Lync 2010 64-Bit client. 
    What I need to do is install the Lync 2013 32-Bit client and then uninstall the Lync 2010 64-Bit client. 
    Using the Office Customization Took, I am able to install the Lync 2013 client fine, however the 2010 client isn’t not removed. 
    Here is what I did:
    -Have the standalone Lync 2013 installer. 
    I then copied the Lync 2010 64-bit install files into a new folder in the Lync 2013 source files. 
    This folder is c:\Lync2013\Lync2010
    -Created MSP file using OCT set to never reboot.
    -Under ‘Add installations and run programs’ option, I specified the Lync 2010 to be removed post install of Lync 2013. 
    The Command line:  [post install] [INSTALLLOCATION]\Lync2010\LyncSetup.exe /silent /uninstall
    -Loaded this into SCCM and set to run at a logon event. 
     As stated above, Lync 2010 is not removed. 
    A few questions:
     Is this even possible using the OCT?
    In the OCT, is it a problem trying to mix two different installers? 
    One 32-Bit, the other 64-Bit?
    If not, then is the command line correct for the Lync 2010 uninstall?
    If no for # 3, how do I make SCCM use the correct path to the package where the Lync 2010 install files are? 
    In the OCT, do I need to have the Lync 2010 command line as: 
    \%WINDIR%\SystemWOW64\CCM\Cache\nameofpackage 
    Please help me alleviate some frustration with any ideas for the above.

    You can use the command msiexec.exe /uninstall “C:\Program Files (x86)\OCSetup\Lync.msi” to uninstall Lync 2010.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    I'll try this, thanks!  For the post uninstall of Lync 2010 using the OCT, should I also ad /quiet switch or /no restart to suppress dialog boxes and not restart the PC when the removal is complete?  Or will the OCT prevent it from being restarted
    and 'suppress modals' as I set this during the install of Lync 2013.

  • Unable to install Oracle 10.2.0.2 client

    I am trying to install the Oracle 10.2.0.2 client but it gives an internal error and the installation gets terminated.It creates a log and .err file I am pasting the contents of the log file. Please let me know if any of you can help.
    Using paramFile: C:\TEMP\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:\TEMP\client\install\unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    The commandline for unzip:
    C:\TEMP\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    The commandline for unzip:
    C:\TEMP\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui.core\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    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:\oracle\product\10.2.0\client_2;C:\oracle\product\10.2.0\client_1;T:\SDCHS20N440\Oracle\agent10g\jlib;T:\SDCHS20N440\Oracle\agent10g\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\IBM\Director\bin;C:\PROGRA~1\BMCSOF~1\common\globalc\bin\Windows-x86;C:\PROGRA~1\BMCSOF~1\Patrol36\bin;C:\Program Files\Citrix\System32\Citrix\IMA;C:\Program Files\Citrix\System32\Citrix\IMA\Subsystems;C:\WINNT\System32\Citrix\IMA;C:\Program Files\Citrix\system32;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\Program Files\BMC Software\Patrol36\BEST1\7.2.00\bgs\bin;C:\Program Files\Compuware\Common;
    INFO:      CLASSPATH = .;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar
    INFO: Username:smukherj
    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: Unable to read T:/SDCHS20N440/Oracle/agent10g/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Unable to read C:/oracle/product/10.2.0/client_1/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Unable to read C:/oracle/product/10.2.0/client_2/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    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: Performing operation for OUI Shiphome access setup
    INFO: Setting up install inventory
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    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 'InstantClient'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'InstantClient'. Received the value from the UI page.
    INFO: The selected install type is "InstantClient".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to 'C:\oracle\product\10.2.0\client_3'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OraClient10g_home3'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3\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:\oracle\product\10.2.0\client_3\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:\oracle\product\10.2.0\client_3\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:\oracle\product\10.2.0\client_3\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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3\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:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.oemlt_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3\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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3/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:\oracle\product\10.2.0\client_3\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:/oracle/product/10.2.0/client_3/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 "InstantClient".
    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 Instant Client 10.2.0.1.0 " is "InstClient".
    INFO: Install type for "Oracle ODBC Driverfor Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "RDBMS Required Support Files for Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "SSL Required Support Files for InstantClient 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle JDBC/OCI Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "SQL*Plus Files for Instant Client 10.2.0.1.0 " is "Typical".
    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.rdbms.ic_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.dbjava.ic_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.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.sqlplus.ic_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 'sdchs20n440.corp.siebel.com'. Received the value from the default settings.
    INFO: Defaulting prerequisite location to 'C:\TEMP\client\stage/prereq'.
    INFO:
    *** Product-Specific Prerequisite Checks Page***
    INFO: Entry point:oracle.client_InstantClient_install
    INFO: Starting Prerequisite checks : Mon Dec 04 16:34:15 IST 2006
    INFO: Checking CertifiedVersions
         This is a prerequisite condition to test whether the Oracle software is certified on the current O/S.
    INFO: Expected result: One of 4.0,4.1,5.0,5.1,5.2
    Actual Result: 5.0
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking ServicePackChecks
         This is a prerequisite condition to test whether the Service Pack level recommended for installing the product is available on the system.
    INFO: Expected result: 1
    Actual Result: 4
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking TotalMemory
         This is a prerequisite condition to test whether the system has sufficient physical memory.
    INFO: Expected result: 128MB
    Actual Result: 2047MB
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking OracleHomeSpace
         This is a prerequisite condition to check whether the specified Oracle Home contains any spaces in the path.
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking CompatibilityChecks_IC
         This is a prerequisite condition to check whether the Oracle Home specified by the user already contains an installed product which is incompatible with the product being installed.
    INFO: Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Prerequisite checks completed : Mon Dec 04 16:34:32 IST 2006
    INFO: *** Entering Component: oracle.client installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ntEnvOH' to ''. Received the value from the variable calculation.
    INFO: Calling Query areasQueries10.2.0.1.0 getComponentInstallTypeName
    INFO: Query Returned: InstantClient
    INFO: Setting variable 's_installType' to 'InstantClient'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getInstallType
    INFO: Query Returned: InstantClient
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from the variable calculation.
    INFO: Setting variable 's_OPSSelectedNodes' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'n_TMPDIR_BYTES_REQ' to '0'. Received the value from the variable calculation.
    INFO: Setting variable 'n_TEMP_BYTES_REQ' to '0'. Received the value from the variable calculation.
    INFO: Setting variable 'b_removeNTenvOH' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' 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: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isOrcaHome' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = TEMP
    INFO: Query Returned: C:\DOCUME~1\smukherj\LOCALS~1\Temp\1
    INFO: Setting variable 's_TEMP_LOC' to 'C:\DOCUME~1\smukherj\LOCALS~1\Temp\1'. Received the value from the variable calculation.
    INFO: Setting variable 's_OSDUnixMakePath' to '/usr/ccs/bin/make'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isUXW' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isIntel_Solaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isDG' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = TEMP
    INFO: Query Returned: C:\DOCUME~1\smukherj\LOCALS~1\Temp\1
    INFO: Setting variable 's_TMPDIR_LOC' to 'C:\DOCUME~1\smukherj\LOCALS~1\Temp\1'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = ORACLE_HOME
    INFO: Query Returned:
    INFO: Setting variable 's_ntEnvOH' to ''. Received the value from a code block.
    INFO: Setting value of child variable s_bundleName of oracle.network.aso 10.2.0.1.0 to IC
    INFO: Setting value of child variable s_bundleName of oracle.rdbms.ic 10.2.0.1.0 to IC
    INFO: *** Entering Component: oracle.rdbms.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ociBkpFileName' to ''. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from variable association.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' 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: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_ezLocation' to 'C:\oracle\product\10.2.0\client_3/instantclient'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isSolaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.so.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.sl.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.a
    INFO: Query Returned: false
    INFO: Setting variable 'b_clntshExists' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'SO_EXT' to '.so'. Received the value from the variable calculation.
    INFO: Setting value of child variable s_bundleName of oracle.odbc.ic 10.2.0.1.0 to IC
    INFO: *** Entering Component: oracle.odbc.ic installation
    INFO: Calling Query WindowsGeneralQueries10.2.0.0.0 getWindowsDirectory
    INFO: Query Returned: C:\WINNT
    INFO: Setting variable 's_windowsSystemRoot' to 'C:\WINNT'. Received the value from the variable calculation.
    INFO: Calling Query WindowsGeneralQueries10.2.0.0.0 getWindowsSystemDirectory
    INFO: Query Returned: C:\WINNT\system32
    INFO: Setting variable 's_windowsSystemDirectory' to 'C:\WINNT\system32'. Received the value from the variable calculation.
    INFO: Setting variable 's_registryRoot' to 'HKEY_LOCAL_MACHINE'. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from variable association.
    INFO: Setting variable 's_odbcLocation' to 'C:\oracle\product\10.2.0\client_3\ODBC'. Received the value from the variable calculation.
    INFO: Setting variable 's_odbcKey' to 'software\odbc\odbcinst.ini\Oracle in OraClient10g_home3'. Received the value from the variable calculation.
    INFO: Setting variable 's_netAdminFolder' to 'Oracle - OraClient10g_home3\Network Administration'. Received the value from the variable calculation.
    INFO: Setting variable 's_oracleBin' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.rdbms.rsf.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ociBkpFileName' to ''. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to ''. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' 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: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_ezLocation' to 'C:\oracle\product\10.2.0\client_3/instantclient'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isSolaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.so.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.sl.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.a
    INFO: Query Returned: false
    INFO: Setting variable 'b_clntshExists' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'SO_EXT' to ''. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.network.rsf.ic installation
    INFO: *** Entering Component: oracle.dbjava.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_jservFile' to 'C:\oracle\product\10.2.0\client_3\Apache\Jserv\conf\jserv.properties'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.sqlplus.ic installation
    INFO: oracle.srvm.formCluster:false
    INFO:
    *** Summary Page***
    INFO:
    Summary
    Global Settings
    Source: C:\TEMP\client\stage\products.xml
    Oracle Home: C:\oracle\product\10.2.0\client_3 (OraClient10g_home3)
    Installation Type: InstantClient
    Product Languages
    English
    Space Requirements
    C:\ Required 169MB (includes 39MB temporary) : Available 25.84GB
    New Installations (7 products)
    Oracle Client 10.2.0.1.0
    Oracle Instant Client 10.2.0.1.0
    Oracle ODBC Driverfor Instant Client 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    SQL*Plus Files for Instant Client 10.2.0.1.0
    INFO: Method 'dispose()' Not implemented in class 'oracle.sysman.oii.oiif.oiifp.OiifpWizIntroPanel'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.client' with Install type 'InstantClient'.
    INFO: HomeSetup JRE files in Scratch :584
    INFO: Setting variable 'ROOTSH_LOCATION' to 'C:\oracle\product\10.2.0\client_3\root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.client_InstantClient_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.client_InstantClient_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.client_InstantClient_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component SQL*Plus Files for Instant Client
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component Oracle JDBC/OCI Instant Client
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component SSL Required Support Files for InstantClient
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component RDBMS Required Support Files for Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll.o.1
    INFO: Query Returned: false
    INFO: Setting variable 's_ociBkpFileName' to 'oci.dll.o.1'. Received the value from a code block.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query areasQueries10.2.0.1.0 productInstalled
    location = C:\oracle\product\10.2.0\client_3
    name = oracle.rdbms.rsf.ic
    startVersion = 9.2.0.0.0
    endVersion = 99.99.99.99.99
    acceptCompatible = null
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component Oracle ODBC Driverfor Instant Client
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup4
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp0
         gpEntries = [[sqora.chm ->%s_odbcLocation%/help/sqora.chm 215861 plats=1=>[912] langs=2=>[en]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup3
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp1
         gpEntries = [[ODBCRelnotesUS.htm ->%s_odbcLocation%/html/ODBCRelnotesUS.htm 68357 plats=1=>[912] langs=1=>[en,ja]]
    , [ODBCRelnotesJA.htm ->%s_odbcLocation%/html/ODBCRelnotesJA.htm 93273 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup2
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp2
         gpEntries = [[sqresus.dll ->%s_oracleBin%/sqresus.dll 18944 plats=1=>[912] langs=1=>[en,ja]]
    , [sqresja.dll ->%s_oracleBin%/sqresja.dll 32768 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup1
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp3
         gpEntries = [[sqora32.dll ->%s_oracleBin%/sqora32.dll 100 plats=1=>[912] langs=1=>[en,ja]]
    , [sqoras32.dll ->%s_oracleBin%/sqoras32.dll 100 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\WINNT\oraodbc.ini
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:51 PM IST: Starting install Install Phase 1 of component Oracle Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll.o.1
    INFO: Query Returned: false
    INFO: Setting variable 's_ociBkpFileName' to 'oci.dll.o.1'. Received the value from a code block.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query areasQueries10.2.0.1.0 productInstalled
    location = C:\oracle\product\10.2.0\client_3
    name = oracle.rdbms.ic
    startVersion = 9.2.0.0.0
    endVersion = 99.99.99.99.99
    acceptCompatible = null
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:51 PM IST: Starting install Install Phase 1 of component Oracle Client
    INFO: Calling Action generalActions10.2.0.3.0 setenv
         selectedNodes =
         name = Path
         value = C:\oracle\product\10.2.0\client_3
         append = null
         replace = null
    INFO: Install Phase 1 JRE files in Scratch :584
    INFO: 12/4/06 4:35:54 PM IST: Starting install Install Phase 2 of component SQL*Plus Files for Instant Client
    INFO: 12/4/06 4:35:54 PM IST: Starting install Install Phase 2 of component Oracle JDBC/OCI Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\Apache\Jserv\conf\jserv.properties
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component SSL Required Support Files for InstantClient
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component RDBMS Required Support Files for Instant Client
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component Oracle ODBC Driverfor Instant Client
    INFO: Calling Action ntw32FoldersActions10.2.0.0.0 ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraClient10g_home3\Application Development
         itemName = Oracle ODBC Help
         exeName = hh
         paramName = C:\oracle\product\10.2.0\client_3\sqora.chm
         workingDir = C:\oracle\product\10.2.0\client_3
         iconFileName = null
         icon = null
         cmdType = null
         multiparamName = null
    INFO: Calling Action ntw32FoldersActions10.2.0.0.0 ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraClient10g_home3\Configuration and Migration Tools
         itemName = Microsoft ODBC Administrator
         exeName = C:\WINNT\system32\odbcad32.exe
         paramName = null
         workingDir = C:\WINNT\system32
         iconFileName = null
         icon = null
         cmdType = null
         multiparamName = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = APILevel
         data = 1
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = CPTimeout
         data = 60
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = ConnectFunctions
         data = YYY
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = Driver
         data = C:\oracle\product\10.2.0\client_3\SQORA32.DLL
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = DriverODBCVer
         data = 03.51
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = FileUsage
         data = 0
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = Setup
         data = C:\oracle\product\10.2.0\client_3\SQORAS32.DLL
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = SQLLevel
         data = 1
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\odbc drivers
         value = Oracle in OraClient10g_home3
         data = Installed
         updateType = null
    INFO: 12/4/06 4:35:59 PM IST: Starting install Install Phase 2 of component Oracle Instant Client
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
         installcommand = C:\oracle\product\10.2.0\client_3/instclient.bat C:\oracle\product\10.2.0\client_3
         deinstallcommand =
         WaitForCompletion = null
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: C:\oracle\product\10.2.0\client_3
    INFO: C:\oracle\product\10.2.0\client_3
    INFO: "BIN FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\heteroxa10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\oci.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\ocijdbc10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\ociw32.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\orannzsbb10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\oraocci10.dll
    INFO: "LIB FOLDER EXISTS"
    INFO: "Instantclient FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\instantclient\oraociei10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\instantclient\orasqlplusic10.dll
    INFO: "odbc FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: "jdbc FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/instclient.sh
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\instclient.bat
    INFO: Query Returned: true
    INFO: Calling Action fileActions10.2.0.0.0 removeFile
         selectedNodes = null
         source = C:\oracle\product\10.2.0\client_3\instclient.bat
    INFO: 12/4/06 4:36:00 PM IST: Starting install Install Phase 2 of component Oracle Client
    INFO: Install Phase 2 JRE files in Scratch :584
    INFO: Initializing OUI save inventory
    INFO: The flags set for this home (T:\SDCHS20N440\Oracle\agent10g) are:clean
    SEVERE: Abnormal program termination. An internal error has occured. Please provide the following files to Oracle Support :
    "C:\Program Files\Oracle\Inventory\logs\installActions2006-12-04_04-31-25PM.log"
    "C:\Program Files\Oracle\Inventory\logs\oraInstall2006-12-04_04-31-25PM.err"
    "C:\Program Files\Oracle\Inventory\logs\oraInstall2006-12-04_04-31-25PM.out"
    INFO: User Selected: Yes/OK
    Best Regards,
    Sarmishtha

    Ouch. That's a lot of paste...
    INFO: PATH = C:\oracle\product\10.2.0\client_2;C:\oracle\product\10.2.0
    \client_1;T:\SDCHS20N440\Oracle\agent10g\jlib;T:\SDCHS20N440
    \Oracle\agent10g\bin
    INFO: The flags set for this home (T:\SDCHS20N440\Oracle\agent10g) are:clean
    SEVERE: Abnormal program termination. An internal error has occured. Please
    provide the following files to Oracle Support : I wonder how "T:" is involved. Looks like you got a management agent on a network drive. If so, is this Home registered with the oraInventory on your machine? Can you try the same install on a machine without any previous Oracle software installed?

  • Unable to install 64-bit Oracle ODBC Instant Client on Windows 2008 R2 machine.

    I am trying to upgrade the Oracle ODBC driver from the 32-bit version currently installed (ODBC Instant Client Release 10.1.0.5.0, April 2006) to a newer 64-bit version but have not been successful.  I have had success at uninstalling and reinstalling the existing 32-bit version package (release 10.1.0.5.0) however when I've tried to install the 64-bit ODBC Instant Client (Release 12.1, December 2012), I run the odbc_install.exe application inside the package.  it appears to run without issue/compliant, but then I do not see the 64-bit Oracle ODBC driver anywhere, either if I go via the traditional Administrator Tools --> ODBC Data Sources or if I go to the c:\windows\syswow64\odbcad32.exe route.  Further investigation into the ReadMe file (ODBC_IC_Readme_Win.html) reveals that you need the 3 DLLs oci.dll, oraociei11.dll and orannzsbb11.dll which the package does not come with. Where could I obtain the correct version of these DLLs or else where can I get an installation package which already contains them?
    Any help with this is greatly appreciated.  Thank you

    Welcome to the forums !
    Pl post this in the Instant Client forum - Instant Client
    HTH
    Srini

  • Install Essbase 11.1.2.2 Client on Linux/Aix

    Hi,
    I want to install Essbase 11.1.2.2 Client on Linux Redhat6_64/Aix7, I found a same problem on both of the platforms.
    Take Linux for example, I cannot found Essbase Client when I install it.
    The file I download is like this:
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 1 V31896-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 2 V31897-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 3 V31920-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 4 V31898-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 5 V32792-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 6 V31900-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 7 V31901-01
    EPM System Release 11.1.2.2.0 Client Installers for Microsoft Windows V32789-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Oracle HTTP Server V31902-01
    But when I run ./install.sh, it has no "Essbase Client ", could you tell me how to install client on linux/aix os?
    I already have my essbase server, i just want to install
    Thanks!!

    Hi John,
    Thanks a lot!
    Could you help me to figure out the following questions,please?
    1. Is Essbase 11.1.2.2 Client do not officially support installed alone on Linux/Unix platform?
    2. In the support file "How to Install the Essbase Client Tools MaxL and ESSCMD on a Planning Server Installed on Unix Server", I found that the Essbase server must be installed on a Linux platform first, if I install it on a Windows platform, there will be no such files:
    startMaxl.sh
    startEsscmd.sh
    setEssbaseEnv.sh
    so I cannot copy these to my created directory. So is that mean, if I want to install Essbase 11.1.2.2 client on a Linux Red hat6.0/Aix7.1, I must Firstly installed Essbase Server on another no-windows OS to get the above files?
    Thanks very much!
    BRs,
    Tracy

  • Install Oracel 9.2.0.1 Client on Win XP Pro SP 2, Pentium 4 machine

    Hello,
    Please help me solve problem in installing Oracel client.
    I install Oracel 9.2.0.1 client on PC has following configure:
    Win XP Profesional
    SP 2
    Intel Pentium 4
    RAM 256 KB
    Disk space >10 GB
    At step : choose Install Type: Administrator, Runtime or Custom.
    After choosing install type and press Next, install progress is 20% for long time, and I check Task manager it is still Running but I wait for more 3 hours but progress still 20%, so I exit and then my PC have many trouble such as: when I open MS Office, it is show a link, can not save...
    I have to format disk and re-install Win and Oracel but problem still happen.
    I tried using another oracel disk, copy from disk to hard disk to install, choose other install type but problem still occurs.
    Please help me. Thank you.
    AT step specify FILE LCATIONS, I changed default Path into C:\oracle\ora92 instead of D:\oracle\ora92. It is reason ?

    Could it be a firewall blocking a port that Oracle needs?
    Service Pack 2 for Microsoft Windows XP turns on the firewall by default.
    Unless, there is a conflict somewhere with the installation program and what you already have installed. Such as, do you have a version of some Oracle software already installed?
    Could it be a conflict with the Java runtime? The Oracle Universal Installer uses its own Java VM.
    Have you tried downloading the latest client software for Oracle 9.2 and trying that?

  • Installing Adobe Reader on a Thin Client

    I have 27 Thin clients (HP t5639w) to set up in the next day or two... the problem: right out of the box, I am unable to install Adobe Reader on them. I have made room to install by using a flash drive to increase RAM, and Reader appears to have successfully loaded, but each time I try to open after install I get the following error message: "Font Capture: AcroRd32.exe Application Error.... The exception unknown software. Exception (0xc06d007e) occurred in the application at location 0x7c812afb."
    I've tried to contact HP customer support - unfortunately, they refer me to the HP website and tell me to download the version there. It's the same version I've tried to install - no luck. I have installed other software on the Thin Clients successfully, but I'm only having an issue with Reader.
    Anyone else have a similar issue? Any ideas?

    Here's the process:
    ·         Download Adobe to USB drive
    ·         Remove write filter – reboot
    ·         Create temporary TEMP and TMP folders on C: drive
    ·         Change Windows TEMP variables (both TEMP and TMP) to a folder on the “Hard Disk” – Reboot (Make a note of values before changing).
    ·         Install Adobe Reader – Reboot
    ·         Run Adobe Reader – If runs reboot
    ·         Replace TEMP and TMP variable entries (Usually Z:\TEMP and Z:\TMP respectively) – Reboot
    ·         Delete temporary TEMP and TMP folders – reboot
    ·         Re-enable write filter
    This worked for me!

  • Installing Nokia PC Suite 6.83 in silent mode

    Installing Nokia PC Suite 6.83 in silent mode will still start the connection wizard. I do not want to start anything after the installation.
    The /DISABLE=”AUTORUN” is not working.
    I use the command line:
    Nokia_PC_Suite_683_rel_14_1_eng_web.exe /SILENT="1" /DISABLE="AUTORUN"
    I want to install Nokia PC Suite 6.83 completly hidden and without starting anything after the installation.
    Grt.

    Hi. Just to note I'm currently googling this issue as I have the same issue, and have found various pages that point to either
    a) Workaround (for XP)
    b) Use of the MSI driver *with the device you already have*
    c) use of the widcomm bluetooth stack
    I'm making notes of any useful pages here & will try seeing if they work later.
    http://del.icio.us/planetf1/bluesoleil
    Just thought I'd drop by and let you know....

  • Installing Essbase 11.1.2.2 client

    Hi,
    I want to install Essbase 11.1.2.2 client. From e delivery site should i download only "EPM System Release 11.1.2.2.0 Client Installers for Microsoft Windows V31866-01" or any file is also required?
    During installation should i run essbaseclient.exe file only (i need excel addin also)? It seems for this version installation files are changed.
    I will do the installation on windows 7.
    Regards
    SB

    Hi,
    I have ran 'Essbaseclient.exe' first and then 'Spreadsheet Add-in.exe' for installation. After installation i have checked. ESSMSH, ESSCMD or Excel addin nothing is working.
    For excel addin essbase option is coming but when i am clicking connect nothing is working.
    Environment variables are showing like below:
    ARBORPATH = C:\Oracle\Middleware\EPMSystem11R1\products\ExcelAddin
    ESSBASEPATH = C:\Oracle\Middleware\EPMSystem11R1\products\ExcelAddin
    EPM_ORACLE_HOME = C:\Oracle\Middleware\EPMSystem11R1\
    HYPERION_HOME = C:\Oracle\Middleware\EPMSystem11R1\
    ESSLANG = English_UnitedStates.Latin1@Binary
    Any clue?? Any possible way to fix this issue??
    Regards
    SB

  • Installing 10.2.0.1 Oracle Client after installing XE

    Hi all,
    I have a oracle XE installed on a enterprise linux.
    Now, i wanted to install the10.2.0.1 oracle client in the same system but i get the following error when installing with oracle universal installer 10.2.0.1:
    OUI-10133:Invalid staging area. There are no top level components for Linux for installation in this staging area.
    I tried with:
    ORACLE_BASE=/usr/lib/oracle and group name = dba (from XE installation)
    and with:
    ORACLE_BASE=/oracle and group name = oinstall (suggested in 10g client manual)
    but i get the same error.
    Can anyone tell me what's the problem?
    Thanks,
    Celio

    It sounds as if the products.jar (or similar) is missing from the stage directory on your installation disk.

  • Trying to activate serial number after entering redemption code and continues to say invalid serial number. Installing on Server 2012 R2 for client using RDS. HELP.....

    trying to activate serial number after entering redemption code and continues to say invalid serial number. Installing on Server 2012 R2 for client using RDS. HELP.....

    Thank you guys for the quick answer! Muche appreciated
    I've tried all suggested solutions, but no luck :-(
    - tried http://support.microsoft.com/kb/2765260 > no help and by the way the hotfix provided is not applicable for 2012 R2.
    also tried "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regii -enable -i" and got this :
    Microsoft (R) ASP.NET RegIIS version 4.0.30319.33440Administration utility to install and uninstall ASP.NET on the local machine.Copyright (C) Microsoft Corporation.  All rights reserved.Start installing ASP.NET (4.0.30319.33440).This option is not supported on this version of the operating system.  Administrators should instead install/uninstall ASP.NET 4.5 with IIS8 using the "Turn Windows Features On/Off" dialog,  the Server Manager management tool, or the dism.exe command line tool.  For more details please see http://go.microsoft.com/fwlink/?LinkID=216771.Finished installing ASP.NET (4.0.30319.33440).
    http://social.technet.microsoft.com/wiki/contents/articles/14582.sharepoint-2013-install-prerequisites-offline-or-manually-on-windows-server-2012-a-comprehensive-guide.aspx
    > is not for 2012 R2.
    For the automated install script (http://gallery.technet.microsoft.com/office/DownloadInstall-SharePoint-e6df9eb8) Craig mentions that the script are not yet compatible
    "SharePoint 2013 SP1 and Windows Server 2012 R2 support coming soon
     I will be updating this script with support for SharePoint 2013 Service Pack 1 installations along with support for Windows Server 2012 R2 in the near future. Thank you to everyone for the interest in my scripts - it is much appreciated! "

  • Is it necessary to install FIM language packs for FIM Client Add ins ?

    Hi All ,
    Is it necessary to install FIM language packs for FIM Client Add ins, if I want it to use in different languages for different countries.
    And also , I would like to know the order in which the Client Add In and language packs should be installed , like what should be installed first ?
    Regards,
    Anil Kumar 

    Hello,
    Yes, it's necessary to install language packs if you want to use it.
    You need to install the client and then the language packs.
    Regards,
    Sylvain

  • What do I need to install when I install oralce in linux and oracle client

    What do I need to install when I install oralce in linux and oracle client in windows?
    I want to connect oracle from windows to Linux, what do I need to install or setup? thanks.

    Are you trying to install the DB on Linux from your Windows Box? if so, you need to have an XWindows client on your client. You have to SSH or Telnet into the box, set your DISPLAY variable. In fact, it is all in your documentation for the DB install. We still don't understand what you are exactly asking.
    Do you have direct access to your Linux machine? If so, and it has a graphical GUI, then you can find install guides for most flavors of Linux at dizwell.com. His are most excellent and show examples, but do not go over the XWindows problem. You would have to resolve that first.
    A free XWindows environment for Windows is Cygwin.
    Once the DB is running on Linux then all you do is create a TNS entry on it on your client and it connects. It is the same as setting up a connection to connect to Oracle on a Windows box.

Maybe you are looking for