Dynamic generation of .cex for window classes

subject :dynamic generation of .cex for window classes:
Hi,
I want to generate windows classes (cex export file) with tool
code. I don't have any problem with non windows attributes.
But I can't generate windows attributes: the export file contains a
serialized object but I don't know which object.
thank you for your help.
Corinne
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

value="Button_#{myBean.id}"This is perfectly valid syntax.
But you're talking about "dynamic generation of IDs". Don't you instead mean something like:
id="Button_#{myBean.id}"?
If so, then yes, using EL in the ID attribute is prohibited. Also see the TLDDOC [1]. Why do you want to do it anyway? The f:attribute might be more useful for you [2].
[1] http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/
[2] http://balusc.blogspot.com/2006/06/communication-in-jsf.html

Similar Messages

  • Dynamic url and jdbc for entity class

    Hi all,...
    I want to create a data aware program by using netbeans 6.0.
    So that open a contextual menu in projects section, and simply add a new 'Master/Detail Sample Form'.
    The IDE than ask me about the connection (jdbc driver, url etc) and table name I will use in the form.
    It's work as expected.
    But, the jdbc configuration can't be changed anymore, it's fixedly saved in persistence.xml.
    That's the problem. I want to make an application that can connect to differences database (with same structure), so that my program can use oracle, mysql or others as user wish (The user should fill the jdbc connection property whenever the program executed).
    How's the solution? should I back to primitive jdbc connection by using 'Statement'?
    Thanks in advance

    JNDI is a naming service used when you are deployed (typically) in a J2EE container such as Tomcat or JBoss. Your application is desktop right now, but you mention that you want to deploy it on your intranet? My guess is that you mean right now your database is on your machine, and you are connecting to that via localhost, and that the application will remain a desktop one.
    Where you put the database should not be an issue. If you can see the machine on your network, you should be able to connect with JDBC. Simply substitute the IP or host name where the database resides. I did a quick look at Hibernate's documentation, and it appears you can configure the data sources used for their flavor of JPA dynamically.
    There is an example of how to programatically create an Entity Manager in Sec 2.2 of this page http://docs.jboss.org/hibernate/stable/entitymanager/reference/en/html_single/#setup-configuration.
    - Saish

  • Stub/Client Generation of WSDL for Windows Communication Foundation Service

    Hii,
    I am building a client for the WCF service using Soap1.2 and ws-security. I have tried building a stub for the service using JDeveloper 10 g and also tried to validate the wsdl using XML spy. Both are giving errors. I wanna know how could i genrate the stub for the service and also Validate WSDL? I know i might have to modify the WSDL, but dont know what changes must be required? And Also which std i must adhere?
    Here is the WSDL
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                      xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
                      xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
                      xmlns:wsap10="http://www.w3.org/2005/08/addressing"
                      xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
                      xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
                      xmlns:i0="http://Corona.Services.UserMgmt.UserMgmtSrv"
                      xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/09/policy/addressing"
                      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                      xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
                      xmlns:tns="http://tempuri.org/"
                      xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
                      xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
                      xmlns:wsa10="http://www.w3.org/2005/08/addressing"
                      targetNamespace="http://tempuri.org/" name="UserMgmtSrv">
      <wsdl:import namespace="http://Corona.Services.UserMgmt.UserMgmtSrv"
                   location="http://debugger/Corona.Services/Corona.Services.svc?wsdl"/>
      <wsdl:types/>
      <wsdl:binding name="WSHttpBinding_UserMgmtSrv" type="i0:UserMgmtSrv">
        <wsp:PolicyReference URI="#WSHttpBinding_UserMgmtSrv_policy"/>
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="Authenticate">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
          <wsdl:fault name="ArgumentExceptionFault">
            <soap12:fault name="ArgumentExceptionFault"
                          namespace="http://Corona.Services.UserMgmt.UserMgmtSrv.FaultException"/>
          </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="SaveHealthProfileWrapper">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="UserMgmtSrv">
        <wsdl:port name="WSHttpBinding_UserMgmtSrv"
                   binding="tns:WSHttpBinding_UserMgmtSrv">
          <soap12:address location="https://debugger/Corona.Services/Corona.Services.svc"/>
          <wsa10:EndpointReference>
            <wsa10:Address>https://debugger/Corona.Services/Corona.Services.svc</wsa10:Address>
          </wsa10:EndpointReference>
        </wsdl:port>
      </wsdl:service>
      <wsp:Policy wsu:Id="WSHttpBinding_UserMgmtSrv_policy">
        <wsp:ExactlyOne>
          <wsp:All>
            <wspe:Utf816FFFECharacterEncoding xmlns:wspe="http://schemas.xmlsoap.org/ws/2004/09/policy/encoding"/>
            <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:TransportToken>
                  <wsp:Policy>
                    <sp:HttpsToken RequireClientCertificate="false"/>
                  </wsp:Policy>
                </sp:TransportToken>
                <sp:AlgorithmSuite>
                  <wsp:Policy>
                    <sp:Basic128/>
                  </wsp:Policy>
                </sp:AlgorithmSuite>
                <sp:Layout>
                  <wsp:Policy>
                    <sp:Strict/>
                  </wsp:Policy>
                </sp:Layout>
                <sp:IncludeTimestamp/>
              </wsp:Policy>
            </sp:TransportBinding>
            <sp:EndorsingSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:SecureConversationToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                  <wsp:Policy>
                    <mssp:RequireCancel wsp:Optional="true"
                                        xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                    <sp:BootstrapPolicy>
                      <wsp:Policy>
                        <sp:TransportBinding>
                          <wsp:Policy>
                            <sp:TransportToken>
                              <wsp:Policy>
                                <sp:HttpsToken RequireClientCertificate="false"/>
                              </wsp:Policy>
                            </sp:TransportToken>
                            <sp:AlgorithmSuite>
                              <wsp:Policy>
                                <sp:Basic128/>
                              </wsp:Policy>
                            </sp:AlgorithmSuite>
                            <sp:Layout>
                              <wsp:Policy>
                                <sp:Strict/>
                              </wsp:Policy>
                            </sp:Layout>
                            <sp:IncludeTimestamp/>
                          </wsp:Policy>
                        </sp:TransportBinding>
                        <sp:EndorsingSupportingTokens>
                          <wsp:Policy>
                            <sp:SpnegoContextToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                              <wsp:Policy>
                                <mssp:RequireCancel wsp:Optional="true"
                                                    xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                              </wsp:Policy>
                            </sp:SpnegoContextToken>
                          </wsp:Policy>
                        </sp:EndorsingSupportingTokens>
                        <sp:Trust10>
                          <wsp:Policy>
                            <sp:MustSupportIssuedTokens/>
                            <sp:RequireClientEntropy/>
                            <sp:RequireServerEntropy/>
                          </wsp:Policy>
                        </sp:Trust10>
                      </wsp:Policy>
                    </sp:BootstrapPolicy>
                  </wsp:Policy>
                </sp:SecureConversationToken>
              </wsp:Policy>
            </sp:EndorsingSupportingTokens>
            <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:MustSupportIssuedTokens/>
                <sp:RequireClientEntropy/>
                <sp:RequireServerEntropy/>
              </wsp:Policy>
            </sp:Trust10>
            <wsap10:UsingAddressing/>
          </wsp:All>
        </wsp:ExactlyOne>
      </wsp:Policy>
      <wsp:UsingPolicy/>
    </wsdl:definitions>

    I had the problem with JDev (9.0.4) when trying to generate server side classes from a homemade wsdl which took a complex type as a parameter. The only thing I got from JDeveloper was a class receiving an Element. Which pretty much means you have to do the work yourself.
    Quite disappointing....!
    I see to possibilities:
    1) If you are stuck with 9.0.4 you will have to parse to and from xml yourself. For this you can use jax-b which is a Sun API used to create classes for a given XML Schema to parse and validate XML. You have some work creating the classes, but it runs very fast when you have generated the classes.
    2) You use the topdown approach described on OTN. http://www.oracle.com/technology/sample_code/tech/java/codesnippet/webservices/doc-lit/index.html
    I think this is the example for OC4J (9.0.4). There is a new and improved version of the tool (wsa.jar) with the new OC4J (10.1.3)
    Have fun......and I am sure that Oracle quite soon will deliver the functionality directly from JDev....:-)
    /Peter

  • X-box receiver for Windows won't connect to controller

    Hello,
    I have recently restored my computer, and before that point my wireless xbox controller connected to the PC fine via the Official Microsoft receiver. After the restore, I reinstalled the drivers for the receiver and when plugged in the light on the receiver
    didn't light up. I did some research prior to posting this to see if I could find a solution, and I got it to light up by doing the following:
    1.Right click on Computer
    2.Go to Properties
    3.Click on Device Manager
    4.Right click on the Unidentified Device
    5.Go to Properties
    6.Go to the Drive tab
    7.Click on "Update Driver"
    8.Browse my computer for driver software
    9.Let me pick from a list of device drivers on my computer
    10.Microsoft Common Controller for Window Class
    11."Xbox 360 Wireless Receiver for Windows"
    12.Update Driver Warning
    13.Click Yes
    I heard by doing the above, it cured the problem for others, but it didn't work for me. Now, when I try to hook up my controller, I hold the large X in the middle of the controller, and all four quarters blink. I hold down the sync button on the receiver,
    then the controller, and the receiver blinks, and the controller does its swirling connecting thing. The receiver then stops flashing and goes back to being static, and the controller resumes the four quarters blinking. Normally, the top left quarter should
    stay lit and the connection would be successful, but it isn't doing that for some reason. Anyone know how to get them to complete the process of syncing?
    Thanks,
     - Nathan

    bump.

  • SCCM 2012 Software Update Management for Windows Servers and how to automatic set SCOM maintenance mode?

    Hi,
    We planning to go one level higher to automat and have more dynamic Software Update Management for Windows Servers. We have SCCM 2012 R2, SCOM 2012 R2 and SCO 2012 R2.
    Our plan is to pur server in an AD-Group to get Update Schedule, from the servers will be importet to an Collection for Automatic Update and reboot. If I understand Everything right SCOM can't read AD-Group and put then in an Schedule maintenance mode. SCOM
    can read reg value as exempel.
    IS there any smar way to make the SCOM Maintenance Mode Schedule dynamic?
    I found this
    http://www.scom2k7.com/scom-2012-maintenance-mode-scheduler/?
    /SaiTech

    You could use Orchestrator to put the servers from a specific collection, or AD group, in maintenance mode in SCOM. For an example see:
    http://www.systemcentercentral.com/orchestrator-how-to-scom-maintenance-mode-for-windows-computers-in-an-sccm-collection/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Reinstalled Itunes for Windows will not recognize ipod touch 3rd generation.

    Itunes for Windows and PC will not recognize my ipod touch 3rd generation.  Also it will not fully charge using a brand new apple brand power adapter and cable. I have already uninstalled all Apple software on PC and reinstalled.  I've tried every step suggested by Apple online iPod touch Troubleshooting Assistant.

    the best thing i think you could do is go to an apple store or uninstall itunes and reinstall it one more time and see what happens

  • Ipod shuffle (2nd generation) won't reset for windows

    i just bought a brand new i pod shuffle (2nd generation) a few days ago and I've spent those few days in frustration. I've downloaded i tunes, plugged the shuffle in and followed the directions for starting it up. it then goes onto say that it needs to reset the device to be able to work with windows, i proceed to follow the instructions to reset it and before it finishes, it comes up with an unknown error. I've tried downloading the reset application for the shuffle but it doesn't work either. please help somebody?!

    Hi kp3277,
    If you are having issues with your iPod Shuffle not being recognized, you may find the following article helpful:
    Apple Support: iPod not recognized in 'My Computer' and in iTunes for Windows
    http://support.apple.com/kb/TS1369
    Regards,
    - Brenden

  • Using first generation ipod for windows with my (older) mac

    I have got an old unused 10gb ipod for windows, I beleive it is first generation. My computer meanwhile is an ibook with OS 9.1. Having gone through some really useful discussions on the topic of re-formatting ipods from windows to mac and vice-versa, I got the impression that I should download the ipod software updater. However, the software updater requires OS 10x or later. What can I do without having to upgrade the OS version (that I am otherwise quite happy with). Is is possible that my version of iTunes (v 1.1) has somethig to do with it?
    Many thanks in advance for your kind assistance
    iBook   Mac OS 9.1.x  

    Thanks - iTunes now recognises the iPod, however version 1.3 of the software updater requires 9.21 (as you've said). Unfortunately I've only got 9.1 so it won't allow me to install. I get a message asking that I "select another volume". Are you aware of an earlier version of the software updater that works with OS 9.1? Presumably one did exist at some point.
    Thanks again for your prompt reply - the prospect of getting the iPod actually working is quite exciting!

  • Java class for windows, unix?

    If I create Java class using JDK for windows, can the class be used in Unix environment, like HP-UNIX, SunSolaris?

    and another issue with files and ms windows vs. *nix is taht, while some versions of windows forgive you if you leave files open after you have stoped dealing with them, unix like systems woun't forgive such things and you will run out of file pointers and... well. that's bad...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Msvsm_Virtualization Wmi Classes for Windows Server 2008 r2

    I am trying to use a command line interface, for HyperV. It requires using Windows WMI Classes named "Msvm_VirtualSystemManagementService" , in the windows namespace
    : "root\virtualization\v2" . The following are available in Windows Server 2012. But I need the same for windows server 2008 r2.
    Please help me installing those classes.
    Thank you.

    Hi,
    Any updates?
    Besides, you may have interests in the below article:
    The v2 WMI namespace in Hyper-V on Windows 8
    Best regards
    Michael Shao
    TechNet Community Support

  • Dynamic Generation of Back URL

    I opened a tar on the dynamic generation of a back URL because the information on the forums has been incomplete and without solid examples for my needs. They provided the following information:
    "So far I have found a few methods to achieve what you are wanting to do....
    With the plsql web toolkit there is a function called owa_util.get_cgi_env. You can use this to grab many different parameters. You could use this function to reconstruct the actual url that you are on.
    For example, request_protocol, server_name, server_port, script_name, and path_info could all be concatenated to create the original url.
    Or you can also use the owa_util.get_cgi_env function in the called screen to grab the url of the calling url. So essentially the url you want to go back to. This parameter value is called HTTP_REFERER and it contains the complete url. The only issue with this one is that you can not reference it until you are already in the second page. Therefore you could not pass it to that second page when building the page.
    Documentation on the above is included in the 9iAS documentation set since it is part of the plsql toolkit and not specific to Portal. The url to this documentation is:
    http://otn.oracle.com/docs/products/ias/doc_library/1022doc_otn/apps.102/a90101/toc.htm
    I will continue searching for anything specific to Portal and its api's but up to now I have not seen anything specific to this."

    Dear Kishore,
    Write the following code in the wdDoModifyView(...) method..and replace YourModelNode with actuals
    if (firstTime) {
    // Get the reference to the UI rool elemnet
                          IWDTransparentContainer rootElement = (IWDTransparentContainer) view.getRootElement();
    // Set the layout manager to MatrixLayout
         rootElement.createLayout(IWDMatrixLayout.class);
    // Get the metadata of the node
         IWDNodeInfo nodeInfo = wdContext.getYourModelNode().getNodeInfo();
         for (Iterator iter = nodeInfo.iterateAttributes(); iter.hasNext();) {
              IWDAttributeInfo attributeInfo = (IWDAttributeInfo) iter.next();
              IWDLinkToURL LinkToURL=(IWDLinkToURL) view.createElement(IWDLinkToURLclass,attributeInfo.getName() +"LinkToURL");
              LinkToURL.setText(attributeInfo.getName());
                                              LinkToURL.setReference(attributeInfo.getReference());
              LinkToURL.createLayoutData(IWDMatrixHeadData.class);
              // Add the LinkToURL to the UI
              rootElement.addChild(LinkToURL);
    Hope it helps!
    Warm Regards
    Upendra Agrawal

  • Open and read from text file into a text box for Windows Store

    I wish to open and read from a text file into a text box in C# for the Windows Store using VS Express 2012 for Windows 8.
    Can anyone point me to sample code and tutorials specifically for Windows Store using C#.
    Is it possible to add a Text file in Windows Store. This option only seems to be available in Visual C#.
    Thanks
    Wendel

    This is a simple sample for Read/Load Text file from IsolateStorage and Read file from InstalledLocation (this folder only can be read)
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using Windows.Storage;
    using System.IO;
    namespace TextFileDemo
    public class TextFileHelper
    async public static Task<bool> SaveTextFileToIsolateStorageAsync(string filename, string data)
    byte[] fileBytes = System.Text.Encoding.UTF8.GetBytes(data);
    StorageFolder local = Windows.Storage.ApplicationData.Current.LocalFolder;
    var file = await local.CreateFileAsync(filename, CreationCollisionOption.ReplaceExisting);
    try
    using (var s = await file.OpenStreamForWriteAsync())
    s.Write(fileBytes, 0, fileBytes.Length);
    return true;
    catch
    return false;
    async public static Task<string> LoadTextFileFormIsolateStorageAsync(string filename)
    StorageFolder local = Windows.Storage.ApplicationData.Current.LocalFolder;
    string returnvalue = string.Empty;
    try
    var file = await local.OpenStreamForReadAsync(filename);
    using (StreamReader streamReader = new StreamReader(file))
    returnvalue = streamReader.ReadToEnd();
    catch (Exception ex)
    // do somthing when exception
    return returnvalue;
    async public static Task<string> LoadTextFileFormInstalledLocationAsync(string filename)
    StorageFolder local = Windows.ApplicationModel.Package.Current.InstalledLocation;
    string returnvalue = string.Empty;
    try
    var file = await local.OpenStreamForReadAsync(filename);
    using (StreamReader streamReader = new StreamReader(file))
    returnvalue = streamReader.ReadToEnd();
    catch (Exception ex)
    // do somthing when exception
    return returnvalue;
    show how to use it as below
    async private void Button_Click(object sender, RoutedEventArgs e)
    string txt =await TextFileHelper.LoadTextFileFormInstalledLocationAsync("TextFile1.txt");
    Debug.WriteLine(txt);
    在現實生活中,你和誰在一起的確很重要,甚至能改變你的成長軌跡,決定你的人生成敗。 和什麼樣的人在一起,就會有什麼樣的人生。 和勤奮的人在一起,你不會懶惰; 和積極的人在一起,你不會消沈; 與智者同行,你會不同凡響; 與高人為伍,你能登上巔峰。

  • Issue in Oracle 12C Installation for windows 64 bit

    a) I have downloaded Oracle Database 12c from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html for windows 64 bit
    b) Unzipped both of the files and have click on setup file in file1
    c) It is stuck at 59% i.e., at setup
    Below is the part of log file
    installcommand = "E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm" -al {A1F205B4-4418-11D2-B2F1-00805FC19E2E} set SYSTEM permit
    deinstallcommand = null
    WaitForCompletion = true
    INFO: spawning '"E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm" -al {A1F205B4-4418-11D2-B2F1-00805FC19E2E} set SYSTEM permit'
    INFO: spawning '"E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm" -al {A1F205B4-4418-11D2-B2F1-00805FC19E2E} set SYSTEM permit'
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
    selectedNodes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig
    destination = E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig
    variables = null
    encoding = null
    INFO: instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig'.
    INFO: instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig'.
    INFO: Calling Action fileActions11.2.0.2.0  appendFileEx
    source = E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig
    destination = E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat
    permissions = null
    owner = null
    group = null
    INFO: copying 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig'
    INFO: copying 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig'
    INFO: updating 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.
    INFO: updating 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.
    INFO: Setting up 'Database Configuration and Upgrade Assistants 12.1.0.1.0 '
    INFO: Setting up 'Database Configuration and Upgrade Assistants 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component Database Configuration and Upgrade Assistants
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
    selectedNodes = null
    Key = HKEY_LOCAL_MACHINE
    SubKey = SOFTWARE\ORACLE\KEY_OraDB12Home1
    value = ORACLE_BASE
    data = E:\app\j1013565
    updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
    selectedNodes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs
    destination = E:\app\j1013565\product\12.1.0\dbhome_1\bin\dbca.bat
    variables = null
    encoding = null
    INFO: instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs'.
    INFO: instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
    selectedNodes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs
    INFO: deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs'
    INFO: deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs'
    INFO: Calling Action ntw32FoldersActions10.2.0.3.0  ntCreateItem
    selectedNodes = null
    groupName = Oracle - OraDB12Home1\Configuration and Migration Tools
    itemName = Database Configuration Assistant
    exeName = E:\app\j1013565\product\12.1.0\dbhome_1\bin\launch.exe
    paramName = null
    workingDir = E:\app\j1013565\product\12.1.0\dbhome_1\bin
    iconFileName = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.ico
    icon = null
    cmdType = null
    multiparamName = E:\app\j1013565\product\12.1.0\dbhome_1\bin,dbca.cl
    runAsAdmin = 1
    INFO: creating 'Database Configuration Assistant' in folder 'Oracle - OraDB12Home1\Configuration and Migration Tools'
    INFO: creating 'Database Configuration Assistant' in folder 'Oracle - OraDB12Home1\Configuration and Migration Tools'
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
    selectedNodes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl
    destination = E:\app\j1013565\product\12.1.0\dbhome_1\bin\dbca.cl
    variables = null
    encoding = null
    INFO: instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl'.
    INFO: instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
    selectedNodes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl
    INFO: deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl'
    INFO: deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl'
    INFO: Calling Action ntw32FoldersActions10.2.0.3.0  ntCreateItem
    selectedNodes = null
    groupName = Oracle - OraDB12Home1\Configuration and Migration Tools
    itemName = Database Upgrade Assistant
    exeName = E:\app\j1013565\product\12.1.0\dbhome_1\bin\launch.exe
    paramName = null
    workingDir = E:\app\j1013565\product\12.1.0\dbhome_1\bin
    iconFileName = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbma.ico
    icon = null
    cmdType = null
    multiparamName = E:\app\j1013565\product\12.1.0\dbhome_1\bin,dbua.cl
    runAsAdmin = 1
    INFO: creating 'Database Upgrade Assistant' in folder 'Oracle - OraDB12Home1\Configuration and Migration Tools'
    INFO: creating 'Database Upgrade Assistant' in folder 'Oracle - OraDB12Home1\Configuration and Migration Tools'
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
    selectedNodes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs
    destination = E:\app\j1013565\product\12.1.0\dbhome_1\bin\dbua.bat
    variables = null
    encoding = null
    INFO: instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs'.
    INFO: instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
    selectedNodes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs
    INFO: deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs'
    INFO: deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs'
    INFO: Calling Query fileQueries10.1.0.3.0  exists
    filename = E:\app\j1013565\product\12.1.0\dbhome_1\bin\emdwgrd
    INFO: Query Returned: false
    INFO: Setting up 'Oracle JVM 12.1.0.1.0 '
    INFO: Setting up 'Oracle JVM 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component Oracle JVM
    INFO: Setting up 'Oracle Advanced Security 12.1.0.1.0 '
    INFO: Setting up 'Oracle Advanced Security 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component Oracle Advanced Security
    INFO: Setting up 'Oracle Internet Directory Client 12.1.0.1.0 '
    INFO: Setting up 'Oracle Internet Directory Client 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component Oracle Internet Directory Client
    INFO: Setting up 'Oracle Net Listener 12.1.0.1.0 '
    INFO: Setting up 'Oracle Net Listener 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component Oracle Net Listener
    INFO: Setting up 'HAS Files for DB 12.1.0.1.0 '
    INFO: Setting up 'HAS Files for DB 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component HAS Files for DB
    INFO: Setting up 'Oracle Text 12.1.0.1.0 '
    INFO: Setting up 'Oracle Text 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component Oracle Text
    INFO: Setting up 'Oracle Net Services 12.1.0.1.0 '
    INFO: Setting up 'Oracle Net Services 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component Oracle Net Services
    INFO: Setting up 'Oracle Database 12c 12.1.0.1.0 '
    INFO: Setting up 'Oracle Database 12c 12.1.0.1.0 '
    INFO: 7/11/13 3:24:16 PM CAT: Starting install Install Phase 2 of component Oracle Database 12c
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
    selectedNodes =
    Key = HKEY_LOCAL_MACHINE
    SubKey = SOFTWARE\ORACLE\KEY_OraDB12Home1
    value = RDBMS_CONTROL
    data = E:\app\j1013565\product\12.1.0\dbhome_1\DATABASE
    updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
    selectedNodes =
    Key = HKEY_LOCAL_MACHINE
    SubKey = SOFTWARE\ORACLE\KEY_OraDB12Home1
    value = RDBMS_ARCHIVE
    data = E:\app\j1013565\product\12.1.0\dbhome_1\DATABASE\ARCHIVE
    updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    INFO: Calling Query UtilQueries12.1.0.1.0  GetNTUserName
    INFO: Query Returned: JDA\j1013565
    INFO: Calling Action ntGrpActionLib10.2.0.1.0  AddToOraDbaGroup
    oradimLocation = E:\app\j1013565\product\12.1.0\dbhome_1\bin
    userName = JDA\j1013565
    isRAC = false
    nodeList =
    It is stuck at this point
    Below is the log which is generated at UI
    Verifying whether Central Inventory is locked by any other OUI session...
    Central Inventory is not locked.
    Loading products list. Please wait.
    Loading products. Please wait.
    Analyzing dependencies
    Setting up install types
    Executing pre-requisites
    Loading Oracle Database 12c
    Loading Enterprise Edition Options
    Loading Oracle Partitioning
    Loading Oracle Spatial and Graph
    Loading Oracle OLAP
    Loading Oracle Database 12c
    Loading Oracle Net Services
    Loading Oracle Text
    Loading HAS Files for DB
    Loading Oracle Net Listener
    Loading Oracle Internet Directory Client
    Loading Oracle Advanced Security
    Loading Oracle JVM
    Loading Database Configuration and Upgrade Assistants
    Loading Oracle Remote Configuration Agent
    Loading Oracle XML Development Kit
    Loading Oracle Multimedia
    Loading Oracle Multimedia Locator
    Loading SQL*Plus
    Loading Oracle Netca Client
    Loading Oracle Call Interface (OCI)
    Loading Oracle Programmer
    Loading Oracle Database Gateway for ODBC
    Loading Generic Connectivity Common Files
    Loading Oracle Database Utilities
    Loading Oracle Notification Service
    Loading Oracle Net
    Loading Assistant Common Files
    Loading Oracle Help for Java
    Loading Oracle Help Share Library
    Loading Oracle Database User Interface
    Loading Oracle Java Layout Engine
    Loading Buildtools Common Files
    Loading Oracle LDAP administration
    Loading Installation Common Files
    Loading Installation Plugin Files
    Loading Oracle Ice Browser
    Loading Oracle Windows Interfaces
    Loading Oracle Services For Microsoft Transaction Server
    Loading Oracle Wallet Manager
    Loading Oracle Security Developer Tools
    Loading XML Parser for Java
    Loading Oracle Net Java Required Support Files
    Loading Oracle Database Extensions for .NET
    Loading Deinstallation Tool
    Loading Oracle Providers for ASP.NET
    Loading PL/SQL
    Loading Oracle Recovery Manager
    Loading Precompiler Common Files
    Loading SQL*Plus Files for Instant Client
    Loading Oracle Extended Windowing Toolkit
    Loading Precompilers
    Loading Database SQL Scripts
    Loading OLAP SQL Scripts
    Loading PL/SQL Embedded Gateway
    Loading Oracle Administration Assistant for Windows
    Loading Database Migration Assistant for Unicode
    Loading Oracle Java Client
    Loading Oracle JDBC/THIN Interfaces
    Loading Oracle Multimedia Client Option
    Loading Oracle Universal Connection Pool
    Loading Secure Socket Layer
    Loading Oracle ODBC Driver
    Loading HAS Common Files
    Loading Oracle JVM For Core
    Loading Oracle Containers for Java
    Loading JAccelerator (COMPANION)
    Loading Oracle Provider for OLE DB
    Loading Oracle Quality of Service Management (Client)
    Loading Oracle Database Deconfiguration
    Loading Oracle Data Provider for .NET
    Loading Required Support Files
    Loading Oracle JDBC/OCI Instant Client
    Loading XML Parser for Oracle JVM
    Loading Oracle Core XML Development Kit
    Loading Oracle XML Query
    Loading Oracle Message Gateway Common Files
    Loading Oracle Starter Database
    Loading Sample Schema Data
    Loading Oracle Core Required Support Files
    Loading Oracle Core Required Support Files for Core DB
    Loading Oracle Multimedia Locator RDBMS Files
    Loading Oracle Multimedia Locator Java Required Support Files
    Loading Oracle Globalization Support
    Loading Oracle Multimedia Java Advanced Imaging
    Loading Oracle Database 12c Multimedia Files
    Loading Precompiler Required Support Files
    Loading Oracle Text for Core
    Loading Oracle Text ATG Language Support Files
    Loading Oracle Notification Service (eONS)
    Loading Parser Generator Required Support Files
    Loading RDBMS Required Support Files
    Loading Precompiler Common Files for Core
    Loading Database Workspace Manager
    Loading SQLJ Runtime
    Loading RDBMS Required Support Files Runtime
    Loading Oracle Notification Service for Instant Client
    Loading Oracle Application Express
    Loading Oracle SQL Developer
    Loading Oracle JDBC Server Support Package
    Loading Oracle RAC Required Support Files-HAS
    Loading Platform Required Support Files
    Loading XDK Required Support Files
    Loading Oracle Net Required Support Files
    Loading Oracle Database Vault option
    Loading Oracle Clusterware RDBMS Files
    Loading Oracle OLAP API
    Loading Oracle OLAP RDBMS Files
    Loading Oracle Data Mining RDBMS Files
    Loading SSL Required Support Files for InstantClient
    Loading Oracle Locale Builder
    Loading Oracle Label Security
    Loading Oracle Real Application Testing
    Loading Oracle R Enterprise Server Files
    Loading Perl Interpreter
    Loading LDAP Required Support Files
    Loading Perl Modules
    Loading Expat libraries
    Loading Cluster Verification Utility Common Files
    Loading Oracle JFC Extended Windowing Toolkit
    Loading RDBMS Required Support Files for Instant Client
    Loading Oracle Globalization Support For Core
    Loading Oracle ODBC Driverfor Instant Client
    Loading Oracle Bali Share
    Loading Oracle Globalization Support
    Loading Oracle Configuration Manager
    Loading Oracle Configuration Manager Client
    Loading Oracle DBCA Deconfiguration
    Loading Oracle RAC Deconfiguration
    Loading Oracle Configuration Manager Deconfiguration
    Loading Oracle USM Deconfiguration
    Loading Oracle Universal Installer
    Loading Oracle One-Off Patch Installer
    Loading Installer SDK Component
    Loading oracle.swd.oui.core.min
    Loading Sun JDK
    Loading dialogs for Oracle Database 12c
    Loading dialogs for Enterprise Edition Options
    Loading dialogs for Oracle Partitioning
    Loading dialogs for Oracle Spatial and Graph
    Loading dialogs for Oracle OLAP
    Loading dialogs for Oracle Database 12c
    Loading dialogs for Oracle Net Services
    Loading dialogs for Oracle Text
    Loading dialogs for HAS Files for DB
    Loading dialogs for Oracle Net Listener
    Loading dialogs for Oracle Internet Directory Client
    Loading dialogs for Oracle Advanced Security
    Loading dialogs for Oracle JVM
    Loading dialogs for Database Configuration and Upgrade Assistants
    Loading dialogs for Oracle Remote Configuration Agent
    Loading dialogs for Oracle XML Development Kit
    Loading dialogs for Oracle Multimedia
    Loading dialogs for Oracle Multimedia Locator
    Loading dialogs for SQL*Plus
    Loading dialogs for Oracle Netca Client
    Loading dialogs for Oracle Call Interface (OCI)
    Loading dialogs for Oracle Programmer
    Loading dialogs for Oracle Database Gateway for ODBC
    Loading dialogs for Generic Connectivity Common Files
    Loading dialogs for Oracle Database Utilities
    Loading dialogs for Oracle Notification Service
    Loading dialogs for Oracle Net
    Loading dialogs for Assistant Common Files
    Loading dialogs for Oracle Help for Java
    Loading dialogs for Oracle Help Share Library
    Loading dialogs for Oracle Database User Interface
    Loading dialogs for Oracle Java Layout Engine
    Loading dialogs for Buildtools Common Files
    Loading dialogs for Oracle LDAP administration
    Loading dialogs for Installation Common Files
    Loading dialogs for Installation Plugin Files
    Loading dialogs for Oracle Ice Browser
    Loading dialogs for Oracle Windows Interfaces
    Loading dialogs for Oracle Services For Microsoft Transaction Server
    Loading dialogs for Oracle Wallet Manager
    Loading dialogs for Oracle Security Developer Tools
    Loading dialogs for XML Parser for Java
    Loading dialogs for Oracle Net Java Required Support Files
    Loading dialogs for Oracle Database Extensions for .NET
    Loading dialogs for Deinstallation Tool
    Loading dialogs for Oracle Providers for ASP.NET
    Loading dialogs for PL/SQL
    Loading dialogs for Oracle Recovery Manager
    Loading dialogs for Precompiler Common Files
    Loading dialogs for SQL*Plus Files for Instant Client
    Loading dialogs for Oracle Extended Windowing Toolkit
    Loading dialogs for Precompilers
    Loading dialogs for Database SQL Scripts
    Loading dialogs for OLAP SQL Scripts
    Loading dialogs for PL/SQL Embedded Gateway
    Loading dialogs for Oracle Administration Assistant for Windows
    Loading dialogs for Database Migration Assistant for Unicode
    Loading dialogs for Oracle Java Client
    Loading dialogs for Oracle JDBC/THIN Interfaces
    Loading dialogs for Oracle Multimedia Client Option
    Loading dialogs for Oracle Universal Connection Pool
    Loading dialogs for Secure Socket Layer
    Loading dialogs for Oracle ODBC Driver
    Loading dialogs for HAS Common Files
    Loading dialogs for Oracle JVM For Core
    Loading dialogs for Oracle Containers for Java
    Loading dialogs for JAccelerator (COMPANION)
    Loading dialogs for Oracle Provider for OLE DB
    Loading dialogs for Oracle Quality of Service Management (Client)
    Loading dialogs for Oracle Database Deconfiguration
    Loading dialogs for Oracle Data Provider for .NET
    Loading dialogs for Required Support Files
    Loading dialogs for Oracle JDBC/OCI Instant Client
    Loading dialogs for XML Parser for Oracle JVM
    Loading dialogs for Oracle Core XML Development Kit
    Loading dialogs for Oracle XML Query
    Loading dialogs for Oracle Message Gateway Common Files
    Loading dialogs for Oracle Starter Database
    Loading dialogs for Sample Schema Data
    Loading dialogs for Oracle Core Required Support Files
    Loading dialogs for Oracle Core Required Support Files for Core DB
    Loading dialogs for Oracle Multimedia Locator RDBMS Files
    Loading dialogs for Oracle Multimedia Locator Java Required Support Files
    Loading dialogs for Oracle Globalization Support
    Loading dialogs for Oracle Multimedia Java Advanced Imaging
    Loading dialogs for Oracle Database 12c Multimedia Files
    Loading dialogs for Precompiler Required Support Files
    Loading dialogs for Oracle Text for Core
    Loading dialogs for Oracle Text ATG Language Support Files
    Loading dialogs for Oracle Notification Service (eONS)
    Loading dialogs for Parser Generator Required Support Files
    Loading dialogs for RDBMS Required Support Files
    Loading dialogs for Precompiler Common Files for Core
    Loading dialogs for Database Workspace Manager
    Loading dialogs for SQLJ Runtime
    Loading dialogs for RDBMS Required Support Files Runtime
    Loading dialogs for Oracle Notification Service for Instant Client
    Loading dialogs for Oracle Application Express
    Loading dialogs for Oracle SQL Developer
    Loading dialogs for Oracle JDBC Server Support Package
    Loading dialogs for Oracle RAC Required Support Files-HAS
    Loading dialogs for Platform Required Support Files
    Loading dialogs for XDK Required Support Files
    Loading dialogs for Oracle Net Required Support Files
    Loading dialogs for Oracle Database Vault option
    Loading dialogs for Oracle Clusterware RDBMS Files
    Loading dialogs for Oracle OLAP API
    Loading dialogs for Oracle OLAP RDBMS Files
    Loading dialogs for Oracle Data Mining RDBMS Files
    Loading dialogs for SSL Required Support Files for InstantClient
    Loading dialogs for Oracle Locale Builder
    Loading dialogs for Oracle Label Security
    Loading dialogs for Oracle Real Application Testing
    Loading dialogs for Oracle R Enterprise Server Files
    Loading dialogs for Perl Interpreter
    Loading dialogs for LDAP Required Support Files
    Loading dialogs for Perl Modules
    Loading dialogs for Expat libraries
    Loading dialogs for Cluster Verification Utility Common Files
    Loading dialogs for Oracle JFC Extended Windowing Toolkit
    Loading dialogs for RDBMS Required Support Files for Instant Client
    Loading dialogs for Oracle Globalization Support For Core
    Loading dialogs for Oracle ODBC Driverfor Instant Client
    Loading dialogs for Oracle Bali Share
    Loading dialogs for Oracle Globalization Support
    Loading dialogs for Oracle Configuration Manager
    Loading dialogs for Oracle Configuration Manager Client
    Loading dialogs for Oracle DBCA Deconfiguration
    Loading dialogs for Oracle RAC Deconfiguration
    Loading dialogs for Oracle Configuration Manager Deconfiguration
    Loading dialogs for Oracle USM Deconfiguration
    Loading dialogs for Oracle Universal Installer
    Loading dialogs for Oracle One-Off Patch Installer
    Loading dialogs for Installer SDK Component
    Loading dialogs for oracle.swd.oui.core.min
    Loading dialogs for Sun JDK
    Processing Oracle Database 12c 12.1.0.1.0
    Processing Enterprise Edition Options 12.1.0.1.0
    Processing Oracle Partitioning 12.1.0.1.0
    Processing Oracle Spatial and Graph 12.1.0.1.0
    Processing Oracle OLAP 12.1.0.1.0
    Processing Oracle Database 12c 12.1.0.1.0
    Processing Oracle Net Services 12.1.0.1.0
    Processing Oracle Text 12.1.0.1.0
    Processing HAS Files for DB 12.1.0.1.0
    Processing Oracle Net Listener 12.1.0.1.0
    Processing Oracle Internet Directory Client 12.1.0.1.0
    Processing Oracle Advanced Security 12.1.0.1.0
    Processing Oracle JVM 12.1.0.1.0
    Processing Database Configuration and Upgrade Assistants 12.1.0.1.0
    Processing Oracle Remote Configuration Agent 12.1.0.1.0
    Processing Oracle XML Development Kit 12.1.0.1.0
    Processing Oracle Multimedia 12.1.0.1.0
    Processing Oracle Multimedia Locator 12.1.0.1.0
    Processing SQL*Plus 12.1.0.1.0
    Processing Oracle Netca Client 12.1.0.1.0
    Processing Oracle Call Interface (OCI) 12.1.0.1.0
    Processing Oracle Programmer 12.1.0.1.0
    Processing Oracle Database Gateway for ODBC 12.1.0.1.0
    Processing Generic Connectivity Common Files 12.1.0.1.0
    Processing Oracle Database Utilities 12.1.0.1.0
    Processing Oracle Notification Service 12.1.0.1.0
    Processing Oracle Net 12.1.0.1.0
    Processing Assistant Common Files 12.1.0.1.0
    Processing Oracle Help for Java 11.1.1.6.0
    Processing Oracle Help Share Library 11.1.1.6.0
    Processing Oracle Database User Interface 11.0.0.0.0
    Processing Oracle Java Layout Engine 11.0.0.0.0
    Processing Buildtools Common Files 12.1.0.1.0
    Processing Oracle LDAP administration 12.1.0.1.0
    Processing Installation Common Files 12.1.0.1.0
    Processing Installation Plugin Files 12.1.0.1.0
    Processing Oracle Ice Browser 11.1.1.6.0
    Processing Oracle Windows Interfaces 12.1.0.1.0
    Processing Oracle Services For Microsoft Transaction Server 12.1.0.1.0
    Processing Oracle Wallet Manager 12.1.0.1.0
    Processing Oracle Security Developer Tools 12.1.0.1.0
    Processing XML Parser for Java 12.1.0.1.0
    Processing Oracle Net Java Required Support Files 12.1.0.1.0
    Processing Oracle Database Extensions for .NET 12.1.0.1.0
    Processing Deinstallation Tool 12.1.0.1.0
    Processing Oracle Providers for ASP.NET 12.1.0.1.0
    Processing PL/SQL 12.1.0.1.0
    Processing Oracle Recovery Manager 12.1.0.1.0
    Processing Precompiler Common Files 12.1.0.1.0
    Processing SQL*Plus Files for Instant Client 12.1.0.1.0
    Processing Oracle Extended Windowing Toolkit 11.1.1.6.0
    Processing Precompilers 12.1.0.1.0
    Processing Database SQL Scripts 12.1.0.1.0
    Processing OLAP SQL Scripts 12.1.0.1.0
    Processing PL/SQL Embedded Gateway 12.1.0.1.0
    Processing Oracle Administration Assistant for Windows 12.1.0.1.0
    Processing Database Migration Assistant for Unicode 12.1.0.1.0
    Processing Oracle Java Client 12.1.0.1.0
    Processing Oracle JDBC/THIN Interfaces 12.1.0.1.0
    Processing Oracle Multimedia Client Option 12.1.0.1.0
    Processing Oracle Universal Connection Pool 12.1.0.1.0
    Processing Secure Socket Layer 12.1.0.1.0
    Processing Oracle ODBC Driver 12.1.0.1.0
    Processing HAS Common Files 12.1.0.1.0
    Processing Oracle JVM For Core 12.1.0.1.0
    Processing Oracle Containers for Java 12.1.0.1.0
    Processing JAccelerator (COMPANION) 12.1.0.1.0
    Processing Oracle Provider for OLE DB 12.1.0.1.0
    Processing Oracle Quality of Service Management (Client) 12.1.0.1.0
    Processing Oracle Database Deconfiguration 12.1.0.1.0
    Processing Oracle Data Provider for .NET 12.1.0.1.0
    Processing Required Support Files 12.1.0.1.0
    Processing Oracle JDBC/OCI Instant Client 12.1.0.1.0
    Processing XML Parser for Oracle JVM 12.1.0.1.0
    Processing Oracle Core XML Development Kit 12.1.0.1.0
    Processing Oracle XML Query 12.1.0.1.0
    Processing Oracle Message Gateway Common Files 12.1.0.1.0
    Processing Oracle Starter Database 12.1.0.1.0
    Processing Sample Schema Data 12.1.0.1.0
    Processing Oracle Core Required Support Files 12.1.0.1.0
    Processing Oracle Core Required Support Files for Core DB 12.1.0.1.0
    Processing Oracle Multimedia Locator RDBMS Files 12.1.0.1.0
    Processing Oracle Multimedia Locator Java Required Support Files 12.1.0.1.0
    Processing Oracle Globalization Support 12.1.0.1.0
    Processing Oracle Multimedia Java Advanced Imaging 12.1.0.1.0
    Processing Oracle Database 12c Multimedia Files 12.1.0.1.0
    Processing Precompiler Required Support Files 12.1.0.1.0
    Processing Oracle Text for Core 12.1.0.1.0
    Processing Oracle Text ATG Language Support Files 12.1.0.1.0
    Processing Oracle Notification Service (eONS) 12.1.0.1.0
    Processing Parser Generator Required Support Files 12.1.0.1.0
    Processing RDBMS Required Support Files 12.1.0.1.0
    Processing Precompiler Common Files for Core 12.1.0.1.0
    Processing Database Workspace Manager 12.1.0.1.0
    Processing SQLJ Runtime 12.1.0.1.0
    Processing RDBMS Required Support Files Runtime 12.1.0.1.0
    Processing Oracle Notification Service for Instant Client 12.1.0.1.0
    Processing Oracle Application Express 12.1.0.1.0
    Processing Oracle SQL Developer 12.1.0.1.0
    Processing Oracle JDBC Server Support Package 12.1.0.1.0
    Processing Oracle RAC Required Support Files-HAS 12.1.0.1.0
    Processing Platform Required Support Files 12.1.0.1.0
    Processing XDK Required Support Files 12.1.0.1.0
    Processing Oracle Net Required Support Files 12.1.0.1.0
    Processing Oracle Database Vault option 12.1.0.1.0
    Processing Oracle Clusterware RDBMS Files 12.1.0.1.0
    Processing Oracle OLAP API 12.1.0.1.0
    Processing Oracle OLAP RDBMS Files 12.1.0.1.0
    Processing Oracle Data Mining RDBMS Files 12.1.0.1.0
    Processing SSL Required Support Files for InstantClient 12.1.0.1.0
    Processing Oracle Locale Builder 12.1.0.1.0
    Processing Oracle Label Security 12.1.0.1.0
    Processing Oracle Real Application Testing 12.1.0.1.0
    Processing Oracle R Enterprise Server Files 12.1.0.1.0
    Processing Perl Interpreter 5.14.1.0.0
    Processing LDAP Required Support Files 12.1.0.1.0
    Processing Perl Modules 5.14.1.0.0
    Processing Expat libraries 2.0.1.0.2
    Processing Cluster Verification Utility Common Files 12.1.0.1.0
    Processing Oracle JFC Extended Windowing Toolkit 11.1.1.6.0
    Processing RDBMS Required Support Files for Instant Client 12.1.0.1.0
    Processing Oracle Globalization Support For Core 12.1.0.1.0
    Processing Oracle ODBC Driverfor Instant Client 12.1.0.1.0
    Processing Oracle Bali Share 11.1.1.6.0
    Processing Oracle Globalization Support 12.1.0.1.0
    Processing Oracle Configuration Manager 10.3.7.0.3
    Processing Oracle Configuration Manager Client 10.3.2.1.0
    Processing Oracle DBCA Deconfiguration 12.1.0.1.0
    Processing Oracle RAC Deconfiguration 12.1.0.1.0
    Processing Oracle Configuration Manager Deconfiguration 10.3.1.0.0
    Processing Oracle USM Deconfiguration 12.1.0.1.0
    Processing Oracle Universal Installer 12.1.0.1.0
    Processing Oracle One-Off Patch Installer 12.1.0.1.0
    Processing Installer SDK Component 12.1.0.1.0
    Processing oracle.swd.oui.core.min 12.1.0.1.0
    Processing Sun JDK 1.6.0.37.0
    Synchronizing inventory. Please wait...
    Updating Libraries
    Starting Installations
    Synchronizing inventory. Please wait...
    Installation in progress
    Extracting files to 'E:\app\j1013565\product\12.1.0\dbhome_1'.
    Installation in progress
    Copying files for 'Sun JDK 1.6.0.37.0 '
    Copying files for 'oracle.swd.oui.core.min 12.1.0.1.0 '
    Copying files for 'Installer SDK Component 12.1.0.1.0 '
    creating 'Universal Installer' in folder 'Oracle - OraDB12Home1\Oracle Installation Products'
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\oraparam.ini'.
    Copying files for 'Oracle One-Off Patch Installer 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\OPatch\opatch.ini'.
    Copying files for 'Oracle Universal Installer 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\attachHome.bat'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\detachHome.bat'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\runConfig.bat'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\addLangs.bat'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\clusterparam.ini'.
    Copying files for 'Oracle USM Deconfiguration 12.1.0.1.0 '
    Copying files for 'Oracle Configuration Manager Deconfiguration 10.3.1.0.0 '
    Copying files for 'Oracle RAC Deconfiguration 12.1.0.1.0 '
    Copying files for 'Oracle DBCA Deconfiguration 12.1.0.1.0 '
    Copying files for 'Oracle Configuration Manager Client 10.3.2.1.0 '
    Copying files for 'Oracle Configuration Manager 10.3.7.0.3 '
    extracting 'E:\app\j1013565\product\12.1.0\dbhome_1\sysman\install\ccr.zip'
    extracting file 'README.pdf' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\README.pdf'
    extracting file 'OCMJarUtil.class' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\OCMJarUtil.class'
    extracting file 'emocmrsp.bat' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\emocmrsp.bat'
    extracting file 'msvcr71.dll' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\msvcr71.dll'
    extracting file 'ccr.properties' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\config\ccr.properties'
    extracting file 'ccr.properties' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\config\default\ccr.properties'
    extracting file 'jsse_license.html' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\doc\jsse_license.html'
    extracting file 'core.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\core.jar'
    extracting file 'engines.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\engines.jar'
    extracting file 'metricdata.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\metricdata.jar'
    extracting file 'rda.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\rda.jar'
    extracting file 'rdacewin.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\rdacewin.jar'
    extracting file 'scripts.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\scripts.jar'
    extracting file 'OsInfo.class' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\OsInfo.class'
    extracting file 'configCCR.vbs' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\configCCR.vbs'
    extracting file 'coreutil.vbs' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\coreutil.vbs'
    extracting file 'deployPackages.vbs' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\deployPackages.vbs'
    extracting file 'emSnapshotEnv.vbs' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emSnapshotEnv.vbs'
    extracting file 'emocmclnt-14.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emocmclnt-14.jar'
    extracting file 'emocmclnt.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emocmclnt.jar'
    extracting file 'emocmcommon.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emocmcommon.jar'
    extracting file 'emocmutl.vbs' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emocmutl.vbs'
    extracting file 'http_client.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\http_client.jar'
    extracting file 'jcert.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\jcert.jar'
    extracting file 'jnet.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\jnet.jar'
    extracting file 'jsse.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\jsse.jar'
    extracting file 'log4j-core.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\log4j-core.jar'
    extracting file 'osdt_core3.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\osdt_core3.jar'
    extracting file 'osdt_jce.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\osdt_jce.jar'
    extracting file 'regexp.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\regexp.jar'
    extracting file 'xmlparserv2.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\xmlparserv2.jar'
    extracting file 'setupCCR.exe' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\setupCCR.exe'
    extracting file 'ocmJarUtil.bat' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\ocmJarUtil.bat'
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\sysman\install\ccr.zip'
    Copying files for 'Oracle Globalization Support 12.1.0.1.0 '
    updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    Copying files for 'Oracle Bali Share 11.1.1.6.0 '
    Copying files for 'Oracle ODBC Driverfor Instant Client 12.1.0.1.0 '
    copying 'sqresja.dll'
    copying 'sqora32.dll'
    copying 'sqoras32.dll'
    copying 'sqresus.dll'
    Copying files for 'Oracle Globalization Support For Core 12.1.0.1.0 '
    Copying files for 'RDBMS Required Support Files for Instant Client 12.1.0.1.0 '
    moving 'E:\app\j1013565\product\12.1.0\dbhome_1/bin/oci.dll.dbl' to 'E:\app\j1013565\product\12.1.0\dbhome_1/bin/oci.dll'
    moving 'E:\app\j1013565\product\12.1.0\dbhome_1/bin/ociw32.dll.dbl' to 'E:\app\j1013565\product\12.1.0\dbhome_1/bin/ociw32.dll'
    Copying files for 'Oracle JFC Extended Windowing Toolkit 11.1.1.6.0 '
    Copying files for 'Cluster Verification Utility Common Files 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\cv\remenv\exectask.bat'.
    Copying files for 'Expat libraries 2.0.1.0.2 '
    Copying files for 'Perl Modules 5.14.1.0.0 '
    Copying files for 'LDAP Required Support Files 12.1.0.1.0 '
    Copying files for 'Perl Interpreter 5.14.1.0.0 '
    Copying files for 'Oracle R Enterprise Server Files 12.1.0.1.0 '
    Copying files for 'Oracle Real Application Testing 12.1.0.1.0 '
    moving 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\orarat12.dll.dbl' to 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\orarat12.dll'
    Copying files for 'Oracle Label Security 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\olsadmintool.bat.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\olsoidsync.bat.sbs'.
    Copying files for 'Oracle Locale Builder 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.bat'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.cl'.
    copying 'E:\app\j1013565\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.bat'
    Copying files for 'SSL Required Support Files for InstantClient 12.1.0.1.0 '
    Copying files for 'Oracle Data Mining RDBMS Files 12.1.0.1.0 '
    moving 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oradmop12.dll.dbl' to 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oradmop12.dll'
    Copying files for 'Oracle OLAP RDBMS Files 12.1.0.1.0 '
    moving 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oraolapop12.dll.dbl' to 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oraolapop12.dll'
    Copying files for 'Oracle OLAP API 12.1.0.1.0 '
    Copying files for 'Oracle Clusterware RDBMS Files 12.1.0.1.0 '
    Copying files for 'Oracle Database Vault option 12.1.0.1.0 '
    Copying files for 'Oracle Net Required Support Files 12.1.0.1.0 '
    copying 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\orancrypt12_ee.dll.dbl'
    Copying files for 'XDK Required Support Files 12.1.0.1.0 '
    Copying files for 'Platform Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle RAC Required Support Files-HAS 12.1.0.1.0 '
    Copying files for 'Oracle JDBC Server Support Package 12.1.0.1.0 '
    Copying files for 'Oracle SQL Developer 12.1.0.1.0 '
    Copying files for 'Oracle Application Express 12.1.0.1.0 '
    Copying files for 'Oracle Notification Service for Instant Client 12.1.0.1.0 '
    Copying files for 'RDBMS Required Support Files Runtime 12.1.0.1.0 '
    Copying files for 'SQLJ Runtime 12.1.0.1.0 '
    Copying files for 'Database Workspace Manager 12.1.0.1.0 '
    Copying files for 'Precompiler Common Files for Core 12.1.0.1.0 '
    Copying files for 'RDBMS Required Support Files 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\instOracle.key'.
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\instOracle.key'
    copying 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oravsn12_ee.dll.dbl'
    updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\eusm.bat.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\umu.bat.sbs'.
    Copying files for 'Parser Generator Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Notification Service (eONS) 12.1.0.1.0 '
    Copying files for 'Oracle Text ATG Language Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Text for Core 12.1.0.1.0 '
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\ctx\admin\dr0ulib.sql.sbs'
    Copying files for 'Precompiler Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Database 12c Multimedia Files 12.1.0.1.0 '
    Copying files for 'Oracle Multimedia Java Advanced Imaging 12.1.0.1.0 '
    Copying files for 'Oracle Globalization Support 12.1.0.1.0 '
    Copying files for 'Oracle Multimedia Locator Java Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Multimedia Locator RDBMS Files 12.1.0.1.0 '
    Copying files for 'Oracle Core Required Support Files for Core DB 12.1.0.1.0 '
    Copying files for 'Oracle Core Required Support Files 12.1.0.1.0 '
    Copying files for 'Sample Schema Data 12.1.0.1.0 '
    Copying files for 'Oracle Starter Database 12.1.0.1.0 '
    Copying files for 'Oracle Message Gateway Common Files 12.1.0.1.0 '
    Copying files for 'Oracle XML Query 12.1.0.1.0 '
    Copying files for 'Oracle Core XML Development Kit 12.1.0.1.0 '
    Copying files for 'XML Parser for Oracle JVM 12.1.0.1.0 '
    Copying files for 'Oracle JDBC/OCI Instant Client 12.1.0.1.0 '
    Copying files for 'Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Data Provider for .NET 12.1.0.1.0 '
    copying 'OracleDataProviderTechFilter.xml'
    Copying files for 'Oracle Database Deconfiguration 12.1.0.1.0 '
    Copying files for 'Oracle Quality of Service Management (Client) 12.1.0.1.0 '
    Copying files for 'Oracle Provider for OLE DB 12.1.0.1.0 '
    updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    Copying files for 'JAccelerator (COMPANION) 12.1.0.1.0 '
    Copying files for 'Oracle Containers for Java 12.1.0.1.0 '
    Copying files for 'Oracle JVM For Core 12.1.0.1.0 '
    Copying files for 'HAS Common Files 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\crs\sbs\srvctl.sbs'.
    Copying files for 'Oracle ODBC Driver 12.1.0.1.0 '
    Copying files for 'Secure Socket Layer 12.1.0.1.0 '
    Copying files for 'Oracle Universal Connection Pool 12.1.0.1.0 '
    Copying files for 'Oracle Multimedia Client Option 12.1.0.1.0 '
    Copying files for 'Oracle JDBC/THIN Interfaces 12.1.0.1.0 '
    Copying files for 'Oracle Java Client 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\statusnc.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\ncomp.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\deploync.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\loadjava.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\dropjava.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\ojvmjava.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\ojvmtc.sbs'.
    Copying files for 'Database Migration Assistant for Unicode 12.1.0.1.0 '
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\dmu\dmu\bin\dmu64.conf'
    copying 'E:\app\j1013565\product\12.1.0\dbhome_1\dmu\dmu\bin\dmu64.conf.dbl'
    Copying files for 'Oracle Administration Assistant for Windows 12.1.0.1.0 '
    Copying files for 'PL/SQL Embedded Gateway 12.1.0.1.0 '
    Copying files for 'OLAP SQL Scripts 12.1.0.1.0 '
    Copying files for 'Database SQL Scripts 12.1.0.1.0 '
    Copying files for 'Precompilers 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\precomp\admin\instpcbcfg.cfg'.
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\precomp\admin\instpcbcfg.cfg'
    Copying files for 'Oracle Extended Windowing Toolkit 11.1.1.6.0 '
    Copying files for 'SQL*Plus Files for Instant Client 12.1.0.1.0 '
    Copying files for 'Precompiler Common Files 12.1.0.1.0 '
    Copying files for 'Oracle Recovery Manager 12.1.0.1.0 '
    Copying files for 'PL/SQL 12.1.0.1.0 '
    Copying files for 'Oracle Providers for ASP.NET 12.1.0.1.0 '
    Copying files for 'Deinstallation Tool 12.1.0.1.0 '
    Copying files for 'Oracle Database Extensions for .NET 12.1.0.1.0 '
    Copying files for 'Oracle Net Java Required Support Files 12.1.0.1.0 '
    Copying files for 'XML Parser for Java 12.1.0.1.0 '
    Copying files for 'Oracle Security Developer Tools 12.1.0.1.0 '
    Copying files for 'Oracle Wallet Manager 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\owm\install\instowm.cl'.
    Copying files for 'Oracle Services For Microsoft Transaction Server 12.1.0.1.0 '
    copying 'omtssamp.sql'
    copying 'dlldata.c'
    copying 'account.cpp'
    copying 'account.def'
    copying 'account.dsp'
    copying 'account.dsw'
    copying 'account.idl'
    copying 'account.rc'
    copying 'accountps.def'
    copying 'accountps.mak'
    copying 'caccount.cpp'
    copying 'caccount.h'
    copying 'caccount.h0'
    copying 'caccount.rgs'
    copying 'dlldatax.h'
    copying 'getreceipt.cpp'
    copying 'getreceipt.h'
    copying 'getreceipt.rgs'
    copying 'movemoney.cpp'
    copying 'movemoney.h'
    copying 'movemoney.rgs'
    copying 'mtssamples.dsn'
    copying 'oramisc.h'
    copying 'resource.h'
    copying 'stdafx.cpp'
    copying 'stdafx.h'
    copying 'tlbcheck.dat'
    copying 'updatere.bin'
    copying 'updatereceipt.cpp'
    copying 'updatereceipt.h'
    copying 'updatereceipt.rgs'
    copying 'uuid.txt'
    copying 'oramts.h'
    copying 'oramtsadmin.sql'
    copying 'utl_oramts.sql'
    copying 'prvtoramts.plb'
    Copying files for 'Oracle Windows Interfaces 12.1.0.1.0 '
    Copying files for 'Oracle Ice Browser 11.1.1.6.0 '
    Copying files for 'Installation Plugin Files 12.1.0.1.0 '
    Copying files for 'Installation Common Files 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\clone\bin\clone.pl.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\install\config\oracle.rdbms.util.xml'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\addnode\addnode.bat'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\addnode\addnode_oraparam.ini.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\clone\clone_oraparam.ini.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\registerDll.bat.sbs'.
    Copying files for 'Oracle LDAP administration 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\ldifmigrator.orc'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\oidprovtool.orc'.
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\ldifmigrator.orc'
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\oidprovtool.orc'
    Copying files for 'Buildtools Common Files 12.1.0.1.0 '
    Copying files for 'Oracle Java Layout Engine 11.0.0.0.0 '
    Copying files for 'Oracle Database User Interface 11.0.0.0.0 '
    Copying files for 'Oracle Help Share Library 11.1.1.6.0 '
    Copying files for 'Oracle Help for Java 11.1.1.6.0 '
    Copying files for 'Assistant Common Files 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\bin\rconfig.sbs'.
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\bin\rconfig.sbs'
    Copying files for 'Oracle Net 12.1.0.1.0 '
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\network\install\sqlnet.ora.sbs'.
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\network\install\sbs\trcasst.sbs'.
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\network\install\sbs\trcasst.sbs'
    instantiating 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\netmgr.cl.sbs'.
    deleting 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\netmgr.cl.sbs'
    extracting 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help/mgr_help.jar'
    extracting file 'blafdoc.css' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\blafdoc.css'
    extracting file 'eHelp.xml' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\eHelp.xml'
    extracting file 'mgr.brs' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.brs'
    extracting file 'mgr.glo' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.glo'
    extracting file 'mgr.hhc' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.hhc'
    extracting file 'mgr.hs' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.hs'
    extracting file 'mgr.idx' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.idx'
    extracting file 'mgr.map' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.map'
    extracting file 'n8ahelpabout_oracle_advanced_security.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpabout_oracle_advanced_security.htm'
    extracting file 'n8ahelpaccepted.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaccepted.htm'
    extracting file 'n8ahelpaddress.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddress.htm'
    extracting file 'n8ahelpaddress_list_options_dialog_box.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddress_list_options_dialog_box.htm'
    extracting file 'n8ahelpaddresslist.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddresslist.htm'
    extracting file 'n8ahelpadvanced_service_options_dialog_.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpadvanced_service_options_dialog_.htm'
    extracting file 'n8ahelpauthentication_method.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpauthentication_method.htm'
    extracting file 'n8ahelpchange_the_oracle_context.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchange_the_oracle_context.htm'
    extracting file 'n8ahelpchoose_listener_name_dialog_box.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchoose_listener_name_dialog_box.htm'
    extracting file 'n8ahelpchoose_new_context_dialog_box.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchoose_new_context_dialog_box.htm'
    extracting file 'n8ahelpclient_load_balancing.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpclient_load_balancing.htm'
    extracting file 'n8ahelpcmanora_file.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcmanora_file.htm'
    extracting file 'n8ahelpcommand_menu.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcommand_menu.htm'
    extracting file 'n8ahelpconfigure_a_connect_desc00000028.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_desc00000028.htm'
    extracting file 'n8ahelpconfigure_a_connect_desc00000029.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_desc00000029.htm'
    extracting file 'n8ahelpconfigure_a_connect_descheterog.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_descheterog.htm'
    extracting file 'n8ahelpconfigure_a_connect_descrdb.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_descrdb.htm'
    extracting file 'n8ahelpconfigure_advanced_connect_data_.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_advanced_connect_data_.htm'
    extracting file 'n8ahelpconfigure_advanced_profile_infor.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_advanced_profile_infor.htm'
    extracting file 'n8ahelpconfigure_default_domains_for_cl.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_default_domains_for_cl.htm'
    extracting file 'n8ahelpconfigure_encryption.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_encryption.htm'
    extracting file 'n8ahelpconfigure_external_naming_method.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_external_naming_method.htm'
    extracting file 'n8ahelpconfigure_external_procedures_fo.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_external_procedures_fo.htm'
    extracting file 'n8ahelpconfigure_heterogeneous_services.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_heterogeneous_services.htm'
    extracting file 'n8ahelpconfigure_integrity.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_integrity.htm'
    extracting file 'n8ahelpconfigure_listener_addresses.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_listener_addresses.htm'
    extracting file 'n8ahelpconfigure_listener_logging_and_t.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_listener_logging_and_t.htm'
    extracting file 'n8ahelpconfigure_multiple_address_optio.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_multiple_address_optio.htm'
    extracting file 'n8ahelpconfigure_oracle_advance00000211.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_oracle_advance00000211.htm'
    extracting file 'n8ahelpconfigure_oracle_advance00000212.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_oracle_advance00000212.htm'
    extracting file 'n8ahelpconfigure_password_authe00000051.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_password_authe00000051.htm'
    extracting file 'n8ahelpconfigure_profile_logging_and_tr.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_profile_logging_and_tr.htm'
    extracting file 'n8ahelpconnect_data.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_data.htm'
    extracting file 'n8ahelpconnect_descriptor.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_descriptor.htm'
    extracting file 'n8ahelpconnect_identifier.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_identifier.htm'
    extracting file 'n8ahelpconnect_string.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_string.htm'
    extracting file 'n8ahelpconnectdata.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnectdata.htm'
    extracting file 'n8ahelpconnection_load_balancing.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnection_load_balancing.htm'
    extracting file 'n8ahelpconnecttime_failover.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnecttime_failover.htm'
    extracting file 'n8ahelpcreate_a_listener.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_a_listener.htm'
    extracting file 'n8ahelpcreate_a_net_service_name.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_a_net_service_name.htm'
    extracting file 'n8ahelpcreate_additional_protocol_addre.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_additional_protocol_addre.htm'
    extracting file 'n8ahelpcreate_network_route_information.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_network_route_information.htm'
    extracting file 'n8ahelpcybersafe.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcybersafe.htm'
    extracting file 'n8ahelpdatabase_identification_by_servi.htm' from 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8a

    Hi Srini,
    am following the same steps in installation guide, but not sure why am stuck in the same position
    log from UI:
    Verifying whether Central Inventory is locked by any other OUI session...
    Central Inventory is not locked.
    Loading products list. Please wait.
    Loading products. Please wait.
    Analyzing dependencies
    Setting up install types
    Executing pre-requisites
    Loading Oracle Database 12c
    Loading Enterprise Edition Options
    Loading Oracle Partitioning
    Loading Oracle Spatial and Graph
    Loading Oracle OLAP
    Loading Oracle Database 12c
    Loading Oracle Net Services
    Loading Oracle Text
    Loading HAS Files for DB
    Loading Oracle Net Listener
    Loading Oracle Internet Directory Client
    Loading Oracle Advanced Security
    Loading Oracle JVM
    Loading Database Configuration and Upgrade Assistants
    Loading Oracle Remote Configuration Agent
    Loading Oracle XML Development Kit
    Loading Oracle Multimedia
    Loading Oracle Multimedia Locator
    Loading SQL*Plus
    Loading Oracle Netca Client
    Loading Oracle Call Interface (OCI)
    Loading Oracle Programmer
    Loading Oracle Database Gateway for ODBC
    Loading Generic Connectivity Common Files
    Loading Oracle Database Utilities
    Loading Oracle Notification Service
    Loading Oracle Net
    Loading Assistant Common Files
    Loading Oracle Help for Java
    Loading Oracle Help Share Library
    Loading Oracle Database User Interface
    Loading Oracle Java Layout Engine
    Loading Buildtools Common Files
    Loading Oracle LDAP administration
    Loading Installation Common Files
    Loading Installation Plugin Files
    Loading Oracle Ice Browser
    Loading Oracle Windows Interfaces
    Loading Oracle Services For Microsoft Transaction Server
    Loading Oracle Wallet Manager
    Loading Oracle Security Developer Tools
    Loading XML Parser for Java
    Loading Oracle Net Java Required Support Files
    Loading Oracle Database Extensions for .NET
    Loading Deinstallation Tool
    Loading Oracle Providers for ASP.NET
    Loading PL/SQL
    Loading Oracle Recovery Manager
    Loading Precompiler Common Files
    Loading SQL*Plus Files for Instant Client
    Loading Oracle Extended Windowing Toolkit
    Loading Precompilers
    Loading Database SQL Scripts
    Loading OLAP SQL Scripts
    Loading PL/SQL Embedded Gateway
    Loading Oracle Administration Assistant for Windows
    Loading Database Migration Assistant for Unicode
    Loading Oracle Java Client
    Loading Oracle JDBC/THIN Interfaces
    Loading Oracle Multimedia Client Option
    Loading Oracle Universal Connection Pool
    Loading Secure Socket Layer
    Loading Oracle ODBC Driver
    Loading HAS Common Files
    Loading Oracle JVM For Core
    Loading Oracle Containers for Java
    Loading JAccelerator (COMPANION)
    Loading Oracle Provider for OLE DB
    Loading Oracle Quality of Service Management (Client)
    Loading Oracle Database Deconfiguration
    Loading Oracle Data Provider for .NET
    Loading Required Support Files
    Loading Oracle JDBC/OCI Instant Client
    Loading XML Parser for Oracle JVM
    Loading Oracle Core XML Development Kit
    Loading Oracle XML Query
    Loading Oracle Message Gateway Common Files
    Loading Oracle Starter Database
    Loading Sample Schema Data
    Loading Oracle Core Required Support Files
    Loading Oracle Core Required Support Files for Core DB
    Loading Oracle Multimedia Locator RDBMS Files
    Loading Oracle Multimedia Locator Java Required Support Files
    Loading Oracle Globalization Support
    Loading Oracle Multimedia Java Advanced Imaging
    Loading Oracle Database 12c Multimedia Files
    Loading Precompiler Required Support Files
    Loading Oracle Text for Core
    Loading Oracle Text ATG Language Support Files
    Loading Oracle Notification Service (eONS)
    Loading Parser Generator Required Support Files
    Loading RDBMS Required Support Files
    Loading Precompiler Common Files for Core
    Loading Database Workspace Manager
    Loading SQLJ Runtime
    Loading RDBMS Required Support Files Runtime
    Loading Oracle Notification Service for Instant Client
    Loading Oracle Application Express
    Loading Oracle SQL Developer
    Loading Oracle JDBC Server Support Package
    Loading Oracle RAC Required Support Files-HAS
    Loading Platform Required Support Files
    Loading XDK Required Support Files
    Loading Oracle Net Required Support Files
    Loading Oracle Database Vault option
    Loading Oracle Clusterware RDBMS Files
    Loading Oracle OLAP API
    Loading Oracle OLAP RDBMS Files
    Loading Oracle Data Mining RDBMS Files
    Loading SSL Required Support Files for InstantClient
    Loading Oracle Locale Builder
    Loading Oracle Label Security
    Loading Oracle Real Application Testing
    Loading Oracle R Enterprise Server Files
    Loading Perl Interpreter
    Loading LDAP Required Support Files
    Loading Perl Modules
    Loading Expat libraries
    Loading Cluster Verification Utility Common Files
    Loading Oracle JFC Extended Windowing Toolkit
    Loading RDBMS Required Support Files for Instant Client
    Loading Oracle Globalization Support For Core
    Loading Oracle ODBC Driverfor Instant Client
    Loading Oracle Bali Share
    Loading Oracle Globalization Support
    Loading Oracle Configuration Manager
    Loading Oracle Configuration Manager Client
    Loading Oracle DBCA Deconfiguration
    Loading Oracle RAC Deconfiguration
    Loading Oracle Configuration Manager Deconfiguration
    Loading Oracle USM Deconfiguration
    Loading Oracle Universal Installer
    Loading Oracle One-Off Patch Installer
    Loading Installer SDK Component
    Loading oracle.swd.oui.core.min
    Loading Sun JDK
    Loading dialogs for Oracle Database 12c
    Loading dialogs for Enterprise Edition Options
    Loading dialogs for Oracle Partitioning
    Loading dialogs for Oracle Spatial and Graph
    Loading dialogs for Oracle OLAP
    Loading dialogs for Oracle Database 12c
    Loading dialogs for Oracle Net Services
    Loading dialogs for Oracle Text
    Loading dialogs for HAS Files for DB
    Loading dialogs for Oracle Net Listener
    Loading dialogs for Oracle Internet Directory Client
    Loading dialogs for Oracle Advanced Security
    Loading dialogs for Oracle JVM
    Loading dialogs for Database Configuration and Upgrade Assistants
    Loading dialogs for Oracle Remote Configuration Agent
    Loading dialogs for Oracle XML Development Kit
    Loading dialogs for Oracle Multimedia
    Loading dialogs for Oracle Multimedia Locator
    Loading dialogs for SQL*Plus
    Loading dialogs for Oracle Netca Client
    Loading dialogs for Oracle Call Interface (OCI)
    Loading dialogs for Oracle Programmer
    Loading dialogs for Oracle Database Gateway for ODBC
    Loading dialogs for Generic Connectivity Common Files
    Loading dialogs for Oracle Database Utilities
    Loading dialogs for Oracle Notification Service
    Loading dialogs for Oracle Net
    Loading dialogs for Assistant Common Files
    Loading dialogs for Oracle Help for Java
    Loading dialogs for Oracle Help Share Library
    Loading dialogs for Oracle Database User Interface
    Loading dialogs for Oracle Java Layout Engine
    Loading dialogs for Buildtools Common Files
    Loading dialogs for Oracle LDAP administration
    Loading dialogs for Installation Common Files
    Loading dialogs for Installation Plugin Files
    Loading dialogs for Oracle Ice Browser
    Loading dialogs for Oracle Windows Interfaces
    Loading dialogs for Oracle Services For Microsoft Transaction Server
    Loading dialogs for Oracle Wallet Manager
    Loading dialogs for Oracle Security Developer Tools
    Loading dialogs for XML Parser for Java
    Loading dialogs for Oracle Net Java Required Support Files
    Loading dialogs for Oracle Database Extensions for .NET
    Loading dialogs for Deinstallation Tool
    Loading dialogs for Oracle Providers for ASP.NET
    Loading dialogs for PL/SQL
    Loading dialogs for Oracle Recovery Manager
    Loading dialogs for Precompiler Common Files
    Loading dialogs for SQL*Plus Files for Instant Client
    Loading dialogs for Oracle Extended Windowing Toolkit
    Loading dialogs for Precompilers
    Loading dialogs for Database SQL Scripts
    Loading dialogs for OLAP SQL Scripts
    Loading dialogs for PL/SQL Embedded Gateway
    Loading dialogs for Oracle Administration Assistant for Windows
    Loading dialogs for Database Migration Assistant for Unicode
    Loading dialogs for Oracle Java Client
    Loading dialogs for Oracle JDBC/THIN Interfaces
    Loading dialogs for Oracle Multimedia Client Option
    Loading dialogs for Oracle Universal Connection Pool
    Loading dialogs for Secure Socket Layer
    Loading dialogs for Oracle ODBC Driver
    Loading dialogs for HAS Common Files
    Loading dialogs for Oracle JVM For Core
    Loading dialogs for Oracle Containers for Java
    Loading dialogs for JAccelerator (COMPANION)
    Loading dialogs for Oracle Provider for OLE DB
    Loading dialogs for Oracle Quality of Service Management (Client)
    Loading dialogs for Oracle Database Deconfiguration
    Loading dialogs for Oracle Data Provider for .NET
    Loading dialogs for Required Support Files
    Loading dialogs for Oracle JDBC/OCI Instant Client
    Loading dialogs for XML Parser for Oracle JVM
    Loading dialogs for Oracle Core XML Development Kit
    Loading dialogs for Oracle XML Query
    Loading dialogs for Oracle Message Gateway Common Files
    Loading dialogs for Oracle Starter Database
    Loading dialogs for Sample Schema Data
    Loading dialogs for Oracle Core Required Support Files
    Loading dialogs for Oracle Core Required Support Files for Core DB
    Loading dialogs for Oracle Multimedia Locator RDBMS Files
    Loading dialogs for Oracle Multimedia Locator Java Required Support Files
    Loading dialogs for Oracle Globalization Support
    Loading dialogs for Oracle Multimedia Java Advanced Imaging
    Loading dialogs for Oracle Database 12c Multimedia Files
    Loading dialogs for Precompiler Required Support Files
    Loading dialogs for Oracle Text for Core
    Loading dialogs for Oracle Text ATG Language Support Files
    Loading dialogs for Oracle Notification Service (eONS)
    Loading dialogs for Parser Generator Required Support Files
    Loading dialogs for RDBMS Required Support Files
    Loading dialogs for Precompiler Common Files for Core
    Loading dialogs for Database Workspace Manager
    Loading dialogs for SQLJ Runtime
    Loading dialogs for RDBMS Required Support Files Runtime
    Loading dialogs for Oracle Notification Service for Instant Client
    Loading dialogs for Oracle Application Express
    Loading dialogs for Oracle SQL Developer
    Loading dialogs for Oracle JDBC Server Support Package
    Loading dialogs for Oracle RAC Required Support Files-HAS
    Loading dialogs for Platform Required Support Files
    Loading dialogs for XDK Required Support Files
    Loading dialogs for Oracle Net Required Support Files
    Loading dialogs for Oracle Database Vault option
    Loading dialogs for Oracle Clusterware RDBMS Files
    Loading dialogs for Oracle OLAP API
    Loading dialogs for Oracle OLAP RDBMS Files
    Loading dialogs for Oracle Data Mining RDBMS Files
    Loading dialogs for SSL Required Support Files for InstantClient
    Loading dialogs for Oracle Locale Builder
    Loading dialogs for Oracle Label Security
    Loading dialogs for Oracle Real Application Testing
    Loading dialogs for Oracle R Enterprise Server Files
    Loading dialogs for Perl Interpreter
    Loading dialogs for LDAP Required Support Files
    Loading dialogs for Perl Modules
    Loading dialogs for Expat libraries
    Loading dialogs for Cluster Verification Utility Common Files
    Loading dialogs for Oracle JFC Extended Windowing Toolkit
    Loading dialogs for RDBMS Required Support Files for Instant Client
    Loading dialogs for Oracle Globalization Support For Core
    Loading dialogs for Oracle ODBC Driverfor Instant Client
    Loading dialogs for Oracle Bali Share
    Loading dialogs for Oracle Globalization Support
    Loading dialogs for Oracle Configuration Manager
    Loading dialogs for Oracle Configuration Manager Client
    Loading dialogs for Oracle DBCA Deconfiguration
    Loading dialogs for Oracle RAC Deconfiguration
    Loading dialogs for Oracle Configuration Manager Deconfiguration
    Loading dialogs for Oracle USM Deconfiguration
    Loading dialogs for Oracle Universal Installer
    Loading dialogs for Oracle One-Off Patch Installer
    Loading dialogs for Installer SDK Component
    Loading dialogs for oracle.swd.oui.core.min
    Loading dialogs for Sun JDK
    Processing Oracle Database 12c 12.1.0.1.0
    Processing Enterprise Edition Options 12.1.0.1.0
    Processing Oracle Partitioning 12.1.0.1.0
    Processing Oracle Spatial and Graph 12.1.0.1.0
    Processing Oracle OLAP 12.1.0.1.0
    Processing Oracle Database 12c 12.1.0.1.0
    Processing Oracle Net Services 12.1.0.1.0
    Processing Oracle Text 12.1.0.1.0
    Processing HAS Files for DB 12.1.0.1.0
    Processing Oracle Net Listener 12.1.0.1.0
    Processing Oracle Internet Directory Client 12.1.0.1.0
    Processing Oracle Advanced Security 12.1.0.1.0
    Processing Oracle JVM 12.1.0.1.0
    Processing Database Configuration and Upgrade Assistants 12.1.0.1.0
    Processing Oracle Remote Configuration Agent 12.1.0.1.0
    Processing Oracle XML Development Kit 12.1.0.1.0
    Processing Oracle Multimedia 12.1.0.1.0
    Processing Oracle Multimedia Locator 12.1.0.1.0
    Processing SQL*Plus 12.1.0.1.0
    Processing Oracle Netca Client 12.1.0.1.0
    Processing Oracle Call Interface (OCI) 12.1.0.1.0
    Processing Oracle Programmer 12.1.0.1.0
    Processing Oracle Database Gateway for ODBC 12.1.0.1.0
    Processing Generic Connectivity Common Files 12.1.0.1.0
    Processing Oracle Database Utilities 12.1.0.1.0
    Processing Oracle Notification Service 12.1.0.1.0
    Processing Oracle Net 12.1.0.1.0
    Processing Assistant Common Files 12.1.0.1.0
    Processing Oracle Help for Java 11.1.1.6.0
    Processing Oracle Help Share Library 11.1.1.6.0
    Processing Oracle Database User Interface 11.0.0.0.0
    Processing Oracle Java Layout Engine 11.0.0.0.0
    Processing Buildtools Common Files 12.1.0.1.0
    Processing Oracle LDAP administration 12.1.0.1.0
    Processing Installation Common Files 12.1.0.1.0
    Processing Installation Plugin Files 12.1.0.1.0
    Processing Oracle Ice Browser 11.1.1.6.0
    Processing Oracle Windows Interfaces 12.1.0.1.0
    Processing Oracle Services For Microsoft Transaction Server 12.1.0.1.0
    Processing Oracle Wallet Manager 12.1.0.1.0
    Processing Oracle Security Developer Tools 12.1.0.1.0
    Processing XML Parser for Java 12.1.0.1.0
    Processing Oracle Net Java Required Support Files 12.1.0.1.0
    Processing Oracle Database Extensions for .NET 12.1.0.1.0
    Processing Deinstallation Tool 12.1.0.1.0
    Processing Oracle Providers for ASP.NET 12.1.0.1.0
    Processing PL/SQL 12.1.0.1.0
    Processing Oracle Recovery Manager 12.1.0.1.0
    Processing Precompiler Common Files 12.1.0.1.0
    Processing SQL*Plus Files for Instant Client 12.1.0.1.0
    Processing Oracle Extended Windowing Toolkit 11.1.1.6.0
    Processing Precompilers 12.1.0.1.0
    Processing Database SQL Scripts 12.1.0.1.0
    Processing OLAP SQL Scripts 12.1.0.1.0
    Processing PL/SQL Embedded Gateway 12.1.0.1.0
    Processing Oracle Administration Assistant for Windows 12.1.0.1.0
    Processing Database Migration Assistant for Unicode 12.1.0.1.0
    Processing Oracle Java Client 12.1.0.1.0
    Processing Oracle JDBC/THIN Interfaces 12.1.0.1.0
    Processing Oracle Multimedia Client Option 12.1.0.1.0
    Processing Oracle Universal Connection Pool 12.1.0.1.0
    Processing Secure Socket Layer 12.1.0.1.0
    Processing Oracle ODBC Driver 12.1.0.1.0
    Processing HAS Common Files 12.1.0.1.0
    Processing Oracle JVM For Core 12.1.0.1.0
    Processing Oracle Containers for Java 12.1.0.1.0
    Processing JAccelerator (COMPANION) 12.1.0.1.0
    Processing Oracle Provider for OLE DB 12.1.0.1.0
    Processing Oracle Quality of Service Management (Client) 12.1.0.1.0
    Processing Oracle Database Deconfiguration 12.1.0.1.0
    Processing Oracle Data Provider for .NET 12.1.0.1.0
    Processing Required Support Files 12.1.0.1.0
    Processing Oracle JDBC/OCI Instant Client 12.1.0.1.0
    Processing XML Parser for Oracle JVM 12.1.0.1.0
    Processing Oracle Core XML Development Kit 12.1.0.1.0
    Processing Oracle XML Query 12.1.0.1.0
    Processing Oracle Message Gateway Common Files 12.1.0.1.0
    Processing Oracle Starter Database 12.1.0.1.0
    Processing Sample Schema Data 12.1.0.1.0
    Processing Oracle Core Required Support Files 12.1.0.1.0
    Processing Oracle Core Required Support Files for Core DB 12.1.0.1.0
    Processing Oracle Multimedia Locator RDBMS Files 12.1.0.1.0
    Processing Oracle Multimedia Locator Java Required Support Files 12.1.0.1.0
    Processing Oracle Globalization Support 12.1.0.1.0
    Processing Oracle Multimedia Java Advanced Imaging 12.1.0.1.0
    Processing Oracle Database 12c Multimedia Files 12.1.0.1.0
    Processing Precompiler Required Support Files 12.1.0.1.0
    Processing Oracle Text for Core 12.1.0.1.0
    Processing Oracle Text ATG Language Support Files 12.1.0.1.0
    Processing Oracle Notification Service (eONS) 12.1.0.1.0
    Processing Parser Generator Required Support Files 12.1.0.1.0
    Processing RDBMS Required Support Files 12.1.0.1.0
    Processing Precompiler Common Files for Core 12.1.0.1.0
    Processing Database Workspace Manager 12.1.0.1.0
    Processing SQLJ Runtime 12.1.0.1.0
    Processing RDBMS Required Support Files Runtime 12.1.0.1.0
    Processing Oracle Notification Service for Instant Client 12.1.0.1.0
    Processing Oracle Application Express 12.1.0.1.0
    Processing Oracle SQL Developer 12.1.0.1.0
    Processing Oracle JDBC Server Support Package 12.1.0.1.0
    Processing Oracle RAC Required Support Files-HAS 12.1.0.1.0
    Processing Platform Required Support Files 12.1.0.1.0
    Processing XDK Required Support Files 12.1.0.1.0
    Processing Oracle Net Required Support Files 12.1.0.1.0
    Processing Oracle Database Vault option 12.1.0.1.0
    Processing Oracle Clusterware RDBMS Files 12.1.0.1.0
    Processing Oracle OLAP API 12.1.0.1.0
    Processing Oracle OLAP RDBMS Files 12.1.0.1.0
    Processing Oracle Data Mining RDBMS Files 12.1.0.1.0
    Processing SSL Required Support Files for InstantClient 12.1.0.1.0
    Processing Oracle Locale Builder 12.1.0.1.0
    Processing Oracle Label Security 12.1.0.1.0
    Processing Oracle Real Application Testing 12.1.0.1.0
    Processing Oracle R Enterprise Server Files 12.1.0.1.0
    Processing Perl Interpreter 5.14.1.0.0
    Processing LDAP Required Support Files 12.1.0.1.0
    Processing Perl Modules 5.14.1.0.0
    Processing Expat libraries 2.0.1.0.2
    Processing Cluster Verification Utility Common Files 12.1.0.1.0
    Processing Oracle JFC Extended Windowing Toolkit 11.1.1.6.0
    Processing RDBMS Required Support Files for Instant Client 12.1.0.1.0
    Processing Oracle Globalization Support For Core 12.1.0.1.0
    Processing Oracle ODBC Driverfor Instant Client 12.1.0.1.0
    Processing Oracle Bali Share 11.1.1.6.0
    Processing Oracle Globalization Support 12.1.0.1.0
    Processing Oracle Configuration Manager 10.3.7.0.3
    Processing Oracle Configuration Manager Client 10.3.2.1.0
    Processing Oracle DBCA Deconfiguration 12.1.0.1.0
    Processing Oracle RAC Deconfiguration 12.1.0.1.0
    Processing Oracle Configuration Manager Deconfiguration 10.3.1.0.0
    Processing Oracle USM Deconfiguration 12.1.0.1.0
    Processing Oracle Universal Installer 12.1.0.1.0
    Processing Oracle One-Off Patch Installer 12.1.0.1.0
    Processing Installer SDK Component 12.1.0.1.0
    Processing oracle.swd.oui.core.min 12.1.0.1.0
    Processing Sun JDK 1.6.0.37.0
    Synchronizing inventory. Please wait...
    Updating Libraries
    Starting Installations
    Synchronizing inventory. Please wait...
    Installation in progress
    Extracting files to 'E:\12c\product\12.1.0\dbhome_1'.
    Installation in progress
    Copying files for 'Sun JDK 1.6.0.37.0 '
    Copying files for 'oracle.swd.oui.core.min 12.1.0.1.0 '
    Copying files for 'Installer SDK Component 12.1.0.1.0 '
    creating 'Universal Installer' in folder 'Oracle - OraDB12Home1\Oracle Installation Products'
    instantiating 'E:\12c\product\12.1.0\dbhome_1\oui\oraparam.ini'.
    Copying files for 'Oracle One-Off Patch Installer 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\OPatch\opatch.ini'.
    Copying files for 'Oracle Universal Installer 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\oui\bin\platform\win64\attachHome.bat'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\oui\bin\platform\win64\detachHome.bat'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\oui\bin\platform\win64\runConfig.bat'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\oui\bin\platform\win64\addLangs.bat'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\oui\clusterparam.ini'.
    Copying files for 'Oracle USM Deconfiguration 12.1.0.1.0 '
    Copying files for 'Oracle Configuration Manager Deconfiguration 10.3.1.0.0 '
    Copying files for 'Oracle RAC Deconfiguration 12.1.0.1.0 '
    Copying files for 'Oracle DBCA Deconfiguration 12.1.0.1.0 '
    Copying files for 'Oracle Configuration Manager Client 10.3.2.1.0 '
    Copying files for 'Oracle Configuration Manager 10.3.7.0.3 '
    extracting 'E:\12c\product\12.1.0\dbhome_1\sysman\install\ccr.zip'
    extracting file 'README.pdf' from 'E:\12c\product\12.1.0\dbhome_1\ccr\README.pdf'
    extracting file 'OCMJarUtil.class' from 'E:\12c\product\12.1.0\dbhome_1\ccr\bin\OCMJarUtil.class'
    extracting file 'emocmrsp.bat' from 'E:\12c\product\12.1.0\dbhome_1\ccr\bin\emocmrsp.bat'
    extracting file 'msvcr71.dll' from 'E:\12c\product\12.1.0\dbhome_1\ccr\bin\msvcr71.dll'
    extracting file 'ccr.properties' from 'E:\12c\product\12.1.0\dbhome_1\ccr\config\ccr.properties'
    extracting file 'ccr.properties' from 'E:\12c\product\12.1.0\dbhome_1\ccr\config\default\ccr.properties'
    extracting file 'jsse_license.html' from 'E:\12c\product\12.1.0\dbhome_1\ccr\doc\jsse_license.html'
    extracting file 'core.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\inventory\pending\core.jar'
    extracting file 'engines.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\inventory\pending\engines.jar'
    extracting file 'metricdata.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\inventory\pending\metricdata.jar'
    extracting file 'rda.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\inventory\pending\rda.jar'
    extracting file 'rdacewin.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\inventory\pending\rdacewin.jar'
    extracting file 'scripts.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\inventory\pending\scripts.jar'
    extracting file 'OsInfo.class' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\OsInfo.class'
    extracting file 'configCCR.vbs' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\configCCR.vbs'
    extracting file 'coreutil.vbs' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\coreutil.vbs'
    extracting file 'deployPackages.vbs' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\deployPackages.vbs'
    extracting file 'emSnapshotEnv.vbs' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\emSnapshotEnv.vbs'
    extracting file 'emocmclnt-14.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\emocmclnt-14.jar'
    extracting file 'emocmclnt.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\emocmclnt.jar'
    extracting file 'emocmcommon.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\emocmcommon.jar'
    extracting file 'emocmutl.vbs' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\emocmutl.vbs'
    extracting file 'http_client.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\http_client.jar'
    extracting file 'jcert.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\jcert.jar'
    extracting file 'jnet.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\jnet.jar'
    extracting file 'jsse.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\jsse.jar'
    extracting file 'log4j-core.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\log4j-core.jar'
    extracting file 'osdt_core3.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\osdt_core3.jar'
    extracting file 'osdt_jce.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\osdt_jce.jar'
    extracting file 'regexp.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\regexp.jar'
    extracting file 'xmlparserv2.jar' from 'E:\12c\product\12.1.0\dbhome_1\ccr\lib\xmlparserv2.jar'
    extracting file 'setupCCR.exe' from 'E:\12c\product\12.1.0\dbhome_1\ccr\bin\setupCCR.exe'
    extracting file 'ocmJarUtil.bat' from 'E:\12c\product\12.1.0\dbhome_1\ccr\bin\ocmJarUtil.bat'
    deleting 'E:\12c\product\12.1.0\dbhome_1\sysman\install\ccr.zip'
    Copying files for 'Oracle Globalization Support 12.1.0.1.0 '
    Copying files for 'Oracle Bali Share 11.1.1.6.0 '
    Copying files for 'Oracle ODBC Driverfor Instant Client 12.1.0.1.0 '
    copying 'sqresja.dll'
    copying 'sqora32.dll'
    copying 'sqoras32.dll'
    copying 'sqresus.dll'
    Copying files for 'Oracle Globalization Support For Core 12.1.0.1.0 '
    Copying files for 'RDBMS Required Support Files for Instant Client 12.1.0.1.0 '
    moving 'E:\12c\product\12.1.0\dbhome_1/bin/oci.dll.dbl' to 'E:\12c\product\12.1.0\dbhome_1/bin/oci.dll'
    moving 'E:\12c\product\12.1.0\dbhome_1/bin/ociw32.dll.dbl' to 'E:\12c\product\12.1.0\dbhome_1/bin/ociw32.dll'
    Copying files for 'Oracle JFC Extended Windowing Toolkit 11.1.1.6.0 '
    Copying files for 'Cluster Verification Utility Common Files 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\cv\remenv\exectask.bat'.
    Copying files for 'Expat libraries 2.0.1.0.2 '
    Copying files for 'Perl Modules 5.14.1.0.0 '
    Copying files for 'LDAP Required Support Files 12.1.0.1.0 '
    Copying files for 'Perl Interpreter 5.14.1.0.0 '
    Copying files for 'Oracle R Enterprise Server Files 12.1.0.1.0 '
    Copying files for 'Oracle Real Application Testing 12.1.0.1.0 '
    moving 'E:\12c\product\12.1.0\dbhome_1\bin\orarat12.dll.dbl' to 'E:\12c\product\12.1.0\dbhome_1\bin\orarat12.dll'
    Copying files for 'Oracle Label Security 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\rdbms\install\sbs\olsadmintool.bat.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\rdbms\install\sbs\olsoidsync.bat.sbs'.
    Copying files for 'Oracle Locale Builder 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.bat'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.cl'.
    copying 'E:\12c\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.bat'
    Copying files for 'SSL Required Support Files for InstantClient 12.1.0.1.0 '
    Copying files for 'Oracle Data Mining RDBMS Files 12.1.0.1.0 '
    moving 'E:\12c\product\12.1.0\dbhome_1\bin\oradmop12.dll.dbl' to 'E:\12c\product\12.1.0\dbhome_1\bin\oradmop12.dll'
    Copying files for 'Oracle OLAP RDBMS Files 12.1.0.1.0 '
    moving 'E:\12c\product\12.1.0\dbhome_1\bin\oraolapop12.dll.dbl' to 'E:\12c\product\12.1.0\dbhome_1\bin\oraolapop12.dll'
    Copying files for 'Oracle OLAP API 12.1.0.1.0 '
    Copying files for 'Oracle Clusterware RDBMS Files 12.1.0.1.0 '
    Copying files for 'Oracle Database Vault option 12.1.0.1.0 '
    Copying files for 'Oracle Net Required Support Files 12.1.0.1.0 '
    copying 'E:\12c\product\12.1.0\dbhome_1\bin\orancrypt12_ee.dll.dbl'
    Copying files for 'XDK Required Support Files 12.1.0.1.0 '
    Copying files for 'Platform Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle RAC Required Support Files-HAS 12.1.0.1.0 '
    Copying files for 'Oracle JDBC Server Support Package 12.1.0.1.0 '
    Copying files for 'Oracle SQL Developer 12.1.0.1.0 '
    Copying files for 'Oracle Application Express 12.1.0.1.0 '
    Copying files for 'Oracle Notification Service for Instant Client 12.1.0.1.0 '
    Copying files for 'RDBMS Required Support Files Runtime 12.1.0.1.0 '
    Copying files for 'SQLJ Runtime 12.1.0.1.0 '
    Copying files for 'Database Workspace Manager 12.1.0.1.0 '
    Copying files for 'Precompiler Common Files for Core 12.1.0.1.0 '
    Copying files for 'RDBMS Required Support Files 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\bin\instOracle.key'.
    deleting 'E:\12c\product\12.1.0\dbhome_1\bin\instOracle.key'
    copying 'E:\12c\product\12.1.0\dbhome_1\bin\oravsn12_pe.dll.dbl'
    updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    instantiating 'E:\12c\product\12.1.0\dbhome_1\rdbms\install\sbs\eusm.bat.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\rdbms\install\sbs\umu.bat.sbs'.
    Copying files for 'Parser Generator Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Notification Service (eONS) 12.1.0.1.0 '
    Copying files for 'Oracle Text ATG Language Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Text for Core 12.1.0.1.0 '
    deleting 'E:\12c\product\12.1.0\dbhome_1\ctx\admin\dr0ulib.sql.sbs'
    Copying files for 'Precompiler Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Database 12c Multimedia Files 12.1.0.1.0 '
    Copying files for 'Oracle Multimedia Java Advanced Imaging 12.1.0.1.0 '
    Copying files for 'Oracle Globalization Support 12.1.0.1.0 '
    Copying files for 'Oracle Multimedia Locator Java Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Multimedia Locator RDBMS Files 12.1.0.1.0 '
    Copying files for 'Oracle Core Required Support Files for Core DB 12.1.0.1.0 '
    Copying files for 'Oracle Core Required Support Files 12.1.0.1.0 '
    Copying files for 'Sample Schema Data 12.1.0.1.0 '
    Copying files for 'Oracle Starter Database 12.1.0.1.0 '
    Copying files for 'Oracle Message Gateway Common Files 12.1.0.1.0 '
    Copying files for 'Oracle XML Query 12.1.0.1.0 '
    Copying files for 'Oracle Core XML Development Kit 12.1.0.1.0 '
    Copying files for 'XML Parser for Oracle JVM 12.1.0.1.0 '
    Copying files for 'Oracle JDBC/OCI Instant Client 12.1.0.1.0 '
    Copying files for 'Required Support Files 12.1.0.1.0 '
    Copying files for 'Oracle Data Provider for .NET 12.1.0.1.0 '
    copying 'OracleDataProviderTechFilter.xml'
    Copying files for 'Oracle Database Deconfiguration 12.1.0.1.0 '
    Copying files for 'Oracle Quality of Service Management (Client) 12.1.0.1.0 '
    Copying files for 'Oracle Provider for OLE DB 12.1.0.1.0 '
    updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    Copying files for 'JAccelerator (COMPANION) 12.1.0.1.0 '
    Copying files for 'Oracle Containers for Java 12.1.0.1.0 '
    Copying files for 'Oracle JVM For Core 12.1.0.1.0 '
    Copying files for 'HAS Common Files 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\crs\sbs\srvctl.sbs'.
    Copying files for 'Oracle ODBC Driver 12.1.0.1.0 '
    Copying files for 'Secure Socket Layer 12.1.0.1.0 '
    Copying files for 'Oracle Universal Connection Pool 12.1.0.1.0 '
    Copying files for 'Oracle Multimedia Client Option 12.1.0.1.0 '
    Copying files for 'Oracle JDBC/THIN Interfaces 12.1.0.1.0 '
    Copying files for 'Oracle Java Client 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\javavm\install\sbs\statusnc.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\javavm\install\sbs\ncomp.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\javavm\install\sbs\deploync.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\javavm\install\sbs\loadjava.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\javavm\install\sbs\dropjava.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\javavm\install\sbs\ojvmjava.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\javavm\install\sbs\ojvmtc.sbs'.
    Copying files for 'Database Migration Assistant for Unicode 12.1.0.1.0 '
    deleting 'E:\12c\product\12.1.0\dbhome_1\dmu\dmu\bin\dmu64.conf'
    copying 'E:\12c\product\12.1.0\dbhome_1\dmu\dmu\bin\dmu64.conf.dbl'
    Copying files for 'Oracle Administration Assistant for Windows 12.1.0.1.0 '
    Copying files for 'PL/SQL Embedded Gateway 12.1.0.1.0 '
    Copying files for 'OLAP SQL Scripts 12.1.0.1.0 '
    Copying files for 'Database SQL Scripts 12.1.0.1.0 '
    Copying files for 'Precompilers 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\precomp\admin\instpcbcfg.cfg'.
    deleting 'E:\12c\product\12.1.0\dbhome_1\precomp\admin\instpcbcfg.cfg'
    Copying files for 'Oracle Extended Windowing Toolkit 11.1.1.6.0 '
    Copying files for 'SQL*Plus Files for Instant Client 12.1.0.1.0 '
    Copying files for 'Precompiler Common Files 12.1.0.1.0 '
    Copying files for 'Oracle Recovery Manager 12.1.0.1.0 '
    Copying files for 'PL/SQL 12.1.0.1.0 '
    Copying files for 'Oracle Providers for ASP.NET 12.1.0.1.0 '
    Copying files for 'Deinstallation Tool 12.1.0.1.0 '
    Copying files for 'Oracle Database Extensions for .NET 12.1.0.1.0 '
    Copying files for 'Oracle Net Java Required Support Files 12.1.0.1.0 '
    Copying files for 'XML Parser for Java 12.1.0.1.0 '
    Copying files for 'Oracle Security Developer Tools 12.1.0.1.0 '
    Copying files for 'Oracle Wallet Manager 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\owm\install\instowm.cl'.
    Copying files for 'Oracle Services For Microsoft Transaction Server 12.1.0.1.0 '
    copying 'omtssamp.sql'
    copying 'dlldata.c'
    copying 'account.cpp'
    copying 'account.def'
    copying 'account.dsp'
    copying 'account.dsw'
    copying 'account.idl'
    copying 'account.rc'
    copying 'accountps.def'
    copying 'accountps.mak'
    copying 'caccount.cpp'
    copying 'caccount.h'
    copying 'caccount.h0'
    copying 'caccount.rgs'
    copying 'dlldatax.h'
    copying 'getreceipt.cpp'
    copying 'getreceipt.h'
    copying 'getreceipt.rgs'
    copying 'movemoney.cpp'
    copying 'movemoney.h'
    copying 'movemoney.rgs'
    copying 'mtssamples.dsn'
    copying 'oramisc.h'
    copying 'resource.h'
    copying 'stdafx.cpp'
    copying 'stdafx.h'
    copying 'tlbcheck.dat'
    copying 'updatere.bin'
    copying 'updatereceipt.cpp'
    copying 'updatereceipt.h'
    copying 'updatereceipt.rgs'
    copying 'uuid.txt'
    copying 'oramts.h'
    copying 'oramtsadmin.sql'
    copying 'utl_oramts.sql'
    copying 'prvtoramts.plb'
    Copying files for 'Oracle Windows Interfaces 12.1.0.1.0 '
    Copying files for 'Oracle Ice Browser 11.1.1.6.0 '
    Copying files for 'Installation Plugin Files 12.1.0.1.0 '
    Copying files for 'Installation Common Files 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\clone\bin\clone.pl.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\install\config\oracle.rdbms.util.xml'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\addnode\addnode.bat'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\addnode\addnode_oraparam.ini.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\clone\clone_oraparam.ini.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\bin\registerDll.bat.sbs'.
    Copying files for 'Oracle LDAP administration 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\ldap\install\ldifmigrator.orc'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\ldap\install\oidprovtool.orc'.
    deleting 'E:\12c\product\12.1.0\dbhome_1\ldap\install\ldifmigrator.orc'
    deleting 'E:\12c\product\12.1.0\dbhome_1\ldap\install\oidprovtool.orc'
    Copying files for 'Buildtools Common Files 12.1.0.1.0 '
    Copying files for 'Oracle Java Layout Engine 11.0.0.0.0 '
    Copying files for 'Oracle Database User Interface 11.0.0.0.0 '
    Copying files for 'Oracle Help Share Library 11.1.1.6.0 '
    Copying files for 'Oracle Help for Java 11.1.1.6.0 '
    Copying files for 'Assistant Common Files 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\assistants\bin\rconfig.sbs'.
    deleting 'E:\12c\product\12.1.0\dbhome_1\assistants\bin\rconfig.sbs'
    Copying files for 'Oracle Net 12.1.0.1.0 '
    instantiating 'E:\12c\product\12.1.0\dbhome_1\network\install\sqlnet.ora.sbs'.
    instantiating 'E:\12c\product\12.1.0\dbhome_1\network\install\sbs\trcasst.sbs'.
    deleting 'E:\12c\product\12.1.0\dbhome_1\network\install\sbs\trcasst.sbs'
    instantiating 'E:\12c\product\12.1.0\dbhome_1\network\tools\netmgr.cl.sbs'.
    deleting 'E:\12c\product\12.1.0\dbhome_1\network\tools\netmgr.cl.sbs'
    extracting 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help/mgr_help.jar'
    extracting file 'blafdoc.css' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\blafdoc.css'
    extracting file 'eHelp.xml' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\eHelp.xml'
    extracting file 'mgr.brs' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.brs'
    extracting file 'mgr.glo' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.glo'
    extracting file 'mgr.hhc' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.hhc'
    extracting file 'mgr.hs' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.hs'
    extracting file 'mgr.idx' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.idx'
    extracting file 'mgr.map' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.map'
    extracting file 'n8ahelpabout_oracle_advanced_security.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpabout_oracle_advanced_security.htm'
    extracting file 'n8ahelpaccepted.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaccepted.htm'
    extracting file 'n8ahelpaddress.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddress.htm'
    extracting file 'n8ahelpaddress_list_options_dialog_box.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddress_list_options_dialog_box.htm'
    extracting file 'n8ahelpaddresslist.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddresslist.htm'
    extracting file 'n8ahelpadvanced_service_options_dialog_.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpadvanced_service_options_dialog_.htm'
    extracting file 'n8ahelpauthentication_method.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpauthentication_method.htm'
    extracting file 'n8ahelpchange_the_oracle_context.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchange_the_oracle_context.htm'
    extracting file 'n8ahelpchoose_listener_name_dialog_box.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchoose_listener_name_dialog_box.htm'
    extracting file 'n8ahelpchoose_new_context_dialog_box.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchoose_new_context_dialog_box.htm'
    extracting file 'n8ahelpclient_load_balancing.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpclient_load_balancing.htm'
    extracting file 'n8ahelpcmanora_file.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcmanora_file.htm'
    extracting file 'n8ahelpcommand_menu.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcommand_menu.htm'
    extracting file 'n8ahelpconfigure_a_connect_desc00000028.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_desc00000028.htm'
    extracting file 'n8ahelpconfigure_a_connect_desc00000029.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_desc00000029.htm'
    extracting file 'n8ahelpconfigure_a_connect_descheterog.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_descheterog.htm'
    extracting file 'n8ahelpconfigure_a_connect_descrdb.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_descrdb.htm'
    extracting file 'n8ahelpconfigure_advanced_connect_data_.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_advanced_connect_data_.htm'
    extracting file 'n8ahelpconfigure_advanced_profile_infor.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_advanced_profile_infor.htm'
    extracting file 'n8ahelpconfigure_default_domains_for_cl.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_default_domains_for_cl.htm'
    extracting file 'n8ahelpconfigure_encryption.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_encryption.htm'
    extracting file 'n8ahelpconfigure_external_naming_method.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_external_naming_method.htm'
    extracting file 'n8ahelpconfigure_external_procedures_fo.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_external_procedures_fo.htm'
    extracting file 'n8ahelpconfigure_heterogeneous_services.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_heterogeneous_services.htm'
    extracting file 'n8ahelpconfigure_integrity.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_integrity.htm'
    extracting file 'n8ahelpconfigure_listener_addresses.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_listener_addresses.htm'
    extracting file 'n8ahelpconfigure_listener_logging_and_t.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_listener_logging_and_t.htm'
    extracting file 'n8ahelpconfigure_multiple_address_optio.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_multiple_address_optio.htm'
    extracting file 'n8ahelpconfigure_oracle_advance00000211.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_oracle_advance00000211.htm'
    extracting file 'n8ahelpconfigure_oracle_advance00000212.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_oracle_advance00000212.htm'
    extracting file 'n8ahelpconfigure_password_authe00000051.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_password_authe00000051.htm'
    extracting file 'n8ahelpconfigure_profile_logging_and_tr.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_profile_logging_and_tr.htm'
    extracting file 'n8ahelpconnect_data.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_data.htm'
    extracting file 'n8ahelpconnect_descriptor.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_descriptor.htm'
    extracting file 'n8ahelpconnect_identifier.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_identifier.htm'
    extracting file 'n8ahelpconnect_string.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_string.htm'
    extracting file 'n8ahelpconnectdata.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnectdata.htm'
    extracting file 'n8ahelpconnection_load_balancing.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnection_load_balancing.htm'
    extracting file 'n8ahelpconnecttime_failover.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnecttime_failover.htm'
    extracting file 'n8ahelpcreate_a_listener.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_a_listener.htm'
    extracting file 'n8ahelpcreate_a_net_service_name.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_a_net_service_name.htm'
    extracting file 'n8ahelpcreate_additional_protocol_addre.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_additional_protocol_addre.htm'
    extracting file 'n8ahelpcreate_network_route_information.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_network_route_information.htm'
    extracting file 'n8ahelpcybersafe.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcybersafe.htm'
    extracting file 'n8ahelpdatabase_identification_by_servi.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdatabase_identification_by_servi.htm'
    extracting file 'n8ahelpdatabase_link.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdatabase_link.htm'
    extracting file 'n8ahelpdatabase_services.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdatabase_services.htm'
    extracting file 'n8ahelpdedicated_server.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdedicated_server.htm'
    extracting file 'n8ahelpdirectory_information_tree_dit.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_information_tree_dit.htm'
    extracting file 'n8ahelpdirectory_naming.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming.htm'
    extracting file 'n8ahelpdirectory_naming_configuration_o.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming_configuration_o.htm'
    extracting file 'n8ahelpdirectory_naming_context.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming_context.htm'
    extracting file 'n8ahelpdirectory_naming_overview.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming_overview.htm'
    extracting file 'n8ahelpdirectory_naming_requirements_fo.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming_requirements_fo.htm'
    extracting file 'n8ahelpdirectory_server.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_server.htm'
    extracting file 'n8ahelpdirectory_server_authentication_.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_server_authentication_.htm'
    extracting file 'n8ahelpdiscovery.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdiscovery.htm'
    extracting file 'n8ahelpdistinguished_name_dn.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdistinguished_name_dn.htm'
    extracting file 'n8ahelpdomain.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdomain.htm'
    extracting file 'n8ahelpdomain_name_system_dns.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdomain_name_system_dns.htm'
    extracting file 'n8ahelpedit_menu.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpedit_menu.htm'
    extracting file 'n8ahelpencryption.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpencryption.htm'
    extracting file 'n8ahelpexport_oracle_names_entries_to_d.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpexport_oracle_names_entries_to_d.htm'
    extracting file 'n8ahelpexport_tnsnamesora_file_entries_.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpexport_tnsnamesora_file_entries_.htm'
    extracting file 'n8ahelpexternal_naming.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpexternal_naming.htm'
    extracting file 'n8ahelpexternal_procedures.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpexternal_procedures.htm'
    extracting file 'n8ahelpfile_menu.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpfile_menu.htm'
    extracting file 'n8ahelpgeneral_access_rights.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_access_rights.htm'
    extracting file 'n8ahelpgeneral_advanced.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_advanced.htm'
    extracting file 'n8ahelpgeneral_logging.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_logging.htm'
    extracting file 'n8ahelpgeneral_parameters_authenticatio.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_parameters_authenticatio.htm'
    extracting file 'n8ahelpgeneral_parameters_general.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_parameters_general.htm'
    extracting file 'n8ahelpgeneral_parameters_logging__trac.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_parameters_logging__trac.htm'
    extracting file 'n8ahelpgeneral_routing.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_routing.htm'
    extracting file 'n8ahelpgeneral_tracing.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_tracing.htm'
    extracting file 'n8ahelpglobal_database_name.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpglobal_database_name.htm'
    extracting file 'n8ahelphelp_menu.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelphelp_menu.htm'
    extracting file 'n8ahelpheterogeneous_services.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpheterogeneous_services.htm'
    extracting file 'n8ahelphost_naming.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelphost_naming.htm'
    extracting file 'n8ahelpinitialization_parameter_file.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpinitialization_parameter_file.htm'
    extracting file 'n8ahelpinstance.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpinstance.htm'
    extracting file 'n8ahelpinstance_name.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpinstance_name.htm'
    extracting file 'n8ahelpintegrity.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpintegrity.htm'
    extracting file 'n8ahelpip_address.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpip_address.htm'
    extracting file 'n8ahelpkerberosv5.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpkerberosv5.htm'
    extracting file 'n8ahelpldapora_file.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpldapora_file.htm'
    extracting file 'n8ahelplightweight_directory_access_pro.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplightweight_directory_access_pro.htm'
    extracting file 'n8ahelplink_qualifier.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplink_qualifier.htm'
    extracting file 'n8ahelplistener.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistener.htm'
    extracting file 'n8ahelplistener_configuration_overview.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistener_configuration_overview.htm'
    extracting file 'n8ahelplistener_overview.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistener_overview.htm'
    extracting file 'n8ahelplistenerora_file.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistenerora_file.htm'
    extracting file 'n8ahelplistening_locations.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistening_locations.htm'
    extracting file 'n8ahelplocal_naming00000018.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplocal_naming00000018.htm'
    extracting file 'n8ahelplocal_naming00000153.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplocal_naming00000153.htm'
    extracting file 'n8ahelplocal_naming_configuration_overv.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplocal_naming_configuration_overv.htm'
    extracting file 'n8ahelplogging.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplogging.htm'
    extracting file 'n8ahelplsnrctl_utility.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplsnrctl_utility.htm'
    extracting file 'n8ahelpmicrosoft_active_directory.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpmicrosoft_active_directory.htm'
    extracting file 'n8ahelpnaming_external.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnaming_external.htm'
    extracting file 'n8ahelpnaming_method.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnaming_method.htm'
    extracting file 'n8ahelpnaming_methods.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnaming_methods.htm'
    extracting file 'n8ahelpnet8_assistant_key_features.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_assistant_key_features.htm'
    extracting file 'n8ahelpnet8_configuration_assistant.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_configuration_assistant.htm'
    extracting file 'n8ahelpnet8_configuration_overview.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_configuration_overview.htm'
    extracting file 'n8ahelpnet8_connectivity_overview.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_connectivity_overview.htm'
    extracting file 'n8ahelpnet8_entries_in_a_directory.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_entries_in_a_directory.htm'
    extracting file 'n8ahelpnet8_entries_in_a_directory_dit.gif' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_entries_in_a_directory_dit.gif'
    extracting file 'n8ahelpnet8_overview.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_overview.htm'
    extracting file 'n8ahelpnet_service_name.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet_service_name.htm'
    extracting file 'n8ahelpnetwork_information_service_nis.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnetwork_information_service_nis.htm'
    extracting file 'n8ahelpnts.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnts.htm'
    extracting file 'n8ahelporacle_advanced_security.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security.htm'
    extracting file 'n8ahelporacle_advanced_security_authent.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_authent.htm'
    extracting file 'n8ahelporacle_advanced_security_encrypt.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_encrypt.htm'
    extracting file 'n8ahelporacle_advanced_security_integri.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_integri.htm'
    extracting file 'n8ahelporacle_advanced_security_other_p.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_other_p.htm'
    extracting file 'n8ahelporacle_advanced_security_ssl.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_ssl.htm'
    extracting file 'n8ahelporacle_connection_manager.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_connection_manager.htm'
    extracting file 'n8ahelporacle_context.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_context.htm'
    extracting file 'n8ahelporacle_enterprise_manager.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_enterprise_manager.htm'
    extracting file 'n8ahelporacle_internet_directory.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_internet_directory.htm'
    extracting file 'n8ahelporacle_rdb_database.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_rdb_database.htm'
    extracting file 'n8ahelporacle_system_identifier_sid.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_system_identifier_sid.htm'
    extracting file 'n8ahelpother_services.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpother_services.htm'
    extracting file 'n8ahelpoverview_of_the_net8_assistant_e.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpoverview_of_the_net8_assistant_e.htm'
    extracting file 'n8ahelppooled_server.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelppooled_server.htm'
    extracting file 'n8ahelpprioritize_naming_methods.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprioritize_naming_methods.htm'
    extracting file 'n8ahelpprofile.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprofile.htm'
    extracting file 'n8ahelpprofile_overview.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprofile_overview.htm'
    extracting file 'n8ahelpprotocol.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprotocol.htm'
    extracting file 'n8ahelpprotocol_address.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprotocol_address.htm'
    extracting file 'n8ahelpprotocol_parameters.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprotocol_parameters.htm'
    extracting file 'n8ahelpradius.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpradius.htm'
    extracting file 'n8ahelprecommended_port_numbers.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprecommended_port_numbers.htm'
    extracting file 'n8ahelprecord_type.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprecord_type.htm'
    extracting file 'n8ahelpregion_database.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpregion_database.htm'
    extracting file 'n8ahelprejected.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprejected.htm'
    extracting file 'n8ahelprelative_distinguished_name_rdn.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprelative_distinguished_name_rdn.htm'
    extracting file 'n8ahelprequested.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprequested.htm'
    extracting file 'n8ahelprequired.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprequired.htm'
    extracting file 'n8ahelproute_connection_requests.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelproute_connection_requests.htm'
    extracting file 'n8ahelpschema.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpschema.htm'
    extracting file 'n8ahelpservice_handler.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpservice_handler.htm'
    extracting file 'n8ahelpservice_identification.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpservice_identification.htm'
    extracting file 'n8ahelpservice_name.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpservice_name.htm'
    extracting file 'n8ahelpservice_registration.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpservice_registration.htm'
    extracting file 'n8ahelpsession_data_unit_sdu.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpsession_data_unit_sdu.htm'
    extracting file 'n8ahelpset_authentication_credentials.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpset_authentication_credentials.htm'
    extracting file 'n8ahelpshared_server.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpshared_server.htm'
    extracting file 'n8ahelpsingle_signon.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpsingle_signon.htm'
    extracting file 'n8ahelpsource_routing.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpsource_routing.htm'
    extracting file 'n8ahelpsqlnetora_file.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpsqlnetora_file.htm'
    extracting file 'n8ahelpssl_authentication_method.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpssl_authentication_method.htm'
    extracting file 'n8ahelpssl_profile.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpssl_profile.htm'
    extracting file 'n8ahelpstatically_configure_database_se.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpstatically_configure_database_se.htm'
    extracting file 'n8ahelptask_overview.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptask_overview.htm'
    extracting file 'n8ahelptest_connectivity.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptest_connectivity.htm'
    extracting file 'n8ahelptimetolive_ttl.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptimetolive_ttl.htm'
    extracting file 'n8ahelptnsnamesora_file.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptnsnamesora_file.htm'
    extracting file 'n8ahelptoolbar.htm' from 'E:\12c\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptoolbar.ht

  • Filename case issue in precompilation of JSPs for Windows

    Hello,
              I have determined why my JSP pages have been recompiling
              despite including the corresponding compiled class files in
              my application package.
              It seems as though on Windows, any jsp files that have
              filenames that have upper
              case letters are being recompiled, even if their precompiled pages
              are included in the .war file. JSP files that have filenames that are all
              lower case
              are not recompiled, which is expected behavior.
              The UNIX version of BEA does not seem to have this bug
              related to the case of JSP filenames.
              Could someone from BEA please give us more information
              on this issue and when we can see it fixed?
              Thank you very much,
              Peter Kim
              p.s. I am using Weblogic Server version 7.0.1.0.
              

    I'm seeing something slightly different here.
              I'm including __MyJsp.class (with the proper case) in my
              packaged .war file, but when a request is made for MyJsp.jsp,
              BEA looks for __myjsp.class instead of __MyJsp.class--
              therefore it recompiles MyJsp.jsp.
              -peter
              "Simon Spruzen" <[email protected]> wrote in message
              news:[email protected]...
              >
              > You get the same behaviour on 6.1 SP2 as well. MyJsp.jsp gets turned into
              __myjsp.class
              > (all lower case), but WebLogic looks for __MyJsp.class. This works just
              fine on
              > NTFS which is case-preserving/case-insensitive, but is hosed on Unix.
              Hence the
              > recompile.
              >
              > But the generated class file refers to the correctly cased Jsp page in its
              _isStale()
              > method. Sigh.
              >
              >
              > simon.
              >
              >
              > "Peter Kim" <[email protected]> wrote:
              > >Hello,
              > >
              > >I have determined why my JSP pages have been recompiling
              > >despite including the corresponding compiled class files in
              > >my application package.
              > >
              > >It seems as though on Windows, any jsp files that have
              > >filenames that have upper
              > >case letters are being recompiled, even if their precompiled pages
              > >are included in the .war file. JSP files that have filenames that are
              > >all
              > >lower case
              > >are not recompiled, which is expected behavior.
              > >
              > >The UNIX version of BEA does not seem to have this bug
              > >related to the case of JSP filenames.
              > >
              > >Could someone from BEA please give us more information
              > >on this issue and when we can see it fixed?
              > >
              > >Thank you very much,
              > >
              > >Peter Kim
              > >
              > >p.s. I am using Weblogic Server version 7.0.1.0.
              > >
              > >
              >
              

  • Very poor implementation of XMLHttpRequest streaming with Safari for Window

    I hope this post reaches Apple engineers. This is critical for us to resolve this. I am a member of the developer network, so if using incident support is necessary, it can be used. Do not hesitate to contact me with any questions. I have implemented a test to compare XMLHttpRequest streaming performance for different browsers. Safari for Windows 5.0.3 had the worst results compared to Chrome and Firefox. Furthermore, I think this problem was introduced after Safari 3. The test consists of a server pushing messages of about 350 bytes to the browser at a rate of about 300/s. Once server pushes 10,000 messages, it closes the connection and browser opens new one repeating the cycle. There were several problems associated with Safari: 1) Safari could not process much more then 300 messages/s, that is quite low. Chrome had no problem processing 1,000. If, for example, 500 m/s was used, Safari would quickly allocate hundreds of meg of memory and crash. 2) Safari starts with about 64MEG of memory allocated. Once the test page is opened, memory quickly climes to 150MEG and as test progresses to >400MEG. Once the connection closes, it drops to 150MEG again. Chrome's memory did not fluctuate at all staying at 32MEG for the same test. 3) CPU was steadily claiming as test progressed and then dropped as connection was reset, creating CPU spikes. It reached about 50% CPU before connection was closed. Chrome's CPU stayed at about 2% all the time. This is the code: Server. Should be run with the latest Java Tomcat 7. Configure Tomcat to use Http11NioProtocol: package test; import java.io.IOException; import java.io.PrintWriter; import java.text.SimpleDateFormat; import java.util.Date; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.catalina.comet.CometEvent; import org.apache.catalina.comet.CometProcessor; @SuppressWarnings("serial") public class WebFrameworkServletXHRReconnects extends HttpServlet implements CometProcessor { @Override public void event(CometEvent event) throws IOException, ServletException { HttpServletRequest request = event.getHttpServletRequest(); HttpServletResponse response = event.getHttpServletResponse(); if (event.getEventType() == CometEvent.EventType.BEGIN) { System.out.println("Begin for session: " + request.getSession(true).getId() + " " + response.getWriter()); response.setHeader("pragma", "no-cache,no-store"); response.setHeader("cache-control", "no-cache,no-store,max-age=0,max-stale=0"); event.setTimeout(Integer.MAX_VALUE); PrintWriter out = response.getWriter(); SimpleDateFormat formatter = new SimpleDateFormat("mm:ss: "); for (int i = 0; i < 10000; i++) { out.print("{\"messageType\":8448,\"requestId\":"0",\"eventType\":1,\"symbolId\" :[\"BAC.EA\",0],\"fields\":[{\"header\":"0",\"type\":6,\"data\":[3993,2]},{\"hea der\":"55",\"type\":6,\"data\":[1185,2]},{\"header\":54,\"type\":6,\"data\":[321 8,2]},{\"header\":"5",\"type\":6,\"data\":[6617,2]},{\"header\":52,\"type\":4,\" data\":[15]},{\"header\":"12",\"type\":6,\"data\":[1700,2]}]}"); out.flush(); if (i % 10 == 0) { try { //Thread.sleep(60); Thread.sleep(30); } catch (InterruptedException e) { } } if (i % 100 == 0) { System.out.println(formatter.format(new Date()) + i); } } out.close(); event.close(); } else if (event.getEventType() == CometEvent.EventType.ERROR) { event.close(); } else if (event.getEventType() == CometEvent.EventType.END) { event.close(); } } } client: <script type="text/javascript" src="log4js.js">
    </script>
    <script type="text/javascript">
    var api;
    var log = new Log(Log.DEBUG, Log.popupLogger);
    var byteoffset;
    var perocessedMessages;
    function connect() {
    perocessedMessages = 0;
    byteoffset = 0;
    id = 0;
    api = new XMLHttpRequest;
    api.onreadystatechange = onreadystatechange;
    api.onerror = onerror;
    log.debug('connect');
    api.open("GET", "http://localhost/Test/Controller", true);
    api.send("");
    function onreadystatechange() {
    switch (api.readyState) {
    case 3:
    change();
    break;
    case 4:
    disconnect();
    break;
    function change() {
    connected = true;
    var buffer = api.responseText;
    var newdata = buffer.substring(byteoffset);
    byteoffset = buffer.length;
    while (1) {
    var x = newdata.indexOf("<activ>");
    if (x != -1) {
    y = newdata.indexOf("</activ>", x);
    if (y != -1) {
    processMessage(newdata.substring((x + 7), y));
    newdata = newdata.substring(y + 8);
    else {
    break;
    else {
    break;
    byteoffset = buffer.length - newdata.length;
    function processMessage(msg) {
    var objJson = eval('(' + msg + ')');
    perocessedMessages++;
    //if (perocessedMessages % 100 == 0) {
    // log.debug('' + perocessedMessages);
    function disconnect() {
    log.debug('disconnect');
    connect();
    function onerror() {
    log.debug('onerror');
    </script>

    I hope this post reaches Apple engineers. This is critical for us to resolve this. I am a member of the developer network, so if using incident support is necessary, it can be used.
    We're a user-to-user forum, ilyag. So it'd be better for you to use the Apple Bug Reporter if you want to ensure someone from Apple sees your post:
    http://developer.apple.com/bugreporter/

Maybe you are looking for

  • ITunes won't upgrade..

    Every time i try to upgrade iTunes i get an error message saying "There is a problem with this windows installer package. A program required for the install to complete could not be run. Contact your support personnel or package vendor." there is no

  • Total Time Processed- As Error Log in XI

    Hi, I want to know if there are any means in XI to produce the Time to process an individual message in XI as the Output of XI. something like sending the total time taken to process the current XI message to a target system like a File server or Mai

  • I need help from muse pro's

    I have a client wanting a site similar to this link. http://www.charliegerken.com/ I can do most everything layout and content wise but where I need help is with the complex searches and the integrated maps. Any input would be very much appreciated.

  • Debugger in Forte.

    Can someone please...please help me with Forte debugger ? I'm able to start the debugger, but do not know how to walk the debugger one line at a time through the code. Any help/pointers would be much appreciated. Thanks in advance.

  • Help window title in IE7

    Hello, I have a webhelp project that is called using csh from my app. When I use this app on a system with IE 6, the Help window title is correct - http://onlinehelp.mycompany.com - My Help Window Title - Microsoft Internet Explorer When I use it on