Help Installing Oracle 8.1.6 client using SMS

Don't think I have the right topic here, but I'll post my request anyway...
I am attempting to do a silent install of the Oracle 8.1.6 client using SMS and the .RSP files provided on the CD. So far not having much luck and was wondering if anyone here has done something similar and if so what methods you used.
Thanks for any help you can provide!!!
Wendi

Check this link if your computer have a P4.
http://support.intel.com/support/processors/pentium4/issues.htm
Rename each copy of the SYMCJIT.DLL to SYMCJIT.OLD.
Then your installation will start smoothly.
Regards
Vijayan.K

Similar Messages

  • Installing Oracle 8.1.7 Client

    I am in the process of Installing ORACLE 8.1.7 client on a COMPAC machine. What is the minimun requirement to install SQL*LOADER. What
    other products are required to be included in order for SQL*LOADER to work properly from the CLIENT perspective. I want to avoid installing other products that
    will never be used and take up additional space. Thank you

    810591 wrote:
    the version on which oracle db is 8.1.7.0.
    I do not know about the oracle 10g client that which version is that on.
    For your information actually error is ORA-03134: connection to this server are no longer supported.
    The error which i am getting is on SSMA a tool by microsoft to migrate oracle to sql 2008. So that tool is displaying this error when i am trying to connect to oracle by the help of SSMA.That tool may be displaying the error, but it is only passing what it was given by the underlying Oracle client. The MS product really has nothing to do with the underlying problem, and can do nothing to fix it.
    I believe Schavalli is right, you may need to get a 9.2 client in there as an intermediary. I once had a system where the app was built in pro-C and the source was lost so could not be recompiled/relinked. We had to host the db on 10.2 to take advantage of certain security features. Ended up having to have an intermediate 9.2 database for the 8.1 client (and there's where we had to patch up to 8.1.7.4) to connect to, and all of the "tables" in the 9.2 were really just public synonyms to db_links pointing on to the 10.2 database.
    please suggest sth?
    Thanks for help

  • Installing oracle 10g and 11g client  on the same Linux RHEL 5.4 host

    Is it possible to install Oracle 10g and 11g client on the same Linux RHEL 5.4 host and have the application switch between 10g and 11g? and how would the 10g and 11g be installed?

    Thanks for your reply.
    Typeically if 10g is installed in /home/roacle/product/10.2.0, are you saying that for 11g, it would be /home/oracle/product/11.0.0 ?
    How about switching the application? Does changing the ORACLE_HOME and PATH environment variable setting enough ? Let's say from
    ORACLE_HOME=/home/oracle/product/10.2.0/client_1 to /home/oracle/product/11.0.0/client_1

  • Install oracle 11g r2 on client

    HI Folks, please specify a good link to install oracle 11g r2 on client machine on windows xp
    and also steps how to install
    Thanks in advance
    Edited by: newbie on Feb 14, 2011 9:20 PM

    The correct place for such question is {forum:id=64}

  • Cannot Install Adobe Flashplayer 9.0.16 Using SMS 2003

    We are using SMS 2003 in an enterprise environment.
    We have been unable to install Flash Player V9.0.16 using
    SMS.
    We had the same problem with Flash Player V8.0.24, and
    finally gave up.
    All other SMS packages we create install without difficulty,
    including applications such as Adobe Reader 7x, MS Office 2003,
    etc.
    The error generated by SMS is:
    The program for advertisement "MNG20107" failed ("MNG00099" -
    "Adobe Flashplayer 9.0.16").
    A failure exit code of 1 was returned.
    User context: NT AUTHORITY\SYSTEM
    Possible cause: Systems Management Server (SMS) determines
    status for each program it executes. If SMS cannot find or
    correlate any installation status Management Information Format
    (MIF) files for the program, it uses the program's exit code to
    determine status. An exit code of 1 is considered a failure.
    Solution: For more information on the exit code, refer to the
    documentation for the program you are distributing.
    Attempts to search on the internet for an understanding of
    this error have been unsuccessful.
    Basically, we are looking for input from other SMS Admins who
    have had problems installing Flash Player 9 with SMS, whether they
    fixed it or not.
    Hopefully, someone can provide some insight as to the nature
    of the failure. I don't think its really SMS, as it generally
    pushes other packages just fine. Only Flash seems to refuse to play
    nice.
    I am not interested in using Group Policy to push this
    package, please start a seperate thread to have that discussion.
    Thanks

    I had the same question about what accounts were used in SMS
    with advanced security. I was having a problem loading some
    bluetooth drivers. Here's the reponce I got from an SMS list.
    Do you have access to SMS R2? You can now use the custom
    update tool for Adobe Flash.
    You are correct about the Software Installation Account, it
    is only for the legacy clients.
    What kind of installer is the Bluetooth software using?
    InstallShield?
    If it is InstallShield (MSI based), I have had many problems
    with InstallShield packages (MSI based) running under the SYSTEM
    account, but it runs fine under my user account (which has Admin
    rights). If this is the case take a look at this link:
    http://community.macrovision.com/showthread.php?t=117720&page=3&pp=6
    The information I'm refering to in the link is the following:
    "Your probably referring to one of the many threads that
    MichaelU and I had on this subject.
    BTW I'd never read the document above. I've always followed a
    simple approach with each release of InstallShield.
    1) Install InstallScript MSI and use DCOMCNFG to determine
    the AppID of the offending DCOM server.
    2) Edit the ISSCRIPT.MSI to remove the RunAs registry value
    of the AppID.
    3) Edit the ISSCRIPT.MSI and add an entry to the
    RemoveRegistry table in case the value has been previously seeded
    out in the wild by a different install using the same version of
    InstallShield.
    4) Add the new MSI to my build environment"
    Thanks,

  • Oracle Database Web Service Client using UTL_DBWS :: ORA-29532 Error

    Hi,
    I have the Oracle Database 10.2.0.1.0 :-
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - ProductionI have written a simple Web Services Client using the classes gfrom the UTL_DBWS package. I loaded the JAR file dbwsclient.jar in the SYS Schema and I am trying to use it in the USF Schema.
    However, I have hit this error & I ma unable to proceed :-
    SQL>  select get_stock_price from dual;
    select get_stock_price from dual
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    java.lang.IllegalAccessException: javax.xml.rpc.ServiceException:
    java.security.AccessControlException: the Permission
    (java.lang.RuntimePermission getClassLoader) has not been granted to USF. The
    PL/SQL to grant this is dbms_java.grant_permission( 'USF',
    'SYS:java.lang.RuntimePermission', 'getClassLoader', '' )
    ORA-06512: at "USF.UTL_DBWS", line 193
    ORA-06512: at "USF.UTL_DBWS", line 190
    ORA-06512: at "USF.GET_STOCK_PRICE", line 17Can you please help me with this ?
    Regards,
    Sandeep

    Hi,
    The error message said
    the Permission(java.lang.RuntimePermission getClassLoader) has not been granted to USF.
    I'd follow the suggestion
    The PL/SQL to grant this is dbms_java.grant_permission( 'USF','SYS:java.lang.RuntimePermission', 'getClassLoader', '' )
    In case you have not done so, consult the Callout Users Guide @
    http://www.oracle.com/technology/sample_code/tech/java/jsp/callout_users_guide.htm
    Kuassi http://db360.blogspot.com

  • Running Oracle Reports via a client using system.exec call from war file

    Hi all,
    I am trying to deploy a war file application to a J2EE 10.1.3 application server. The deployment successfully completes. However testing the application fails.
    When testing, the application reveals that calling a Oracle Reports 6i client (using a cmd line exec) from the war file returns application errors. The errors we get from executing the call below (using debug statements), creates this error:
    OperatingSystemCmd: cmd = D:\Oracle\Dev6i\BIN\rwcli60 MODULE="CLTMLST" USERID="<userid>/<pwd>@<db>" DESTYPE="FILE" DESFORMAT="PDF" DESNAME="<path>\<pdf filename>.PDF" PARAMFORM="NO" BACKGROUND="NO" SERVER="r6i.world" TOLERANCE=0 ADVCODE="<param>"
    OperatingSystemCmd: Command returned 3
    WrsRunReport: Done executing report
    WrsRunReport: Error running report Return code 3
    Error on Screen is REP-0178 : Cannot connect to reports service.
    However running the same command from a operating system command prompt in windows reveals that the command runs successfully.
    Is there any particular OC4J J2EE settings that are required to get this statement to run properly?
    Any help is most appreciative.
    Cheers
    Rodney

    Hi All,
    From much research and experimenting to get this to work I looked at the java.lang.Runtime class and noticed that seperate processes can be started using this very important Java class.
    The first thing that I experimented with was in regards to seeing the environment OC4J runs against. Using the java.lang.Runtime class I executed a standard "cmd /c set" command in my Windows environment, and noticed that Oracle Application Server uses its own environment and not a standard windows login environment for its OC4J containers. Apache Tomcat on the other hand uses the standard user login environment.
    So to get the application to be able to work properly we needed to override the particular environment the process needed to be able to get it to work. There is a exec command which allows you to override completely the environment for a process you would like to run. This method call does not in any way shape or form change the standard OC4J environment. This was done by executing the same "set" but with the overriden environment. Note that no environment variables from the OC4J container are carried into this new environment.
    Cheers
    Rodney

  • Installing Oracle Virtual Directory Manager client on Solaris 10

    Hi,
    While installing Oracle Virtual Directory Client on solaris 10, I am getting
    "ovidm1014.bin : /tmp/install.dir.<number>/linux/resource/jre/bin/java: cannot execute" error while initiating the installer.
    Can someone look into the message and advice me in overcoming the issue as we are held up on this for three days?
    Earliest reply is favoured
    Thanks

    Hi,
    Thanks once again for reply!!
    If you already installed Oracle Virtual Directory Manager on Sun SPARC, can you brief us pre-requisite setting and installation steps, so that we can follow the same.
    Because, we are getting error in the initialization of installation process itself. So, I think there must be some configuration settings to be made.
    We already raised SR (Service Request) with Oracle, bu there is no reply from their side till now.
    I am waiting for your reply ASAP
    Regards

  • Install oracle BI enterprise edition to use it with siebel marketing

    Hi guys.
    I want to install the Oracle BI Enterprise Edition in order to use it (Segmentation) from Siebel Marketing.
    To ensure the correct cooperation, between oracle BI and siebel Marketing, i have to follow some particular procedure?? or i can install Oracle BI normally and after set correctly some parameter in siebel marketing/oracle BI??
    If the answer is PARTICULAR...... WHAT??
    Thanks in advance.
    Best reguards
    Antonio

    For the OBIEE platform itself it's irrelevant whether you use Siebel Marketing or not. The differences are
    a) within Siebel - i.e. the administration screens
    b) within the BIEE rpd - i.e. the Marketing metadata objects
    ad a) Here's the official documentation: "Siebel Marketing Installation and Administration Guide"
    [http://download.oracle.com/docs/cd/B40099_02/books/MKTG_InstallAdmin/booktitle.html|http://download.oracle.com/docs/cd/B40099_02/books/MKTG_InstallAdmin/booktitle.html]
    ad b) In the Administration Tool, go to "Manage" -> "Marketing". Here you'll find the four object types:
    - Target Levels
    - Qualified List Items
    - List Catalogs
    - Conforming Dimension Links
    Cheers,
    Christi@n

  • I NEED HELP INSTALLING ORACLE ON VISTA

    PLEASE I NEED ASSISTANCE IN INSTALLING ORACLE 10g ON MY VISTA HOME PREMIUM 32BiT. IT KEEPS ON GOING OFF WHEN I START INSTALLING AFTER INSTALLING THE INSTANCE ON MY C:// DRIVE. IT DOES NOT COMPLETE THE INSTALLATION. APART FROM THAT WHEN I INSTALLED IT THE FIRST TIME AFTER MANY TRIAL, I HAD SECURITY ISSUE. USING SQL AND TRYING TO LOG ON AS SYS IT KEEP ON GIVING ME INSUFFICIENT PRIVILEDGE. SO I CANNOT REALLY SHUT DOWN ON START UP THE DATABASE AS A SYS.

    user10880070 wrote:
    PLEASE I NEED ASSISTANCE IN INSTALLING ORACLE 10g ON MY VISTA HOME PREMIUM 32BiT. IT KEEPS ON GOING OFF WHEN I START INSTALLING AFTER INSTALLING THE INSTANCE ON MY C:// DRIVE. IT DOES NOT COMPLETE THE INSTALLATION. APART FROM THAT WHEN I INSTALLED IT THE FIRST TIME AFTER MANY TRIAL, I HAD SECURITY ISSUE. USING SQL AND TRYING TO LOG ON AS SYS IT KEEP ON GIVING ME INSUFFICIENT PRIVILEDGE. SO I CANNOT REALLY SHUT DOWN ON START UP THE DATABASE AS A SYS.First, you need assistance locating and toggling off your caps lock key BECAUSE WHEN YOU TYPE IN ALL CAPS IT LOOKS LIKE YOU ARE SHOUTING!!!!
    Second, if you got a message about 'insufficient privilege' when trying to log on to a database, you would most likely have a working database to have even determined 'insufficient privilege'. So the last thing you want to do is keep trying to re-install.
    Tell us exactly how you tried to connect when you got th 'insufficient privilege' and the exact, full error message returned.

  • Need help installing oracle 8.1.7 on RH 8.0

    I'm a newbie to linux red hat 8.0
    and I'm trying to install oracle 8.1.7 on red hat 8.0
    I keep getting all these error message and half the instructions i read i cannot find thoughts files that need to be modified.
    Can someone please point me into the right direction.
    Basically instructions that a dummy can follow been new to Olin in all.
    Regards KARNUN

    NI don't believe this is th issue.
    The system just hangs when trying to run the installer. I think the problem is due to the Pentium 4 processor (like the Microsoft bug where you need copy the whole installation to disc, rename one of the .dll files and install from the staging area just created).
    Any advice would be greatly appreciated.

  • Help install Oracle 10gr2  Assistant Configuration

    I try to install oracle 10g r2 on Windows xp
    When i arrive to "Assistant Configuration de base de donnees" i have some problems
    OUI starts to copy files into database (phase create clone database) at 2% i have a pop-up with error message :
    ORA-00604 error occurred at recursive SQL level 1
    ORA-02248 invalid option for ALTER SESSION
    if i ignore at 12% I see error message:
    ORA-01012 not logged on
    At 62% OUI can't create and start an Oracle instance
    Is some body else have see the same problem?
    How can i do to finish my installation?
    It is possible to continue with or without OUI?
    Regards

    I try to install oracle 10g r2 on Windows xp
    When i arrive to "Assistant Configuration de base de donnees" i have some problems
    OUI starts to copy files into database (phase create clone database) at 2% i have a pop-up with error message :
    ORA-00604 error occurred at recursive SQL level 1
    ORA-02248 invalid option for ALTER SESSION
    if i ignore at 12% I see error message:
    ORA-01012 not logged on
    At 62% OUI can't create and start an Oracle instance
    Is some body else have see the same problem?
    How can i do to finish my installation?
    It is possible to continue with or without OUI?
    Regards

  • Help...! trying to install Oracle 8.1.7 Client on win2kPro.. no Go?

    Hello,
    I have tried installing multiple version (after removing the previous of course) of Java Runtime environment and none seem to allow me to install the Oracle 8i 8.1.7 client. Once I double click the "setup.exe" under win32, an hour glass comes up and then goes away. Any help would be appericated.
    Thanks,
    Sean.

    Do you have a Pentium 4? There is a well-known issue with the Symantec JIT compiler that's packaged with the 8.1.7 installer where it doesn't recognize the CPU. If you rename (or remove) the file symcjit.dll, the installation should succeed.
    Metalink document 131299.1 has more information on this particular error.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Unable to install Oracle 11.2 64bit client

    Hi
    I'm unable to get win64_11gR2_client.zip to successfully install on my Windows 7 Pro laptop. I've tried it as both user and as the administrator. Basically the Summary windows failed to popup. I see that several people have had a similar problem, however all the workaround I've attempted have failed.
    Using paramFile: C:\Users\t841645\Downloads\win64_11gR2_client\client\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors.    Actual 4294967296    Passed
    The commandline for unzip:
    C:\Users\t841645\Downloads\win64_11gR2_client\client\install\unzip -o ..\stage\Components\oracle.jdk\1.5.0.17.04\1\DataFiles/"*.jar" -d "C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM"
    Total args: 23
    Command line argument array elements ...
    "C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\jdk/jre\bin\java.exe"
    -Doracle.installer.library_loc="C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\lib\win64"
    -Doracle.installer.oui_loc="C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui"
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location="C:\Users\t841645\Downloads\win64_11gR2_client\client\install"
    -Doracle.installer.jre_loc="C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\jdk/jre"
    -Doracle.installer.exec_location="C:\Users\t841645\Downloads\win64_11gR2_client\client\install\oui.exe"
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=""
    -mx192m
    -cp
    "C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM;;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\cvu.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\installcommons_1.0.0b.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\instclient.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\instcommon.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\orai18n-mapping.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\orai18n-utility.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\OraPrereq.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\OraPrereqChecks.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\ext\jlib\prov_fixup.jar;;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\OraInstaller.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\oneclick.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\xmlparserv2.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\share.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\OraInstallerNet.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\emCfg.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\emocmutl.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\OraPrereq.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\jsch.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\ssh.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\remoteinterfaces.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\http_client.jar;..\stage\Components\oracle.swd.opatch\11.2.0.1.0\1\DataFiles\\jlib\opatch.jar;..\stage\Components\oracle.swd.opatch\11.2.0.1.0\1\DataFiles\\jlib\opatchactions.jar;..\stage\Components\oracle.swd.opatch\11.2.0.1.0\1\DataFiles\\jlib\opatchprereq.jar;..\stage\Components\oracle.swd.opatch\11.2.0.1.0\1\DataFiles\\jlib\opatchutil.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\OraCheckPoint.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstImages.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_de.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_es.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_fr.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_it.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_ja.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_ko.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_pt_BR.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_zh_CN.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\InstHelp_zh_TW.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\oracle_ice.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\help4.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\help4-nls.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\ewt3.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\ewt3-swingaccess.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\ewt3-nls.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\swingaccess.jar;\;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\jewt4.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\jewt4-nls.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\orai18n-collation.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\orai18n-mapping.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\ojmisc.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\xml.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\srvm.jar;C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\oui\jlib\srvmasm.jar"
    oracle.install.ivw.client.driver.ClientInstaller
    -scratchPath
    "C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM"
    -sourceLoc
    "C:\Users\t841645\Downloads\win64_11gR2_client\client\install\../stage/products.xml"
    -sourceType
    network
    -timestamp
    2013-10-31_10-27-17AM
    -local -debug -printtime -printmemory -printdiskusage -logLevel finest
    INFO: Loading data from: jar:file:/C:/Users/t841645/AppData/Local/Temp/OraInstall2013-10-31_10-27-17AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/t841645/AppData/Local/Temp/OraInstall2013-10-31_10-27-17AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/t841645/AppData/Local/Temp/OraInstall2013-10-31_10-27-17AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Inventory exists: true
    INFO: oraInst.loc does not exist
    INFO: Registering setup bean
    INFO: Building Flow
    INFO: Building the flow graph
    INFO: Loaded state init
    INFO: Loaded state clientInstallType
    INFO: Loaded state productLanguage
    INFO: Loaded state getOracleHome
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state checkPrereqs
    INFO: Loaded state postPrereqs
    INFO: Loaded state summary
    INFO: Loaded state clientCustomInstall
    INFO: Loaded state schedulerAgent
    INFO: Loaded state mtsDialog
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[checkPrereqs]: route=success; to=summary
    INFO: State[clientCustomInstall]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[clientCustomInstall]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[clientCustomInstall]: route=TO_SCHEDULERAGENT; to=schedulerAgent
    INFO: State[clientInstallType]: route=ic_no; to=productLanguage
    INFO: State[clientInstallType]: route=ic_yes; to=getOracleHome
    INFO: State[getOracleHome]: route=INVENTORY_NO; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_NO_CUSTOM_YES; to=clientCustomInstall
    INFO: State[getOracleHome]: route=INVENTORY_YES; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_YES_CUSTOM_YES; to=clientCustomInstall
    INFO: State[init]: route=success; to=clientInstallType
    INFO: State[mtsDialog]: route=success; to=prereqExecutionDecider
    INFO: State[postPrereqs]: route=CUSTOM; to=clientCustomInstall
    INFO: State[postPrereqs]: route=NON_CUSTOM; to=summary
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=checkPrereqs
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=summary
    INFO: State[productLanguage]: route=productlanguage_yes; to=getOracleHome
    INFO: State[schedulerAgent]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[schedulerAgent]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[summary]: route=success; to=setup
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    INFO: Translating external format into raw format
    INFO: Registering the flow data beans
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_client_CustomComponents' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentHostName' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'UNIX_GROUP_NAME' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'INVENTORY_LOCATION' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'SELECTED_LANGUAGES' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'COLLECTOR_RESPONSE_FILE' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_USERNAME' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_PASSWORD' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'DECLINE_SECURITY_UPDATES' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'PROXY_HOST' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'PROXY_PORT' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'PROXY_USER' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'PROXY_PWD' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'SECURITY_UPDATES_VIA_MYORACLESUPPORT' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_FAILURES' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_CONFIGURATION' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'ORACLE_HOSTNAME' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: [INS-07001] Value for property 'OCMSettings' not found in the bean store.
    INFO: Set value for bean ClientSetupBean
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_client_CustomComponents' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentHostName' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.commons.bean.resource.BeanStoreResourceBundle, key oracle.install.commons.bean.BeanStoreErrorCode.hint
    WARNING: Failed to load bean oracle.install.ivw.client.bean.ClientInstallSettings. Reason: [INS-07001] Value for property 'ClientInstallSettings' not found in the bean store.
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.client.view.CustomInstallGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.client.view.CustomInstallGUI added to View Type Registry with the key as [CustomInstallUI]
    INFO: Adding View[type: oracle.install.ivw.client.view.SchedulerAgentGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.client.view.SchedulerAgentGUI added to View Type Registry with the key as [SchedulerAgentUI]
    INFO: Adding View[type: oracle.install.ivw.client.view.OraMTSGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.client.view.OraMTSGUI added to View Type Registry with the key as [OraMTSUI]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallLocationGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.client.view.InstallLocationGUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallTypesGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.client.view.InstallTypesGUI added to View Type Registry with the key as [InstallTypesUI]
    INFO: Adding View[type: oracle.install.ivw.client.view.FinishGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.client.view.FinishGUI added to View Type Registry with the key as [FinishUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                VALUE                                                    
    COLLECTOR_IGNORE_CONFIGURATION          false                                                    
    COLLECTOR_IGNORE_FAILURES               false                                                    
    COLLECTOR_RESPONSE_FILE                                                                          
    DECLINE_SECURITY_UPDATES                false                                                    
    FROM_LOCATION                           C:\Users\t841645\Downloads\win64_11gR2_client\client\inst
                                             all\../stage/products.xml                                
    INSTALL_TYPE                            InstantClient                                            
    MYORACLESUPPORT_PASSWORD                *Protected value, not to be logged*                      
    MYORACLESUPPORT_USERNAME                                                                         
    ORACLE_BASE                                                                                      
    ORACLE_HOME                                                                                      
    ORACLE_HOSTNAME                         L072730.corp.ads                                         
    PROXY_HOST                                                                                       
    PROXY_PORT                                                                                       
    PROXY_PWD                               *Protected value, not to be logged*                      
    PROXY_USER                                                                                       
    SECURITY_UPDATES_VIA_MYORACLESUPPORT    true                                                     
    SELECTED_LANGUAGES                      {"en"}                                                   
    UNIX_GROUP_NAME                                                                                  
    oracle_install_LaunchNetCA              false                                                    
    oracle_install_NoMigration              true                                                     
    oracle_install_RACInstall               false                                                    
    oracle_install_WindowsSystemDirectory                                                            
    oracle_install_client_OraMTSPortNumber  49156                                                    
    oracle_install_db_ConfigurationType                                                              
    oracle_install_db_InstallEdition        EE                                                       
    oracle_install_db_InstallType                                                                    
    INFO: Launching Oracle Client Installer
    INFO: Started executing the flow in INTERACTIVE mode
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key application.icon
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key wizard.roadmapVisible
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key wizard.helpAvailable
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key wizard.size
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key init.billboard
    FINEST: oracle.install.commons.flow.RoutePlan:-----RoutePlan-----
    Current Vertex   :init
    Followed Path    :[init]
    Tentative Traced Path   :[clientInstallType, getOracleHome, checkPrereqs, summary, setup, finish]
    Tentative Path   :[init, clientInstallType, getOracleHome, prereqExecutionDecider, checkPrereqs, summary, setup, finish]
    Rolled Back Path :[]
    Traced Path      :[]
    Selectable Nodes  :-todo-
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state init
    INFO: Waiting for completion all forked tasks at state init
    INFO: All forked task are completed at state init
    INFO: Completed background operations
    INFO: Executing action at state init
    INFO: Completed executing action at state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <init>
    INFO: Completed validating view at state <init>
    INFO: Validating state <init>
    WARNING: Validation disabled for the state init
    INFO: Completed validating state <init>
    INFO: Verifying route success
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key clientInstallType.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key getOracleHome.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key getOracleHome.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key checkPrereqs.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key checkPrereqs.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key summary.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key summary.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key setup.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key setup.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key finish.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key finish.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key clientInstallType.billboard
    FINEST: oracle.install.commons.flow.RoutePlan:-----RoutePlan-----
    Current Vertex   :clientInstallType
    Followed Path    :[init, clientInstallType]
    Tentative Traced Path   :[clientInstallType, getOracleHome, checkPrereqs, summary, setup, finish]
    Tentative Path   :[init, clientInstallType, getOracleHome, prereqExecutionDecider, checkPrereqs, summary, setup, finish]
    Rolled Back Path :[]
    Traced Path      :[clientInstallType]
    Selectable Nodes  :-todo-
    INFO: Get view named [InstallTypesUI]
    INFO: size estimation for InstantClientinstall is 199.0705451965332
    INFO: size estimation for Administratorinstall is 1068.0003070831299
    INFO: size estimation for Runtimeinstall is 751.6538038253784
    INFO: View for [InstallTypesUI] is oracle.install.ivw.client.view.InstallTypesGUI@26c42804
    INFO: Initializing view <InstallTypesUI> at state <clientInstallType>
    INFO: InstallTypesPane installType is: InstantClient
    INFO: Completed initializing view <InstallTypesUI> at state <clientInstallType>
    INFO: Displaying view <InstallTypesUI> at state <clientInstallType>
    INFO: Completed displaying view <InstallTypesUI> at state <clientInstallType>
    INFO: Loading view <InstallTypesUI> at state <clientInstallType>
    INFO: Completed loading view <InstallTypesUI> at state <clientInstallType>
    INFO: Localizing view <InstallTypesUI> at state <clientInstallType>
    INFO: size estimation for InstantClientinstall is 199.0705451965332
    INFO: size estimation for Administratorinstall is 1068.0003070831299
    INFO: size estimation for Runtimeinstall is 751.6538038253784
    INFO: Completed localizing view <InstallTypesUI> at state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientInstallType
    INFO: Completed executing action at state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Client Install Type set in InstallTypeUI is : Administrator
    INFO: Validating view at state <clientInstallType>
    INFO: Completed validating view at state <clientInstallType>
    INFO: Validating state <clientInstallType>
    WARNING: Validation disabled for the state clientInstallType
    INFO: Completed validating state <clientInstallType>
    INFO: In Transition of InstallTypesAction:
    INFO: Verifying route ic_no
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key productLanguage.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key productLanguage.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key getOracleHome.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key getOracleHome.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key checkPrereqs.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key checkPrereqs.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key summary.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key summary.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key setup.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key setup.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key finish.tag
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key finish.accessibleDescription
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key productLanguage.billboard
    FINEST: oracle.install.commons.flow.RoutePlan:-----RoutePlan-----
    Current Vertex   :productLanguage
    Followed Path    :[init, clientInstallType, productLanguage]
    Tentative Traced Path   :[clientInstallType, productLanguage, getOracleHome, checkPrereqs, summary, setup, finish]
    Tentative Path   :[init, clientInstallType, productLanguage, getOracleHome, prereqExecutionDecider, checkPrereqs, summary, setup, finish]
    Rolled Back Path :[getOracleHome, checkPrereqs, summary, setup, finish]
    Traced Path      :[clientInstallType, productLanguage]
    Selectable Nodes  :-todo-
    INFO: Get view named [ProductLanguageUI]
    INFO: View for [ProductLanguageUI] is oracle.install.ivw.common.view.ProductLanguageGUI@47e779a7
    INFO: Initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Fetching Available Languages...
    INFO: Displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state productLanguage
    INFO: Waiting for completion all forked tasks at state productLanguage
    INFO: All forked task are completed at state productLanguage
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: The languages in which the product will be installed are [en]
    INFO: Validating view at state <productLanguage>
    INFO: Completed validating view at state <productLanguage>
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key getOracleHome.billboard
    FINEST: oracle.install.commons.flow.RoutePlan:-----RoutePlan-----
    Current Vertex   :getOracleHome
    Followed Path    :[init, clientInstallType, productLanguage, getOracleHome]
    Tentative Traced Path   :[clientInstallType, productLanguage, getOracleHome, checkPrereqs, summary, setup, finish]
    Tentative Path   :[init, clientInstallType, productLanguage, getOracleHome, prereqExecutionDecider, checkPrereqs, summary, setup, finish]
    Rolled Back Path :[]
    Traced Path      :[clientInstallType, productLanguage, getOracleHome]
    Selectable Nodes  :-todo-
    INFO: Get view named [InstallLocationUI]
    WARNING: Active Help Content for InstallLocationPane.cbxOracleBases do not exist. Error :Can't find resource for bundle oracle.install.ivw.client.resource.ContextualHelpResource, key InstallLocationPane.cbxOracleBases.conciseHelpText
    WARNING: Active Help Content for InstallLocationPane.cbxSoftwareLoc do not exist. Error :Can't find resource for bundle oracle.install.ivw.client.resource.ContextualHelpResource, key InstallLocationPane.cbxSoftwareLoc.conciseHelpText
    INFO: View for [InstallLocationUI] is oracle.install.ivw.client.view.InstallLocationGUI@171fcdde
    INFO: Initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Completed initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: Displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Validating view at state <getOracleHome>
    INFO: Completed validating view at state <getOracleHome>
    INFO: Validating state <getOracleHome>
    INFO: custom prereq file name: oracle.client_Administrator.xml
    INFO: refDataFile: C:\Users\t841645\Downloads\win64_11gR2_client\client\stage\cvu\oracle.client_Administrator.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: true
    FINEST: oracle.install.library.util.CompatibilityMatrix:InstallInventory exists: true
    INFO: isNewHome= true isORCAHome=false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from C:\Users\t841645\Downloads\win64_11gR2_client\client\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/C:/Users/t841645/Downloads/win64_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/C:/Users/t841645/Downloads/win64_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    FINEST: oracle.install.library.asm.ACFSUtil:PRCT-1011 : Failed to run {0}, PRKN-1014 : Failed to execute remote command "C:\WINDOWS\system32\acfsutil.exe" on node "L072730".executable doesn't exist
    INFO: size estimation for Administratorinstall is 1068.0003070831299
    INFO: PATH has :==>C:\Users\t841645\AppData\Local\Temp\OraInstall2013-10-31_10-27-17AM\jdk\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\ActivIdentity\ActivClient\;C:\Program Files (x86)\ActivIdentity\ActivClient\;C:\Program Files (x86)\Borland\StarTeam SDK 10.0\Lib;C:\Program Files (x86)\Borland\StarTeam SDK 10.0\Bin;C:\Program Files (x86)\Borland\CaliberRM SDK 2008\lib;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\WINDOWS\SysWOW64\;C:\WINDOWS\SysWOW64\Wbem;C:\UTIL;C:\Program Files (x86)\InstallShield\AdminStudio\5.5\ConflictSolver;C:\Program Files (x86)\ixos\bin;c:\progra~1\ixos\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\;C:\Program Files (x86)\PuTTY
    INFO: Completed validating state <getOracleHome>
    INFO: InstallLocationAction to INVENTORY_YES
    INFO: Verifying route INVENTORY_YES
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key prereqExecutionDecider.billboard
    FINEST: oracle.install.commons.flow.RoutePlan:-----RoutePlan-----
    Current Vertex   :prereqExecutionDecider
    Followed Path    :[init, clientInstallType, productLanguage, getOracleHome, prereqExecutionDecider]
    Tentative Traced Path   :[clientInstallType, productLanguage, getOracleHome, checkPrereqs, summary, setup, finish]
    Tentative Path   :[init, clientInstallType, productLanguage, getOracleHome, prereqExecutionDecider, checkPrereqs, summary, setup, finish]
    Rolled Back Path :[]
    Traced Path      :[clientInstallType, productLanguage, getOracleHome]
    Selectable Nodes  :-todo-
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prereqExecutionDecider>
    INFO: Completed validating view at state <prereqExecutionDecider>
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key checkPrereqs.billboard
    FINEST: oracle.install.commons.flow.RoutePlan:-----RoutePlan-----
    Current Vertex   :checkPrereqs
    Followed Path    :[init, clientInstallType, productLanguage, getOracleHome, prereqExecutionDecider, checkPrereqs]
    Tentative Traced Path   :[clientInstallType, productLanguage, getOracleHome, checkPrereqs, summary, setup, finish]
    Tentative Path   :[init, clientInstallType, productLanguage, getOracleHome, prereqExecutionDecider, checkPrereqs, summary, setup, finish]
    Rolled Back Path :[]
    Traced Path      :[clientInstallType, productLanguage, getOracleHome, checkPrereqs]
    Selectable Nodes  :-todo-
    INFO: Get view named [PrereqUI]
    INFO: View for [PrereqUI] is [email protected]069
    INFO: Initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Completed displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Loading view <PrereqUI> at state <checkPrereqs>
    INFO: Completed loading view <PrereqUI> at state <checkPrereqs>
    INFO: Localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Administrator.xml
    INFO: refDataFile: C:\Users\t841645\Downloads\win64_11gR2_client\client\stage\cvu\oracle.client_Administrator.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: L072730:C:\Users\t841645\AppData\Local\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = true
    INFO: Nodes are prepared for verification.
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:L072730
    INFO: Expected Value:128MB (131072.0KB)
    INFO: Actual Value:7.9331GB (8318456.0KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: L072730:C:\Users\t841645\AppData\Local\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:L072730
    INFO: Expected Value:130MB
    INFO: Actual Value:19.5607GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:L072730
    INFO: Expected Value:64-bit
    INFO: Actual Value:64-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:L072730
    INFO: Expected Value:1023
    INFO: Actual Value:752
    INFO: -----------------------------------------------
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <checkPrereqs>
    INFO: Completed validating view at state <checkPrereqs>
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Completed validating state <checkPrereqs>
    INFO: Verifying route success
    FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key summary.billboard
    FINEST: oracle.install.commons.flow.RoutePlan:-----RoutePlan-----
    Current Vertex   :summary
    Followed Path    :[init, clientInstallType, productLanguage, getOracleHome, prereqExecutionDecider, checkPrereqs, summary]
    Tentative Traced Path   :[clientInstallType, productLanguage, getOracleHome, checkPrereqs, summary, setup, finish]
    Tentative Path   :[init, clientInstallType, productLanguage, getOracleHome, prereqExecutionDecider, checkPrereqs, summary, setup, finish]
    Rolled Back Path :[]
    Traced Path      :[clientInstallType, productLanguage, getOracleHome, checkPrereqs, summary]
    Selectable Nodes  :-todo-
    INFO: Get view named [SummaryUI]

    Pl confirm that you are executing setup by right-clicking and selecting "Run as Administrator". Pl also verify that your hostname does not have any special characters or that the Admin password does not have any special characters.
    HTH
    Srini

  • I can not install Oracle 8i 1.6 Client for NT on an Intel pentium 4 Machine

    Hi all,
    I've heard the java virtual m installed during the installation of oracle client manager 8i 1.6 on a Intel Pentium IV is bugy till now we could n't bring it to runn. Is there anyone who has the uptodate Patch or work around for that problem?
    I will be pleased to read any of the suggestions
    Thanks and regards.
    Gallican

    I think you would need to contact Oracle support to get the CD's if they're still available. 8.1.6 is desupported.
    What kind of errors do you get whne trying to use Crystal with Oracle 8.1.7.4? Perhaps this is an ODBC issue?

Maybe you are looking for