PNTools on Virtuozzo Containers installation

Hello colleages.

I am developing an infrastructure VDI Parallels Virtuozzo Containers 4.6 and vWorkspace 7.6. Parallels Virtuozzo Containers is running in a Windows 2008 R2.

VWorkspace Console, new containers are created and sysprep properly. But after you create a new container, I need to install the PNtools inside these new containers.

Now, the only way I can install PNTools is of vWorkspace console option install/update PNtools but I would like that this software is automatically installed when the computer is added to the console vWorkspace.

I couldn't do this by creating an application model in Parallels Virtuozzo Containers.

Do you know how?

In addition, I find that if I create a new container with some models of application on this subject, the vWorkspace fails the task of creating with: Action = unknown action, cannot change the settings of the container:

someone had to have the same problem? How to solve it?

Thank you very much for your help!

Hello

I believe that our Dev team is aware of this problem. He was spotted when testing version 6 (which is not officially supported)

I don't have any time frame for when this will be fixed.

If I hear more Dev, I will update this.

Thank you, Andrew.

Tags: Dell Tech

Similar Questions

  • Connection problems (SSL)

    Hi all

    Curse of some connections problems that are driving me crazy.

    Installation program:

    Customer Internet (AppPortal)

    |

    |

    Fix (3 x NIC: 1 x WAN, 1 x DMZ, 1 x LAN)

    |                                       |

    Broker for connections.

    (the area demilitarized)                           Parallels Virtuozzo Containers VDIs

    VDIs are ready, PNtools installed, etc..

    AppPortal gets its configuration very well.

    I'm trying to get RDP over SSL working (using a free signed certs).

    LAN and DMZ are RFC1918 address space.

    RDP client message:

    CERT_E_UNTRUSTEDROOT (click)

    The computer cannot connect to the remote computer

    (...)

    Attached log files.

    Additional accessories:

    Your answer is wrong... CERT_E_UNTRUSTEDROOT... If you use a self signed certificate, the client must trust the certificate, without which it can not connect.

    Ensure that the client does not get errors certificate by importing the certificate in the trust of customers root certificate store in the "Computer" certificate store and you should have no problem.

  • problem with CF 9 to reduce uploaded a PDF file in an Oracle 11 g db as BLOB

    We have a Coldfusion application that lets users submit a form to us and attach a PDF file.  The data is written to an Oracle database and PDF is convereted in a BLOB using cffile action and a cfquery (code below), we applied the latest patch CF 9 when it came out in February 2013, and we have improved our database Oracle 11.2.0.1 to 11.2.03 beginning of March; at the same time, we moved to a Parallels Virtuozzo Containers virtual server for a VMWare virtual server.  Operating system on the database server is Windows 2008, on the web server, it is Windows 2003 R2.

    Some time after the passage of Oracle & update, we noticed that many PDFs being presented through the web application are being corrupt.  The message from Adobe Acrobat only said: ' there was an error opening this document.  The file is damaged and cannot be repaired. »

    What I did to try to debug this:

    Check the size of my BLOB on Oracle - the maximum size is 119 TB and PDF files are usually less than 200 KB, then there should be pleanty of room for them.

    Updated the maximum size of post data to 500 000 MB and the memory of gas demand to 750,000.  The patch of February had developed these smaller numbers, but making them bigger has not fixed the problem.

    Looked at various CF newspapers, there is nothing to be reported as an error on the presentation of the data, or when the link that gets the PDF of Oracle and displays it.

    The code to write the PDF file in a temp on my Web server - I'm able to see if the problem occurs somewhere between write it to the Web server, inserting in Oracle as a BLOB and recovering in the database.

    Looked at the BLOB field in Oracle table using PL/SQL Developer (an application to work with Oracle tables WYSIWYG).  I see that there is data in BLOBs that are not displayed on the web, so at least I know that something is getting into Oracle, but I do not know if it is corrupted in the table.

    I don't know what to do about the problem.  Any help would be appreciated.  Here is the code used to send the PDF file and the code to see.

    Thank you very much!

    Christina

    ------------------------------------------  rr.add.cfm

    < cfif QNE isDefined ("FileName1") and trim(#FileName1#) "" > "".

    < cftry >

    <!-Download the file to a folder on the Web server and off the root web.-->

    < cffile action = "upload".

    FileField = "file1".

    destination = "C:\temp\.

    nameconflict = "makeunique".

    accept = ' application/octet-stream, application/pdf' >

    <!-the file is located on the web server now. Read like a binary file and put the result in the variable file_blob ColdFusion->

    < cffile action = "readbinary".

    file = "C:\temp\#cffile.serverFile#".

    variable = "file_blob" >

    <!-insert the ColdFusion variable file_blob in the table, making sure to select cf_sql_blob as the sql type. ->

    "< name cfquery ="q"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

    insert into spoc_attachments)

    NUMERO_FICHIER, ATTACH_ID, ATTACHMENT, ATTACH_TITLE

    )

    VALUES)

    #FileNumber #.

    1,

    < cfqueryparam

    value = "" #file_blob # ""

    cfsqltype = "cf_sql_blob" >.

    Trim('#FileTitle1#')

    )

    < / cfquery >

    < cfcatch type = "application" >

    Error loading file 1

    < / cfcatch >

    < / cftry >

    < / cfif >

    ------------------------------------------  rr.check.cfm

    < cfoutput >

    < td > < cfif HERE. GE 1 RecordCount > < a href = "rr.attachments.cfm? fn = < cfoutput #fn # > < / cfoutput > & AI = 1" target = "_blank" > #ai1.attach_title # < /a > < / cfif > < cfif HERE. RecordCount GE 2 > < a href = "rr.attachments.cfm? fn = < cfoutput #fn # > < / cfoutput > & AI = 2" target = "_blank" > #ai2.attach_title # < /a > < / cfif > < cfif HERE. RecordCount GE 3 > < a href = "rr.attachments.cfm? fn = < cfoutput #fn # > < / cfoutput > & AI = 3" target = "_blank" > #ai3.attach_title # < /a > < / cfif > < cfif HERE. GE 4 RecordCount > < a href = "rr.attachments.cfm? fn = < cfoutput #fn # > < / cfoutput > & ai = 4" target = "_blank" > #ai4.attach_title # < /a > < / cfif > < table >

    < / cfoutput >

    -rr.attachments.cfm

    < cfif not isDefined ("ag") >

    "< name cfquery ="q1"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

    SELECT an attachment

    OF spoc_attachments

    where numero_fichier = #fn # and attach_id = 1

    < / cfquery >

    "< name cfquery ="q2"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

    SELECT an attachment

    OF spoc_attachments

    where numero_fichier = #fn # and attach_id = 2

    < / cfquery >

    "< name cfquery ="q3"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

    SELECT an attachment

    OF spoc_attachments

    where numero_fichier = #fn # and attach_id = 3

    < / cfquery >

    "< name cfquery ="T4"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

    SELECT an attachment

    OF spoc_attachments

    where numero_fichier = #fn # and attach_id = 4

    < / cfquery >

    < cfif AI EQ 1 >

    < cfcontent

    Type = "application/pdf".

    variable = "#Q1." Attachment #">"

    < cfelseif AI EQ 2 >

    < cfcontent

    Type = "application/pdf".

    variable = "#Q2." Attachment #">"

    < cfelseif IA EQ 3 >

    < cfcontent

    Type = "application/pdf".

    variable = "#Q3." Attachment #">"

    < cfelseif AI EQ 4 >

    < cfcontent

    Type = "application/pdf".

    variable = "#Q4." Attachment #">"

    < / cfif >

    < cfelse >

    "< name cfquery ="ag1"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

    SELECT an attachment

    OF spoc_comments

    where numero_fichier = #fn # and agency = #ag #.

    < / cfquery >

    < cfcontent

    Type = "application/pdf".

    variable = "#AG1." Attachment #">"

    < / cfif >

    Double check your setting CF data source it is a checkbox to activate the Blobs for most types of DB, Oracle not sure however offshore off the top of my head. If the box is not checked then it can truncate the data leading to corrupted files.

  • Each update of the Mac App Store downloads and installs twice

    When I hit "update" for an application on the Mac App Store, it downloads, installs and continues to show an update. I hit "update" again, let it download and install once more. Even after waiting a few minutes in between.

    It seems that when I click on "update all", apps always download and install both times, but automatically, without having to double click me. It is even clearer that this behavior occurs when one of the applications is open, I get the warning twice as much as the application runs.

    This has been going on during some time, perhaps at the time of the update to El Capitan.

    None of these applications are installed in several locations on my Mac.

    I tried the advice of following Linc on this thread and delete/var/folders/zz/zyxvpxvq6csfxvn_n00000s0000068, but it did not help.

    Please test after taking each of the steps that you have not already tried it. Stop when the problem is resolved. Back up all data before making any changes.

    1. open a search window by pressing the command-F key combination in the Finder. Select the Mac as the scope of research and the research of the app (s) in question by name. Delete all obsolete or duplicate copies that you find.

    2. If the search results appear to be inaccurate, rebuild the Spotlight index. If you try to search now, there will be an indication that the indexing is in progress.

    3. triple - click anywhere in the line below on this page to select this option:

    ~/Library/Containers/com.apple.appstore

    A right click or Ctrl-click on the line and select

    Services ▹ reveal in Finder (or just to reveal)

    of the contextual menu.*, a file must open with a selected item. Quit the application runs. Move selected item to the trash. Restart the application and test.

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

    4. If the previous steps do not resolve the problem, leave each app in question and uninstall it by following the instructions on this page. Alternatively, you can drag it into the Applications to the trash and empty folder. You have created the data files will be preserved. In Spotlight, check that there is now no copy of the application on your system. Download your purchase history in the App Store.

  • Source of 2 X 9 containers for 2630

    Does anyone know a source of power blocks 2 X 9 IDC to mate with the NOR-2630 to wiring connection block? The specification identifies a Samtec component which doesn't seem to be available now. Most of the containers double row IDC I see on the market are 0.6 "height. I measured the inside of the terminal box (roughly, with a ruler) and found that there is about a half inch from the base of the pins to where I eyeball the cover to sit when it is attached. The small package of parts supplied with the Terminal Board speak high quarter of an inch. Does anyone know a part of Samtec which replaced the DLI series identified in the literature NOR, nor an alternative?

    I know that there are a series of Molex which can work. TE and CFI of the parts that I reviewed are too large. I'm looking to identify alternatives for assemblers of cable I asked to quote for me.

    Features: containers 18 pin double row to the field of 0.1 ". Max height, including cabling (and probably son of up to THREE other connectors!) talking about half an inch. Should probably be IDC for these clearances, but welding connections would work. I suspect that assemblers will use armored discreet wire or twisted pair wiring and no Ribbon wiring of these assemblies.

    Thank you!!

    Jeff

    Jeff,

    Looking for the complete cable, or for cable connectors [coming in the bag]?

    Cable

    The complete cable is listed in the Assembly instructions [IDSD-09 series ' "] and ends up on a lot of 3rd party websites as well as site Web of Samtec.

     

    Cable connectors

    Given that the NOR-2530 and NOR-2530 b should have been directly replaceable, part number 778962-01 NI listed in 2630 B installation instructions must be identical. NI 778962-01 can be purchased on the website or here.

  • installation of java

    When you try to install java I get a message that a required privilege is not held by the client

    Hello

    ·        You are the administrator of the system?

    ·        You are able to install other applications on the system without any problems?

    Method 1:

    I suggest to download the Java on the system and then run the installation as an administrator and check if you're able to download java on the system or not. Follow the steps mentioned below.

    a. download Java from the below mentioned link and save it to the desktop.

    http://www.Java.com/en/download/manual.jsp

    b. right-click on the java installation program and click Run as administrator.

    c. now checks to see if you are able to install it on the system or not.

    I suggest you to check the below link.

    How do I manually download and install Java for my Windows computer?

    http://www.Java.com/en/download/help/windows_manual_download.XML

    Method 2:

    This problem can occur if permissions are not set correctly for drive C. giving permission for everyone and check

    I would say before taking possession, allows you to create a new restore point so that the system can be restored back in the event of data loss or irregular behaviour. Follow the steps in the below link to create a restore point.

    System Restore frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/system-restore-frequently-asked-questions

    You can take possession of the file and then follow the steps to grant permission to everyone.

    a. Locate the file or folder that you want to take possession in Explorer windows as drive C: in your case.

    b. right-click on the file or folder and select properties from the context Menu

    c. click on the Security tab

    d. click Advance

    e. now, click on the owner tab in the settings of advanced security for the user's windows

    f. click the button Edit and select the user account to change the owner of the list if the user or group is not in the list given, then click other users or groups. Enter the user/group name, and then click ok. You can even click on Admin here, if you are logged on as administrator.

    g. now select user/group and click on apply and ok. (Check Replace owner of sub containers and objects so you have files and folders in the selected folder)

    h. click ok when the Windows security prompt appears

    i. now the name of the owner must have changed.

    j. now click Ok to exist from properties windows

    k. Once you have taken possession of the file or folder.

    Grant permissions to everyone

    a. go to C:, and then click make a right click on the folder and choose Properties.

    (b) then go to the Security tab and click on edit, and then click Add-online advanced.

    c. If you click Advanced now, click Find now and everyone choose and click Ok.

    d. then click Ok and now click on Allow-online Full control-online Ok.

     

    Note: Having an impact on Control Panel can cause serious problems that may prevent your computer from starting correctly or may cause loss of data. Microsoft cannot guarantee that problems resulting from the configuration of the property settings can be solved. Changes to settings are at your own risk.

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • pntools Setup error / component of virtual user profiles

    Hello

    I try to install pntools on a windows 2008 r2 server. I need to do this because I want to silo an application server.

    http://documents.quest.com/DOC28931 "before a Session host can participate in a silo, the virtual user profiles component must be installed on the server."

    And if I'm not mistaken this tool is part of the pntools?

    desktop experience is installed...

    but when pntools installing, I get an error:

    Error 1923.Services Quest Reminal Support Services (Services of Terminal Quest Helper Service) Service could not be installed. Make sure you have sufficient privileges to install system services

    Help!

    Hello Sander,

    VWorkspace PNtools cannot be installed on a Windows Terminal Server or RDSH server is not a supported configuration. You can install only on a VDI or Windows Server PNtools without the active role RDSH.

    The Terminal Server vWorkspace / role of RD session host installs the components required for virtual user profiles. The correct installation process would be:

    1. install Windows 2008 R2

    2. Add the role of the Desktop Session host remotely

    3. install the Terminal Server vWorkspace / RD Session host role (and other required roles)

    4. use the vWorkspace Console to configure user profiles virtual as required.

    Kind regards

    David

  • PNTools virtualization

    All the virtualized world PNTools and have been successful (i.e. using App - V)?  Our enforcement team is trying to extract the BONES as clean as possible (we use SCCM to build desktop computers) and I was wondering if we could virtualize PNTools.

    Thanks for any comments.

    Butch,

    PNTOOLS components are server-side RDP virtual channel becomes part of the RDP stack when the channel is activated. Is probably not a good idea to try to virtualize it because it contains the service of collecting data Quest, Quest EOP master, Quest universal printer, etc...  PNTOOLS is a msi package that can be easily added to you SCCM task sequence with the switches suitable for installation in silent mode.

  • What is an installation of WebLogic footing (Journal)?

    After having problems I couldn't solve with WebLogic, I did a clean install and the server starts properly with no exceptions are thrown. This is a new installation with no deployment.

    This look like a healthy plant? A part of the log, what concerns me here is:

    < 7 November 2013 12:05:16 hours GMT > < WARNING > < Log Management > < BEA-170011 > < The LogBroadcaster on this server has no messages to the server admin log. The administrator of the server may not be

    Ning. Emissions of message to the administrator of the server will be disabled. >

    .

    .

    Arguments of memory in JAVA: - Xms256m-Xmx512m - XX: CompileThreshold = 8000 - XX: PermSize = 48 m - XX: MaxPermSize = 128 m

    .

    Start mode of WLS = development

    .

    CLASSPATH = C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox/globalResources; C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox/globalResources/portlet/i18n

    \Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\derby\lib\derbyrun.jar; C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\openportal\config; C:\Oracle\Middl

    re1036\user_projects\domains\SITE_Producer_Sandbox\openportal\lib\openportalclasspath.jar; C:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar; C:\Oracle

    DDLE~1\JDK160~1\lib\tools.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar; C:\Oracle\MIDDLE~1\modules\features\weblogic. Server

    dules_10.3.6.0.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar; C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/Ant-all.jar; C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/Ant-contrib.jar; C:

    acle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar

    .

    Path = C:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\native; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin; C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\

    ; C:\Oracle\MIDDLE~1\JDK160~1\jre\bin; C:\Oracle\MIDDLE~1\JDK160~1\Bin; C:\Program Files\RA2HP\; C:\Program Files\Java\jdk1.6.0_45\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Wi

    ws\System32\WindowsPowerShell\v1.0\; C:\Program Files\ActivIdentity\ActivClient\; C:\Program Files (x 86) \ActivIdentity\ActivClient\; C:\Program Widcomm logiciels\. C:\Program Files\

    COMM\Bluetooth Software\syswow64; C:\Program Files (x 86) \Borland\StarTeam SDK 10.0\Lib; C:\Program Files (x 86) \Borland\StarTeam SDK 10.0\Bin; C:\Program Files (x 86) \Borland\CaliberRM SDK 2008\li

    : \Program Files\apache-maven-3.1.0/bin; C:\Program Files (x 86) \Diffuse; C:\Program Files\SlikSvn\bin; C:\Program Files\SlikSvn\bin; C:\Program Files\Java\jdk1.6.0_45\bin; C:\Program Files\apache - my

    -3.1.0; C:\Program Files\Perforce; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.6.0_29".

    Java (TM) SE Runtime Environment (build 1.6.0_29 - b11)

    Java Client VM (build 20, 4 - b02, mixed mode)

    WLS starting with line:

    C:\Oracle\MIDDLE~1\JDK160~1\bin\java-client-Xms256m-Xmx512m - XX: CompileThreshold = 8000 - XX: PermSize = 48 m - XX: MaxPermSize = 128m-Dweblogic.Name=AdminServer-Djava.security.policy=C:\Oracle\M

    Le~1\WLSERV~1.3\server\lib\weblogic. Policy-Djava.util.logging.config.file=.\openportal\config\openportal_logging.properties - Xverify: aucun-da-Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3

    ls. Home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server-Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server-Dweblogic.Management.Discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsT

    Mark =-Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sysext_manifest_classpath weblogic. Server

    < 7 November 2013 12:03:35 hours GMT > < Info > < security > < BEA-090905 > < disabling CryptoJ JCE provider auto-intégrité for better startup performance. To allow this control, enter - Dweblogic.

    urity.allowCryptoJDefaultJCEVerification = true >

    < 7 November 2013 12:03:35 hours GMT > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG to FIPS186PRNG. To disable this change, specify DEMT-

    ic.security.allowCryptoJDefaultPRNG = true >

    < 7 November 2013 12:03:36 hours GMT > < Info > < WebLogicServer > < BEA-000377 > < start WebLogic Server with the Version of machine virtual Java hotspot Client 20, 4 - b02 Sun Microsystems Inc. >

    < 7 November 2013 12:03:37 hours GMT > < Info > < management > < BEA-141107 > < Version: WebLogic Server 10.3.6.0 Mar 15 08:52:36 PST Nov 2011 1441050 >

    < 7 November 2013 12:03:40 hours GMT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 7 November 2013 12:03:40 hours GMT > < Info > < WorkManager > < BEA-002900 > < self-adjusting Initializing of thread pool >

    < 7 November 2013 12:03:41 hours GMT > < opinion > < LoggingService > < BEA-320400 > < logfile C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\servers\AdminServer\logs\AdminServe

    og will rotate. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 7 November 2013 12:03:41 hours GMT > < opinion > < LoggingService > < BEA-320401 > < log file was shot in C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\servers\AdminSe

    r\logs\AdminServer.log00001. Log messages will continue to be logged in C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\servers\AdminServer\logs\AdminServer.log. >

    < 7 November 2013 12:03:41 hours GMT > < opinion > < Log Management > < BEA-170019 > < C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\servers\AdminServer\logs\Adm server log file

    erver.log is open. All events in the log server-side will be written to this file. >

    < 7 November 2013 12:03:46 hours GMT > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >

    < 7 November 2013 hours 12:03:49 GMT > < opinion > < LoggingService > < BEA-320400 > < logfile C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\servers\AdminServer\logs\access.log

    rotate the LL. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 7 November 2013 hours 12:03:49 GMT > < opinion > < LoggingService > < BEA-320401 > < log file was shot in C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\servers\AdminSe

    r\logs\access.log00001. Log messages will continue to be logged in C:\Oracle\Middleware1036\user_projects\domains\SITE_Producer_Sandbox\servers\AdminServer\logs\access.log. >

    < 7 November 2013 hours 12:03:56 GMT > < opinion > < WebLogicServer > < BEA-000365 > < server changed to STANDBY status >

    < 7 November 2013 hours 12:03:56 GMT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 7 November 2013 12:04:52 hours GMT > < WARNING > < JDBC > < BEA-001110 > < no table test didn't put in place for the pool "jdbc/WSRPDataSource. Connections will be tested. >

    InitPortletAppDescriptor com.sun.portal.portletcontainer.appengine.impl.LifecycleManagerImpl 7 November 2013 12:05

    INFO: PSPL_PAECSPPAI0015: loading DD for the portlet application: DisplayProfileRemotePortlet

    November 7, 2013 12:05 com.sun.portal.portletcontainer.appengine.impl.LifecycleManagerImpl createPortlets

    INFO: PSPL_PAECSPPAI0012: Portlet initialized: DisplayProfileRemotePortlet

    CreateFilter com.sun.portal.portletcontainer.appengine.filter.FilterChainFactory 7 November 2013 12:05

    INFO: PSPL_PAECSPPAF0005: filter properly created: MapAttributeFilter

    ContextInitialized com.sun.portal.container.service.ServiceManagerContextListenerImpl 7 November 2013 12:05

    INFO: PSC_CSPCS001: started ServiceManager initializing

    AddService com.sun.portal.container.service.ServiceManager 7 November 2013 12:05

    INFO: PSC_CSPCS004: Service added, name: com.sun.portal.container.service.CoordinationService, realization: com.sun.portal.container.service.coordination.impl.CoordinationServiceImpl

    AddService com.sun.portal.container.service.ServiceManager 7 November 2013 12:05

    INFO: PSC_CSPCS004: Service added, name: com.sun.portal.container.service.CachingService, realization: com.sun.portal.container.service.caching.impl.CachingServiceImpl

    AddService com.sun.portal.container.service.ServiceManager 7 November 2013 12:05

    INFO: PSC_CSPCS004: Service added, name: com.sun.portal.container.service.ClientCachingService, realization: com.sun.portal.container.service.caching.impl.ClientCachingServiceImpl

    AddService com.sun.portal.container.service.ServiceManager 7 November 2013 12:05

    INFO: PSC_CSPCS004: Service added, name: com.sun.portal.container.service.DeploymentService_Local, realization: com.sun.portal.container.service.deployment.impl.DeploymentServiceLocalImpl

    AddService com.sun.portal.container.service.ServiceManager 7 November 2013 12:05

    INFO: PSC_CSPCS004: Service added, name: com.sun.portal.container.service.ContainerEventService, realization: com.sun.portal.container.service.coordination.impl.ContainerEventServiceImpl

    AddService com.sun.portal.container.service.ServiceManager 7 November 2013 12:05

    INFO: PSC_CSPCS004: Service added, name: com.sun.portal.container.service.PolicyService, realization: com.sun.portal.portletcontainer.driver.policy.PolicyServiceImpl

    AddService com.sun.portal.container.service.ServiceManager 7 November 2013 12:05

    INFO: PSC_CSPCS004: Service added, name: com.sun.portal.container.service.DeploymentService_Remote, realization: com.sun.portal.wsrp.consumer.common.DeploymentServiceRemoteImpl

    ContextInitialized com.sun.portal.container.service.ServiceManagerContextListenerImpl 7 November 2013 12:05

    INFO: PSC_CSPCS002: finished ServiceManager initializing

    ContextInitialized com.sun.portal.portletcontainer.impl.PortletContainerContextListenerImpl 7 November 2013 12:05

    INFO: PSPL_PCCSPCPCI0003: from PortletContainer 2.1

    ContextInitialized com.sun.portal.portletcontainer.driver.remote.WSRPContextListenerImpl 7 November 2013 12:05

    INFO: PSPCD_CSPPD0050: from containers of consumer WSRP

    ContextInitialized com.sun.xml.ws.transport.http.servlet.WSServletContextListener 7 November 2013 12:05

    INFO: WSSERVLET12: JAX - WS initialization context listener

    November 7, 2013 12:05:08 com.sun.xml.ws.transport.http.servlet.WSServletDelegate < init >

    INFO: WSSERVLET14: JAX - WS servlet initialization

    November 7, 2013 12:05:08 com.sun.portal.portletcontainer.appengine.impl.LifecycleManagerImpl initPortletAppDescriptor

    INFO: PSPL_PAECSPPAI0015: loading DD for the portlet application: portletdriver

    November 7, 2013 12:05:08 com.sun.portal.portletcontainer.appengine.impl.LifecycleManagerImpl createPortlets

    INFO: PSPL_PAECSPPAI0012: Portlet initialized: WSRPProducerAdminPortlet

    < 7 November 2013 12:05:11 hours GMT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default" is now listening on 2002:1031:955e:0:0:0:1031:955e:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < WARNING > < Server > < BEA-002611 > < Hostname "USER1.emea.abccorp.net", corresponds to multiple IP addresses: 169.254.0.139, 16.49.149.94, fe80:0:0:0:d99d:171 a: d075:9

    39, fe80:0:0:0:d95e:2578:9413:8 b % 125%, 2002:1031:955e:0:0:0:1031:955e >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "[1] by default ' is now listening on 16.49.149.94:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [11]" now listen on 127.0.0.1:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [8]" now listen on fe80:0:0:0:bd1c:a9d:3ef6:529e:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [4]" now listen on 169.254.0.139:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [10]" now listen on fe80:0:0:0:2070:1ea3:5601:ff74:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [7]" is now listening on fe80:0:0:0:1 d 88: e89b:ab1c:d0e6:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [3]" now listen on fe80:0:0:0:200:5efe:1031:955e:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [2]" is now listening on fe80:0:0:0:0:5efe:a9fe:8 b: 7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [9]" is now listening on fe80:0:0:0:d99d:171 has: d075:9f5c:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [12]" now listen on 0:0:0:0:0:0:0:1:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < Channel "Default [6]" now listen on fe80:0:0:0:9453:337f:cf7b:64aa:7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < Server > < BEA-002613 > < channel 'by default [5]' now listen on fe80:0:0:0:d95e:2578:9413:8 b: 7002 for iiop, t3, ldap, snmp, http protocols. >

    < 7 November 2013 12:05:13 hours GMT > < opinion > < WebLogicServer > < BEA-000331 > < started WebLogic Admin Server "AdminServer' field 'SITE_Producer_Sandbox' running in development Mode >

    < 7 November 2013 12:05:16 hours GMT > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >

    < 7 November 2013 12:05:16 hours GMT > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >

    < 7 November 2013 12:05:16 hours GMT > < WARNING > < Log Management > < BEA-170011 > < The LogBroadcaster on this server has no messages to the server admin log. The administrator of the server may not be

    Ning. Emissions of message to the administrator of the server will be disabled. >

    "I did a clean install on a new machine and now that's what I have, is much more beautiful." Do you think? »

    Yep!

  • Publish in Oracle 12 c Installation for 64-bit windows

    (a) I downloaded Oracle Database 12 c of http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html for 64-bit windows

    (b) unpacked two files and have click on the installation file in file1

    (c) he is stuck at 59%, that is, configuration

    Here is the part of the log file

    installcommand = "E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm" - al {A1F205B4-4418-11D2-B2F1-00805FC19E2E} the value of SYSTEM permits
    deinstallcommand = null
    WaitForCompletion = true

    "INFO: spawning '"E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm"- al {A1F205B4-4418-11D2-B2F1-00805FC19E2E} the value of SYSTEM permits"

    "INFO: spawning '"E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm"- al {A1F205B4-4418-11D2-B2F1-00805FC19E2E} the value of SYSTEM permits"

    INFO:

    INFO: Starting the process generated output:

    INFO: ----------------------------------

    INFO:

    INFO: End of the generated process exit.

    INFO: ----------------------------------

    INFO: Call Action fileActions11.2.0.2.0 instantiateFile

    Noeudsselectionnes = 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: instantiation 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig '.

    INFO: instantiation 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig '.

    INFO: Call 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: copy 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig '.

    INFO: copy 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig '.

    INFO: update ' E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.

    INFO: update ' E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.

    INFO: setting up 'Database Configuration and upgrade of 12.1.0.1.0 Assistants'

    INFO: setting up 'Database Configuration and upgrade of 12.1.0.1.0 Assistants'

    INFO: 11/07/13 15:24:16 CAT: starting install install Phase 2 of the Component Configuration database and upgrade wizards

    INFO: Call Action w32RegActions10.2.0.1.0 RegSetValue

    Noeudsselectionnes = null
    Key = HKEY_LOCAL_MACHINE
    Subkey = SOFTWARE\ORACLE\KEY_OraDB12Home1
    value = ORACLE_BASE
    data = E:\app\j1013565
    UpdateType = null

    INFO: update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    INFO: update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    INFO: Call Action fileActions11.2.0.2.0 instantiateFile

    Noeudsselectionnes = 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: instantiation 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs '.

    INFO: instantiation 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs '.

    INFO: Call Action fileActions11.2.0.2.0 removeFile

    Noeudsselectionnes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs

    NEWS: removal of "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs".

    NEWS: removal of "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs".

    INFO: Call Action ntw32FoldersActions10.2.0.3.0 ntCreateItem

    Noeudsselectionnes = null
    groupName = Oracle - OraDB12Home1\Configuration and Migration Tools
    itemName = the database Configuration Wizard
    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 Wizard" in the folder "Oracle - OraDB12Home1\Configuration and Migration Tools.

    INFO: creating "Database Configuration Wizard" in the folder "Oracle - OraDB12Home1\Configuration and Migration Tools.

    INFO: Call Action fileActions11.2.0.2.0 instantiateFile

    Noeudsselectionnes = 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: instantiation 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl '.

    INFO: instantiation 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl '.

    INFO: Call Action fileActions11.2.0.2.0 removeFile

    Noeudsselectionnes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl

    NEWS: removal of "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl".

    NEWS: removal of "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl".

    INFO: Call Action ntw32FoldersActions10.2.0.3.0 ntCreateItem

    Noeudsselectionnes = 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 the folder "Oracle - OraDB12Home1\Configuration and Migration Tools.

    INFO: creating "Database upgrade Assistant" in the folder "Oracle - OraDB12Home1\Configuration and Migration Tools.

    INFO: Call Action fileActions11.2.0.2.0 instantiateFile

    Noeudsselectionnes = 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: instantiation 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs '.

    INFO: instantiation 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs '.

    INFO: Call Action fileActions11.2.0.2.0 removeFile

    Noeudsselectionnes = null
    source = E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs

    NEWS: removal of "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs".

    NEWS: removal of "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs".

    INFO: fileQueries10.1.0.3.0 call query exists

    filename = E:\app\j1013565\product\12.1.0\dbhome_1\bin\emdwgrd

    INFO: Query return: false

    INFO: set 'Oracle JVM 12.1.0.1.0' up

    INFO: set 'Oracle JVM 12.1.0.1.0' up

    INFO: 11/07/13 15:24:16 CAT: starting install install Phase 2 of the JVM Oracle component

    NEWS: implementation of "Oracle Advanced Security 12.1.0.1.0"

    NEWS: implementation of "Oracle Advanced Security 12.1.0.1.0"

    INFO: 11/07/13 15:24:16 CAT: starting install install Phase 2 of the Oracle Advanced Security component

    NEWS: implementation of "Oracle Internet Directory Client 12.1.0.1.0"

    NEWS: implementation of "Oracle Internet Directory Client 12.1.0.1.0"

    INFO: 11/07/13 15:24:16 CAT: from install install Phase 2 of the customer of Oracle Internet Directory component

    INFO: setting up 'Oracle Net Listener 12.1.0.1.0.

    INFO: setting up 'Oracle Net Listener 12.1.0.1.0.

    INFO: 11/07/13 15:24:16 CAT: starting install install Phase 2 of the Oracle Net Listener component

    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: 11/07/13 15:24:16 CAT: go install to install Phase 2 of the component files to DB

    INFO: set 'Oracle Text 12.1.0.1.0' up

    INFO: set 'Oracle Text 12.1.0.1.0' up

    INFO: 11/07/13 15:24:16 CAT: starting install install Phase 2 of the Oracle text component

    INFO: setting up 'Oracle Net Services 12.1.0.1.0.

    INFO: setting up 'Oracle Net Services 12.1.0.1.0.

    INFO: 11/07/13 15:24:16 CAT: starting install install Phase 2 of the Oracle Net Services component

    INFO: setting up 'Oracle Database 12 c 12.1.0.1.0'

    INFO: setting up 'Oracle Database 12 c 12.1.0.1.0'

    INFO: 11/07/13 15:24:16 CAT: from install install Phase 2 of the component database Oracle 12 c

    INFO: Call Action w32RegActions10.2.0.1.0 RegSetValue

    Noeudsselectionnes =
    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: update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    INFO: update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    INFO: Call Action w32RegActions10.2.0.1.0 RegSetValue

    Noeudsselectionnes =
    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: update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    INFO: update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    INFO: Call the query UtilQueries12.1.0.1.0 GetNTUserName

    INFO: Query returned: JDA\j1013565

    INFO: Call Action ntGrpActionLib10.2.0.1.0 AddToOraDbaGroup

    oradimLocation = E:\app\j1013565\product\12.1.0\dbhome_1\bin
    user name = JDA\j1013565
    isRAC = false
    nodeList =

    It is stuck at this point

    Here is the log that is generated to the user interface

    Check if the Central inventory is locked by any other session YES...

    The central inventory is not locked.

    List of loading of products. Please wait.

    Loading of products. Please wait.

    Analysis of dependencies

    Setting up installation types

    Prerequisites for execution

    Loading database Oracle 12 c

    Load Enterprise Edition options

    Load the Oracle Partitioning

    Oracle Spatial and graphic loading

    Load the Oracle OLAP

    Loading database Oracle 12 c

    Load the Oracle Net Services

    Oracle text loading

    Loading files FROM DB

    Load the Oracle Net Listener

    Load the Oracle Internet Directory Client

    Oracle Advanced Security loading

    Load the Oracle JVM

    Configuration of database load and upgrade wizards

    Remote Oracle Configuration load agent

    Oracle XML Development Kit of loading

    Load the Oracle Multimedia

    Load the Oracle media Locator

    Loading SQL * more

    Load the Oracle Netca customer

    Load the Oracle Call Interface (OCI)

    Loading Oracle programmer

    Loading database gateway for ODBC Oracle

    Loading of common generic connectivity files

    Loading of the Oracle database utilities

    Notification of Oracle of loading service

    Load the Oracle Net

    Loading of common files Wizard

    Oracle Help for Java loading

    Oracle Help hand loading library

    Load the Oracle database user Interface

    Loading the Oracle Java presentation engine

    Loading files common Buildtools

    Oracle LDAP load administration

    Loading of the common Setup files

    The Installation of Plugin files loading

    Load the ice browser Oracle

    Loading the Windows Oracle Interfaces

    Loading Oracle Microsoft Transaction Server Services

    Loading Oracle Wallet Manager

    Cargo safety Oracle development tools

    Loading of XML Parser for Java

    Loading Oracle Net Java required Support files

    Loading Extensions to Oracle for .NET database

    Load uninstall tool

    Oracle of loading for ASP.NET providers

    Loading of PL/SQL

    Loading Oracle Recovery Manager

    Common files nsqlprep loading

    Loading SQL * more instant customer files

    Extended loading Oracle Windowing Toolkit

    Loading of the precompilateurs

    Loading of database SQL scripts

    Loading the Scripts SQL OLAP

    Embedded PL/SQL gateway loading

    Assistant Administration Oracle for Windows loading

    Migration Wizard database for loading Unicode

    Load the Oracle Java Client

    Load the Oracle JDBC/MINCE Interfaces

    Oracle Client load multimedia Option

    Universal connection Pool loading of Oracle

    Secure Socket Layer of loading

    Loading driver ODBC Oracle

    Loading a common files

    Load the Oracle JVM for Core

    Loading of Containers of Oracle for Java

    Loading JAccelerator (COMPANION)

    Load the Oracle OLE DB provider

    Load the Oracle Management quality of services (Client)

    Oracle Database allows loading

    Oracle Data Provider for .NET loading

    Required loading Support files

    Client Oracle JDBC/OCI moment of loading

    The XML Parser for Oracle JVM loading

    SDK Oracle XML database loading

    Load the Oracle XML Query

    Loading bridge Oracle messages common files

    Loading Oracle Starter database

    Loading data schema example

    Oracle database loading of the required Support files

    Load the kernel required Oracle Support for Core DB files

    Loading multimedia files of RDBMS Oracle Locator

    Multimedia Oracle Locator loading required Java Support files

    Loading Oracle globalization support

    Loading Oracle multimedia Java Advanced Imaging

    Loading multimedia files of the Oracle database 12

    Loading the precompiler required Support files

    Loading text for Core Oracle

    Support Oracle Text ATG language files loading

    Notification of Oracle (eons) of loading service

    Loading required Support files parser generator

    Necessary Support files loading RDBMS

    Loading nsqlprep Common Files for the Core

    Loading database Workspace Manager

    SQLJ loading time

    Loading of the required RDBMS support files to run

    Service of Notification of Oracle Instant client loading

    Oracle Application Express from loading

    Oracle SQL Developer of loading

    JDBC Oracle Server Rack Package

    Oracle RAC technical support files required loading-

    Loading platform of required Support files

    Necessary Support files loading XDK

    Loading Oracle Net required support files

    Option to load Oracle Database Vault

    Loading Oracle Clusterware RDBMS files

    Load the Oracle OLAP API

    Loading Oracle RDBMS OLAP files

    Loading files RDBMS Oracle Data Mining

    Loading required SSL Support for InstantClient files

    Load the Oracle local Builder

    Load the Oracle Label Security

    Load the Oracle Real Application Testing

    Loading files of Oracle R Enterprise Server

    Loading Perl interpreter

    LDAP required loading Support files

    Loading Perl Modules

    The Expat libraries loading

    Loading Cluster verification utility common files

    Load the Oracle JFC extended Windowing Toolkit

    Loading Instant Support for customer files required RDBMS

    Support of Oracle globalization to heart of loading

    Load the ODBC Driverfor Oracle Instant Client

    Load the Oracle Bali part

    Loading Oracle globalization support

    Loading Oracle Configuration Manager

    Loading Oracle Configuration Manager Client

    Oracle DBCA left-hand loading

    Oracle RAC allows loading

    Allows to load Oracle Configuration Manager

    Oracle USM allows loading

    Oracle Universal Installer from loading

    One-time correction of loading Oracle installer

    Loading Installer SDK component

    Loading oracle.swd.oui.core.min

    Sun JDK of loading

    Dialog boxes for loading for Oracle Database 12 c

    Loading for Enterprise Edition Options dialog boxes

    Dialog boxes for loading for Oracle Partitioning

    Loading for Oracle Spatial and Graphic dialog boxes

    Dialog boxes for loading for Oracle OLAP

    Dialog boxes for loading for Oracle Database 12 c

    Dialog boxes for loading for Oracle Net Services

    Loading for Oracle Text dialogs

    Dialog boxes for loading for AP files to DB

    Loading for Oracle Net Listener dialog boxes

    Loading for Oracle Internet Directory customer dialogs

    Loading for Oracle Advanced Security dialog boxes

    Oracle JVM loading dialog boxes

    Loading of the Configuration of the database and upgrade of Assistant dialogs

    Dialog boxes for loading for Remote Configuration Oracle Agent

    Dialog boxes for loading for Oracle XML Development Kit

    Dialog boxes for loading for the Oracle multimedia

    Oracle Multimedia Locator loading dialog boxes

    Loading SQL dialogs * more

    Loading for Oracle Netca customer dialogs

    Dialog boxes for loading to Oracle Call Interface (OCI)

    Dialog boxes for loading for Oracle programmer

    Dialog boxes for loading for the gateway for ODBC Oracle database

    Dialog boxes for loading for generic common connectivity files

    Loading for the Oracle database utilities dialog boxes

    Dialog boxes for loading for the Oracle Notification Service

    Loading for Oracle Net dialog boxes

    Loading for Assistant files common dialog boxes

    Dialog boxes for loading for Oracle Help for Java

    Loading for Oracle dialog boxes help share Library

    Loading of the Oracle database user Interface dialog boxes

    Oracle Java Layout Engine loading dialog boxes

    Loading for Buildtools common file dialog boxes

    Loading the Oracle LDAP administration dialog boxes

    Loading for Installation common files dialog boxes

    Loading files for Installation of Plugin dialogs

    Loading for Oracle ice browser dialog boxes

    Loading for the Interfaces Windows Oracle dialog boxes

    Loading for Oracle Services For Microsoft Transaction Server dialog boxes

    Loading for Oracle Wallet Manager dialog boxes

    Dialog boxes for loading for security Oracle development tools

    Dialog boxes for loading of XML for Java parser

    Dialog boxes for loading for Oracle Net Java required Support files

    Dialog boxes for loading for Oracle for .NET database Extensions

    Loading for the uninstall tool dialog boxes

    Dialog boxes for loading for Oracle for ASP.NET providers

    Loading for PL/SQL dialog boxes

    Loading for Oracle Recovery Manager dialog boxes

    Loading for the precompiler common file dialog boxes

    Loading SQL dialogs * more files for the moment customer

    Loading for Oracle Extended Windowing Toolkit dialogs

    Loading to precompilateurs dialog boxes

    Loading of database SQL Scripts dialog boxes

    Loading of the OLAP SQL Scripts dialog boxes

    Dialog boxes for loading for the Embedded PL/SQL gateway

    Dialog boxes for loading for Oracle Administration Assistant for Windows

    Loading of the dialogs of the database for Unicode Migration Wizard

    Loading for Oracle Java Client dialog boxes

    Loading for Oracle JDBC/THIN Interfaces dialog boxes

    Loading for Oracle Multimedia Customer Option dialog boxes

    Dialog boxes for loading for the Oracle Universal connection Pool

    Loading for Secure Socket Layer dialog boxes

    ODBC Oracle driver load dialog boxes

    Loading for AP files common dialog boxes

    Oracle JVM for Core loading dialog boxes

    Dialog boxes for loading for containers of Oracle for Java

    Dialog boxes for loading for JAccelerator (COMPANION)

    Dialog boxes for loading for the Oracle OLE DB provider

    Dialog boxes for loading for the management of quality (customer) Service Oracle

    Dialog boxes for loading for Oracle database allows

    Loading Oracle Data Provider dialog boxes for .NET

    Loading of the Support files needed dialog boxes

    Loading for the Oracle JDBC/OCI Instant Client dialog boxes

    Loading parser for Oracle JVM dialog boxes

    Dialog boxes for loading for Oracle Core XML Development Kit

    Loading for Oracle XML Query dialog boxes

    Loading Message of Oracle Gateway Common Files dialog boxes

    Loading for Oracle Database Starter dialog boxes

    Dialog boxes for loading for the data schema examples

    Dialog boxes for loading for the required Support files to Oracle Core

    Dialog boxes for loading for kernel Oracle required Support for DB Core files

    Dialog boxes for loading for RDBMS Oracle Locator Multimedia files

    Dialog boxes for loading for Oracle Locator required Java Support multimedia files

    Dialog boxes for loading for Oracle Globalization Support

    Dialog boxes for loading to Oracle multimedia Java Advanced Imaging

    Dialog boxes for loading for Oracle 12 c Multimedia database files

    Dialog boxes for loading for the precompiler necessary Support files

    Oracle Text for Core loading dialog boxes

    Dialog boxes for loading for the Oracle text ATG language support files

    Dialog boxes for loading for the Oracle Notification Service (eons)

    Dialog boxes for loading for the Support files needed Parser Generator

    Dialog boxes for loading for the RDBMS required Support files

    Dialog boxes for loading for the precompiler Common Files for the Core

    Database load dialog boxes Workspace Manager

    Load for DURATION SQLJ dialog boxes

    Dialog boxes for loading for RDBMS needed files Runtime support

    Loading for the Service of Notification of Oracle Instant client dialog boxes

    Dialog boxes for loading for Oracle Application Express

    Dialog boxes for loading for Oracle SQL Developer

    Dialog boxes for loading for Oracle JDBC Server Support Package

    Dialog boxes for loading for the required Support of Oracle RAC files - has

    Loading platform Support files required dialog boxes

    Dialog boxes for loading to the XDK necessary Support files

    Dialog boxes for loading to Oracle Net required Support files

    Loading dialog boxes for the Oracle Database Vault option

    Dialog boxes for loading files of RDBMS Oracle Clusterware

    Dialog boxes for loading for Oracle OLAP API

    Dialog boxes for loading files of RDBMS Oracle OLAP

    Loading for RDBMS Oracle Data Mining files dialog boxes

    Loading dialog boxes for SSL Support files required for InstantClient

    Loading for Oracle local Builder dialog boxes

    Loading for Oracle Label Security dialog boxes

    Dialog boxes for loading for Oracle Real Application Testing

    Loading for files Oracle R Enterprise Server dialog boxes

    Loading the dialogs for the Perl interpreter

    Dialog boxes for loading for the necessary Support LDAP files

    Dialog boxes for loading for the Perl Modules

    Loading dialog boxes for the Expat libraries

    Dialog boxes for loading for Cluster verification utility common files

    Loading for Oracle JFC Extended Windowing Toolkit dialogs

    Loading the dialogs for the required RDBMS for Instant Customer Support files

    Dialog boxes for loading for Oracle Support For Core of globalization

    Dialog boxes for loading for instant customer Oracle ODBC Driverfor

    Dialog boxes for loading for Oracle Bali hand

    Dialog boxes for loading for Oracle Globalization Support

    Dialog boxes for loading for Oracle Configuration Manager

    Loading for Oracle Configuration Manager Client dialog boxes

    Oracle DBCA left-hand loading dialog boxes

    Oracle RAC allows loading dialog boxes

    Loading for Oracle Configuration Manager allows dialog boxes

    Loading for Oracle USM allows dialog boxes

    Loading for Oracle Universal Installer dialog boxes

    Dialog boxes load single Installer Patch Oracle

    Installer SDK Component loading dialog boxes

    Loading oracle.swd.oui.core.min dialog boxes

    Dialog boxes for loading for Sun JDK

    Oracle 12 c 12.1.0.1.0 database processing

    Enterprise Edition 12.1.0.1.0 treatment options

    Oracle Partitioning 12.1.0.1.0 treatment

    Oracle Spatial and graphic 12.1.0.1.0 treatment

    Oracle OLAP 12.1.0.1.0 treatment

    Oracle 12 c 12.1.0.1.0 database processing

    Treatment Oracle Net Services 12.1.0.1.0

    Oracle 12.1.0.1.0 processor

    SINCE DB 12.1.0.1.0 file processing

    NET Oracle Listener 12.1.0.1.0

    Processing customer Oracle Internet Directory 12.1.0.1.0

    Oracle Advanced Security 12.1.0.1.0 treatment

    Oracle JVM 12.1.0.1.0 treatment

    Configuration of data treatment and upgrade wizards 12.1.0.1.0

    Agent of production Oracle Configuration remotely 12.1.0.1.0

    XML processing Oracle 12.1.0.1.0 Development Kit

    Media processing Oracle 12.1.0.1.0

    Media processing Oracle Locator 12.1.0.1.0

    Processing of SQL * Plus 12.1.0.1.0

    Oracle customer 12.1.0.1.0 Netca treatment

    Oracle Call Interface (OCI) 12.1.0.1.0 treatment

    Treatment of programmer Oracle 12.1.0.1.0

    Treatment of gateway for ODBC 12.1.0.1.0 Oracle database

    Treatment of the common generic connectivity files 12.1.0.1.0

    Treatment of the 12.1.0.1.0 Oracle database utilities

    Service of notice of Oracle treatment 12.1.0.1.0

    Net Oracle 12.1.0.1.0 treatment

    Treatment of the common files Wizard 12.1.0.1.0

    Oracle Help for Java 11.1.1.6.0 treatment

    Oracle Help Share 11.1.1.6.0 treatment library

    The User Interface of Oracle 11.0.0.0.0 database processing

    Presentation engine treatment Oracle Java 11.0.0.0.0

    Treatment Buildtools Common Files 12.1.0.1.0

    Oracle LDAP 12.1.0.1.0 treatment administration

    Treatment of the 12.1.0.1.0 common installation files

    Processing of the files for Installation of Plugin 12.1.0.1.0

    Oracle browser 11.1.1.6.0 ice treatment

    Treatment of the Interfaces Windows Oracle 12.1.0.1.0

    Microsoft Transaction Server 12.1.0.1.0 Oracle service transformation

    Treatment of Oracle Wallet Manager 12.1.0.1.0

    Treatment of Oracle security 12.1.0.1.0 development tools

    Processing XML Parser for Java 12.1.0.1.0

    Treatment required Oracle Net Java Support 12.1.0.1.0 files

    Treatment for .NET 12.1.0.1.0 Oracle database Extensions

    Treatment uninstall tool 12.1.0.1.0

    Treatment of suppliers of Oracle for ASP.NET 12.1.0.1.0

    Treatment of PL/SQL 12.1.0.1.0

    Treatment Oracle Recovery Manager 12.1.0.1.0

    Treatment of the common files nsqlprep 12.1.0.1.0

    Processing of SQL * more customer files instant 12.1.0.1.0

    Prolonged treatment Oracle Windowing Toolkit 11.1.1.6.0

    Precompilateurs treatment 12.1.0.1.0

    Treatment of database SQL Scripts 12.1.0.1.0

    Processing OLAP SQL Scripts 12.1.0.1.0

    Integrated treatment PL/SQL Gateway 12.1.0.1.0

    Treatment of Oracle for Windows 12.1.0.1.0 Administrative Assistant

    Migration Wizard database for Unicode 12.1.0.1.0 of treatment

    Oracle Java Client 12.1.0.1.0 treatment

    Oracle JDBC/THIN treatment Interfaces 12.1.0.1.0

    Oracle Client multimedia Option 12.1.0.1.0 treatment

    Universal connection Pool treatment of Oracle 12.1.0.1.0

    Secure Socket Layer 12.1.0.1.0 treatment

    Oracle ODBC Driver 12.1.0.1.0 treatment

    Treatment has Common Files 12.1.0.1.0

    Oracle JVM for Core 12.1.0.1.0 treatment

    Container of Oracle for Java 12.1.0.1.0

    JAccelerator (COMPANION) 12.1.0.1.0 treatment

    Provider Oracle for OLE DB 12.1.0.1.0 of treatment

    Oracle Management services (Client) 12.1.0.1.0 of treatment quality

    Treatment 12.1.0.1.0 Oracle database allows

    Oracle Data Provider for .NET 12.1.0.1.0 treatment

    Necessary support for treatment of 12.1.0.1.0 files

    Client Oracle JDBC/OCI Instant 12.1.0.1.0 treatment

    XML Parser for Oracle JVM 12.1.0.1.0 processing

    XML Core Oracle processing 12.1.0.1.0 SDK

    Oracle XML Query processing 12.1.0.1.0

    Treatment of the common files for the gateway Message Oracle 12.1.0.1.0

    Treatment of startup Oracle 12.1.0.1.0 Server

    Examples of treatment data schema 12.1.0.1.0

    Basic treatment required Oracle Support 12.1.0.1.0 files

    Basic treatment required Oracle Support for Core 12.1.0.1.0 DB files

    Oracle Locator multimedia RDBMS 12.1.0.1.0 file processing

    Oracle Locator media processing required Java Support 12.1.0.1.0 files

    Treatment of 12.1.0.1.0 Oracle Globalization Support

    Treatment Oracle multimedia Java Advanced Imaging 12.1.0.1.0

    Treatment of database Oracle 12 c Multimedia Files 12.1.0.1.0

    Precompiler treatment required Support 12.1.0.1.0 files

    Oracle for Core 12.1.0.1.0 processor

    Oracle Text ATG 12.1.0.1.0 processing language Support files

    Oracle's treatment (eons) 12.1.0.1.0 Notification service

    Treatment required Support 12.1.0.1.0 files parser generator

    Treatment of the required RDBMS Support 12.1.0.1.0 files

    Treatment nsqlprep Common Files for Core 12.1.0.1.0

    Treatment of database Workspace Manager 12.1.0.1.0

    Processing SQLJ DURATION 12.1.0.1.0

    Treatment of the required RDBMS Support 12.1.0.1.0 files to run

    Service of notice of Oracle Instant client 12.1.0.1.0 of treatment

    Oracle Application Express 12.1.0.1.0 treatment

    Oracle SQL Developer 12.1.0.1.0 treatment

    Treatment of Management Server Oracle JDBC 12.1.0.1.0 package

    Treatment Oracle RAC required Support files - a 12.1.0.1.0

    Treatment of required platform Support 12.1.0.1.0 files

    Treatment required XDK Support 12.1.0.1.0 files

    Treatment of the Oracle Net support 12.1.0.1.0 files

    Oracle Database Vault option 12.1.0.1.0 treatment

    Oracle Clusterware RDBMS Files 12.1.0.1.0 treatment

    Oracle OLAP API 12.1.0.1.0 treatment

    Oracle OLAP RDBMS Files 12.1.0.1.0 treatment

    Oracle RDBMS files 12.1.0.1.0 of mines data processing

    Treatment required SSL Support for InstantClient 12.1.0.1.0 files

    Oracle processing local Builder 12.1.0.1.0

    Oracle Label Security 12.1.0.1.0 treatment

    Treatment Oracle Real Application Testing 12.1.0.1.0

    Treatment of Oracle Enterprise Server files 12.1.0.1.0 R

    Treatment of the 5.14.1.0.0 Perl interpreter

    Treatment required LDAP Support 12.1.0.1.0 files

    Treatment of the Perl Modules 5.14.1.0.0

    Treatment Expat libraries 2.0.1.0.2

    Treatment Cluster verification utility common files 12.1.0.1.0

    Oracle extended JFC Windowing Toolkit 11.1.1.6.0 treatment

    Treatment of the required RDBMS for the Instant Client 12.1.0.1.0 media files

    Treatment of support Oracle globalization to heart 12.1.0.1.0

    Client Oracle ODBC Driverfor Instant 12.1.0.1.0 of treatment

    Treatment Oracle Bali hand 11.1.1.6.0

    Treatment of 12.1.0.1.0 Oracle Globalization Support

    Treatment of Oracle Configuration Manager 10.3.7.0.3

    Treatment Oracle Configuration Manager Client 10.3.2.1.0

    Oracle DBCA left-hand 12.1.0.1.0 treatment

    Oracle RAC allows 12.1.0.1.0 treatment

    Left-hand treatment Oracle Configuration Manager 10.3.1.0.0

    Oracle USM allows 12.1.0.1.0 treatment

    Oracle Universal Installer 12.1.0.1.0 treatment

    Oracle Patch treatment unique Installer 12.1.0.1.0

    Component of treatment Installer SDK 12.1.0.1.0

    Treatment oracle.swd.oui.core.min 12.1.0.1.0

    Sun JDK 1.6.0.37.0 treatment

    Synchronization of the inventory. Please wait...

    Libraries update

    From facilities

    Synchronization of the inventory. Please wait...

    Current installation

    Self-extracting files for "E:\app\j1013565\product\12.1.0\dbhome_1."

    Current installation

    Copying files 'Sun JDK 1.6.0.37.0'

    Copy of files for "oracle.swd.oui.core.min 12.1.0.1.0".

    Copy of files for 'Install SDK Component 12.1.0.1.0'

    creation of 'Universal Installer' in the folder 'Oracle' - product OraDB12Home1\Oracle installation

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\oraparam.ini '.

    Copying files for "Oracle single Patch Installer 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\OPatch\opatch.ini '.

    Copy of files for "Oracle Universal Installer 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\attachHome.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\detachHome.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\runConfig.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\addLangs.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\oui\clusterparam.ini '.

    Copy of files for "Oracle USM left-hand 12.1.0.1.0"

    Copy of files for 'Oracle Configuration Manager allows 10.3.1.0.0'

    Copy of files for 'Oracle RAC allows 12.1.0.1.0'

    Copy of files for "Oracle DBCA left-hand 12.1.0.1.0"

    Copy of files for "Oracle Configuration Manager Client 10.3.2.1.0"

    Copying files for "Oracle Configuration Manager 10.3.7.0.3"

    extraction of 'E:\app\j1013565\product\12.1.0\dbhome_1\sysman\install\ccr.zip '.

    extract the "README.pdf" of "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\README.pdf".

    extract the file "OCMJarUtil.class" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\OCMJarUtil.class".

    extract the file "emocmrsp.bat" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\emocmrsp.bat".

    extract the file "msvcr71.dll" of "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\msvcr71.dll".

    extract the file "ccr.properties" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\config\ccr.properties".

    extract the file "ccr.properties" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\config\default\ccr.properties".

    extract the file "jsse_license.html" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\doc\jsse_license.html".

    extract the 'Core' of 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\core.jar '.

    extract the file "engines.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\engines.jar".

    extract the file "metricdata.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\metricdata.jar".

    extract the file "rda.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\rda.jar".

    extract the file "rdacewin.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\rdacewin.jar".

    extract the file "scripts.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\inventory\pending\scripts.jar".

    extract the file "OsInfo.class" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\OsInfo.class".

    extract the file "configCCR.vbs" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\configCCR.vbs".

    extract the file "coreutil.vbs" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\coreutil.vbs".

    extract the file "deployPackages.vbs" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\deployPackages.vbs".

    extract the file "emSnapshotEnv.vbs" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emSnapshotEnv.vbs".

    extraction of file "emocmclnt - 14.jar' from 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emocmclnt-14.jar'"

    extract the file "emocmclnt.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emocmclnt.jar".

    extract the file "emocmcommon.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emocmcommon.jar".

    extract the file "emocmutl.vbs" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\emocmutl.vbs".

    extract the file "http_client.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\http_client.jar".

    extract the file "jcert.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\jcert.jar".

    extract the file "jnet.jar' of 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\jnet.jar '.

    extract the file "jsse.jar' of 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\jsse.jar '.

    file extraction 'log4j-Core' of 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\log4j-core.jar '.

    extract the file "osdt_core3.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\osdt_core3.jar".

    extract the file "osdt_jce.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\osdt_jce.jar".

    extract the file "regexp.jar' of 'E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\regexp.jar '.

    extract the file "xmlparserv2.jar" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\lib\xmlparserv2.jar".

    extract the file "setupCCR.exe" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\setupCCR.exe".

    extract the file "ocmJarUtil.bat" to "E:\app\j1013565\product\12.1.0\dbhome_1\ccr\bin\ocmJarUtil.bat".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\sysman\install\ccr.zip".

    Copying files for "Oracle Globalization Support 12.1.0.1.0.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    Copying files "Oracle Bali share 11.1.1.6.0"

    Copy of files for 'Oracle ODBC Driverfor Instant Client 12.1.0.1.0 '.

    copy of "sqresja.dll".

    copy of "sqora32.dll".

    copy of "sqoras32.dll".

    copy of "sqresus.dll".

    Copying files for "Oracle globalization support to heart 12.1.0.1.0.

    Copy of files for "Required RDBMS for the Instant Client 12.1.0.1.0 media files"

    to 'E:\app\j1013565\product\12.1.0\dbhome_1/bin/oci.dll.dbl' in 'E:\app\j1013565\product\12.1.0\dbhome_1/bin/oci.dll '.

    to 'E:\app\j1013565\product\12.1.0\dbhome_1/bin/ociw32.dll.dbl' in 'E:\app\j1013565\product\12.1.0\dbhome_1/bin/ociw32.dll '.

    Copy of 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.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\cv\remenv\exectask.bat '.

    Copy of files for 'Expat libraries 2.0.1.0.2.

    Copying files to the 'Perl 5.14.1.0.0 Modules'

    Copy of files for 'LDAP Required Support Files 12.1.0.1.0.

    Copy files to 'Perl Interpreter 5.14.1.0.0'

    Copy of files for "Oracle R Enterprise Server Files 12.1.0.1.0.

    Copy of files for 'Oracle Real Application Testing 12.1.0.1.0.

    to 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\orarat12.dll.dbl' in 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\orarat12.dll '.

    Copy of files for "Oracle Label Security 12.1.0.1.0"

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\olsadmintool.bat.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\olsoidsync.bat.sbs '.

    Copy of files for "Oracle local Builder 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.cl '.

    copy of "E:\app\j1013565\product\12.1.0\dbhome_1\nls\lbuilder\lbuilder.bat".

    Copy of files for "SSL required InstantClient 12.1.0.1.0 Support files"

    Copy of files for "Oracle Data Mining RDBMS Files 12.1.0.1.0.

    to 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oradmop12.dll.dbl' in 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oradmop12.dll '.

    Copy of files for "Oracle OLAP RDBMS Files 12.1.0.1.0.

    to 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oraolapop12.dll.dbl' in 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oraolapop12.dll '.

    Copy of files for 'Oracle OLAP API 12.1.0.1.0'

    Copy of files for "12.1.0.1.0 Files of the RDBMS Oracle Clusterware.

    Copy files to "Option of Oracle Database Vault 12.1.0.1.0"

    Copy of files for 'Oracle Net support files 12.1.0.1.0.

    copy of "E:\app\j1013565\product\12.1.0\dbhome_1\bin\orancrypt12_ee.dll.dbl".

    Copy of files for "XDK Required Support Files 12.1.0.1.0.

    Copying files for "necessary platform to Support 12.1.0.1.0 files.

    Copy of files for 'technical support files Oracle RAC required a 12.1.0.1.0'

    Copy of files for 'Oracle JDBC Server Support Package 12.1.0.1.0'

    Copy of files for 'Oracle SQL Developer 12.1.0.1.0'

    Copy of files for Oracle Application Express 12.1.0.1.0

    Copy of files for "Service of notice Oracle Instant client 12.1.0.1.0".

    Copying files for "RDBMS required support files Runtime 12.1.0.1.0.

    Copy of files for 'SQLJ Runtime 12.1.0.1.0'

    Copy of files for "database Workspace Manager 12.1.0.1.0"

    Copying files for "precompiler Common Files for Core 12.1.0.1.0.

    Copy of files for "RDBMS Required Support Files 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\instOracle.key '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\bin\instOracle.key".

    copy of "E:\app\j1013565\product\12.1.0\dbhome_1\bin\oravsn12_ee.dll.dbl".

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\eusm.bat.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\umu.bat.sbs '.

    Copy of files for «Necessary to Support 12.1.0.1.0 files parser generator»

    Copy of files for 'Oracle Notification Service (éons) 12.1.0.1.0'

    Copy of files for "Oracle Text ATG Language Support Files 12.1.0.1.0.

    Copy of files for "Oracle Text for Core 12.1.0.1.0"

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\ctx\admin\dr0ulib.sql.sbs".

    Copy of files for "Nsqlprep Support required files 12.1.0.1.0"

    Copy of files for "Oracle Database 12 c media 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.

    Copy of files for 'Oracle RDBMS media 12.1.0.1.0 Locator'

    Copying files for "Oracle required core Support base DB 12.1.0.1.0 files.

    Copy of files for "Oracle Core Required Support Files 12.1.0.1.0.

    Copy of files for 'example schema data 12.1.0.1.0 '.

    Copy of files for 'Starter of Oracle Database 12.1.0.1.0'

    Copy of files for "Oracle Message Gateway Common Files 12.1.0.1.0.

    Copy of files for 'Oracle XML Query 12.1.0.1.0'

    Copy of 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.

    Copy of files for "JDBC/OCI Oracle Instant Client 12.1.0.1.0.

    Copy of files for "Required Support Files 12.1.0.1.0.

    Copy of files for "Oracle Data Provider for.NET 12.1.0.1.0"

    copy of "OracleDataProviderTechFilter.xml".

    Copy of files for 'Oracle Database allows 12.1.0.1.0'

    Copy of files for "Oracle of quality (customer) 12.1.0.1.0 Management Service"

    Copy of files for 'Provider for OLE DB 12.1.0.1.0 Oracle'

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    Copy of files for the 'JAccelerator (COMPANION) 12.1.0.1.0'

    Copying files for "Oracle Containers for Java 12.1.0.1.0.

    Copy of files for 'Oracle JVM for Core 12.1.0.1.0'

    Copy of files for 'HAS Common Files 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\crs\sbs\srvctl.sbs '.

    Copy of files for 'Oracle ODBC Driver 12.1.0.1.0'

    Copy of files for 'Secure Socket Layer 12.1.0.1.0'

    Copying files for "Oracle Universal Pool of connections 12.1.0.1.0.

    Copy of files for 'Oracle Multimedia Customer Option 12.1.0.1.0'

    Copying files for "Oracle JDBC/THIN Interfaces 12.1.0.1.0 '.

    Copy of files for 'Oracle Java Client 12.1.0.1.0'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\statusnc.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\ncomp.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\deploync.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\loadjava.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\dropjava.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\ojvmjava.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\sbs\ojvmtc.sbs '.

    Copy of files for "Database Migration Wizard for Unicode 12.1.0.1.0"

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\dmu\dmu\bin\dmu64.conf".

    copy of "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 to "PL/SQL embedded Gateway 12.1.0.1.0.

    Copy files to "OLAP SQL Scripts 12.1.0.1.0"

    Copying files to the "SQL Scripts 12.1.0.1.0 database'

    Copy of files for "Precompilateurs 12.1.0.1.0".

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\precomp\admin\instpcbcfg.cfg '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\precomp\admin\instpcbcfg.cfg".

    Copy of files for 'Oracle Extended Windowing Toolkit 11.1.1.6.0'

    "Copy of files for ' SQL * more files for the moment customer 12.1.0.1.0"

    Copying files for the "files common nsqlprep 12.1.0.1.0.

    Copying files for "Oracle Recovery Manager 12.1.0.1.0"

    Copy of files for "PL/SQL 12.1.0.1.0.

    Copying files to the 'providers of Oracle for ASP.NET 12.1.0.1.0'

    Copying files to "Uninstall tool 12.1.0.1.0.

    Copying files for '.NET 12.1.0.1.0 Oracle database Extensions'

    Copy of files for 'Oracle Net Java Required Support Files 12.1.0.1.0.

    Copy of files for "Parser for Java 12.1.0.1.0"

    Copy of files for 'Oracle Developer Security Tools 12.1.0.1.0'

    Copying files for "Oracle Wallet Manager 12.1.0.1.0"

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\owm\install\instowm.cl '.

    Copy of files for "Oracle Services for Microsoft Transaction Server 12.1.0.1.0"

    copy of "omtssamp.sql".

    copy of "dlldata.c.

    copy of "account.cpp".

    copy of "account.def".

    copy of "account.dsp".

    copy of "account.dsw".

    copy of "account.idl".

    copy of "account.rc".

    copy of "accountps.def".

    copy of "accountps.mak".

    copy of "caccount.cpp".

    copy of "caccount.h".

    copy of "caccount.h0".

    copy of "caccount.rgs".

    copy of "dlldatax.h".

    copy of "getreceipt.cpp".

    copy of "getreceipt.h".

    copy of "getreceipt.rgs".

    copy of "movemoney.cpp".

    copy of "movemoney.h".

    copy of "movemoney.rgs".

    copy of "mtssamples.dsn".

    copy of "oramisc.h".

    copy "resource.h".

    copy "stdafx.cpp.

    copy "stdafx.h".

    copy of "tlbcheck.dat".

    copy of "updatere.bin".

    copy of "updatereceipt.cpp".

    copy of "updatereceipt.h".

    copy of "updatereceipt.rgs".

    copy of "uuid.txt".

    copy of "oramts.h".

    copy of "oramtsadmin.sql".

    copy of "utl_oramts.sql".

    copy of "prvtoramts.plb".

    Copy of files for 'Oracle Windows Interfaces 12.1.0.1.0'

    Copy of files for 'Oracle Ice Browser 11.1.1.6.0'

    Copying files to the 'Plugin 12.1.0.1.0 installation files"

    Copy of files for "Installation Common Files 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\clone\bin\clone.pl.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\install\config\oracle.rdbms.util.xml '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\addnode\addnode.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\addnode\addnode_oraparam.ini.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\clone\clone_oraparam.ini.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\registerDll.bat.sbs '.

    Copy of files for "Administration of Oracle LDAP 12.1.0.1.0"

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\ldifmigrator.orc '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\oidprovtool.orc '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\ldifmigrator.orc".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\oidprovtool.orc".

    Copy of files for "Buildtools Common Files 12.1.0.1.0.

    Copy of files for 'Oracle Java Layout Engine 11.0.0.0.0'

    Copy of 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.

    Copy of files for "Wizard Common Files 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\bin\rconfig.sbs '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\bin\rconfig.sbs".

    Copy of files for 'Oracle Net 12.1.0.1.0'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\network\install\sqlnet.ora.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\network\install\sbs\trcasst.sbs '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\network\install\sbs\trcasst.sbs".

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\netmgr.cl.sbs '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\netmgr.cl.sbs".

    extraction of 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help/mgr_help.jar '.

    extract the file "blafdoc.css" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\blafdoc.css".

    extract the file "eHelp.xml" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\eHelp.xml".

    extract the file "mgr.brs" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.brs".

    extract the file "mgr.glo" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.glo".

    extract the file "mgr.hhc" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.hhc".

    extract the file "mgr.hs" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.hs".

    extract the file "mgr.idx" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.idx".

    extract the file "mgr.map" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr.map".

    extract the file "n8ahelpabout_oracle_advanced_security.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpabout_oracle_advanced_security.htm".

    extract the file "n8ahelpaccepted.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaccepted.htm".

    extract the file "n8ahelpaddress.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddress.htm".

    extract the file "n8ahelpaddress_list_options_dialog_box.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddress_list_options_dialog_box.htm".

    extract the file "n8ahelpaddresslist.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpaddresslist.htm".

    extract the file "n8ahelpadvanced_service_options_dialog_.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpadvanced_service_options_dialog_.htm".

    extract the file "n8ahelpauthentication_method.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpauthentication_method.htm".

    extract the file "n8ahelpchange_the_oracle_context.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchange_the_oracle_context.htm".

    extract the file "n8ahelpchoose_listener_name_dialog_box.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchoose_listener_name_dialog_box.htm".

    extract the file "n8ahelpchoose_new_context_dialog_box.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpchoose_new_context_dialog_box.htm".

    extract the file "n8ahelpclient_load_balancing.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpclient_load_balancing.htm".

    extract the file "n8ahelpcmanora_file.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcmanora_file.htm".

    extract the file "n8ahelpcommand_menu.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcommand_menu.htm".

    extract the file "n8ahelpconfigure_a_connect_desc00000028.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_desc00000028.htm".

    extract the file "n8ahelpconfigure_a_connect_desc00000029.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_desc00000029.htm".

    extract the file "n8ahelpconfigure_a_connect_descheterog.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_descheterog.htm".

    extract the file "n8ahelpconfigure_a_connect_descrdb.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_descrdb.htm".

    extract the file "n8ahelpconfigure_advanced_connect_data_.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_advanced_connect_data_.htm".

    extract the file "n8ahelpconfigure_advanced_profile_infor.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_advanced_profile_infor.htm".

    extract the file "n8ahelpconfigure_default_domains_for_cl.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_default_domains_for_cl.htm".

    extract the file "n8ahelpconfigure_encryption.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_encryption.htm".

    extract the file "n8ahelpconfigure_external_naming_method.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_external_naming_method.htm".

    extract the file "n8ahelpconfigure_external_procedures_fo.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_external_procedures_fo.htm".

    extract the file "n8ahelpconfigure_heterogeneous_services.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_heterogeneous_services.htm".

    extract the file "n8ahelpconfigure_integrity.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_integrity.htm".

    extract the file "n8ahelpconfigure_listener_addresses.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_listener_addresses.htm".

    extract the file "n8ahelpconfigure_listener_logging_and_t.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_listener_logging_and_t.htm".

    extract the file "n8ahelpconfigure_multiple_address_optio.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_multiple_address_optio.htm".

    extract the file "n8ahelpconfigure_oracle_advance00000211.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_oracle_advance00000211.htm".

    extract the file "n8ahelpconfigure_oracle_advance00000212.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_oracle_advance00000212.htm".

    extract the file "n8ahelpconfigure_password_authe00000051.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_password_authe00000051.htm".

    extract the file "n8ahelpconfigure_profile_logging_and_tr.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconfigure_profile_logging_and_tr.htm".

    extract the file "n8ahelpconnect_data.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_data.htm".

    extract the file "n8ahelpconnect_descriptor.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_descriptor.htm".

    extract the file "n8ahelpconnect_identifier.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_identifier.htm".

    extract the file "n8ahelpconnect_string.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnect_string.htm".

    extract the file "n8ahelpconnectdata.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnectdata.htm".

    extract the file "n8ahelpconnection_load_balancing.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnection_load_balancing.htm".

    extract the file "n8ahelpconnecttime_failover.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpconnecttime_failover.htm".

    extract the file "n8ahelpcreate_a_listener.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_a_listener.htm".

    extract the file "n8ahelpcreate_a_net_service_name.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_a_net_service_name.htm".

    extract the file "n8ahelpcreate_additional_protocol_addre.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_additional_protocol_addre.htm".

    extract the file "n8ahelpcreate_network_route_information.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcreate_network_route_information.htm".

    extract the file "n8ahelpcybersafe.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpcybersafe.htm".

    extract the file "n8ahelpdatabase_identification_by_servi.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdatabase_identification_by_servi.htm".

    extract the file "n8ahelpdatabase_link.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdatabase_link.htm".

    extract the file "n8ahelpdatabase_services.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdatabase_services.htm".

    extract the file "n8ahelpdedicated_server.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdedicated_server.htm".

    extract the file "n8ahelpdirectory_information_tree_dit.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_information_tree_dit.htm".

    extract the file "n8ahelpdirectory_naming.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming.htm".

    extract the file "n8ahelpdirectory_naming_configuration_o.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming_configuration_o.htm".

    extract the file "n8ahelpdirectory_naming_context.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming_context.htm".

    extract the file "n8ahelpdirectory_naming_overview.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming_overview.htm".

    extract the file "n8ahelpdirectory_naming_requirements_fo.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_naming_requirements_fo.htm".

    extract the file "n8ahelpdirectory_server.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_server.htm".

    extract the file "n8ahelpdirectory_server_authentication_.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdirectory_server_authentication_.htm".

    extract the file "n8ahelpdiscovery.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdiscovery.htm".

    extract the file "n8ahelpdistinguished_name_dn.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdistinguished_name_dn.htm".

    extract the file "n8ahelpdomain.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdomain.htm".

    extract the file "n8ahelpdomain_name_system_dns.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpdomain_name_system_dns.htm".

    extract the file "n8ahelpedit_menu.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpedit_menu.htm".

    extract the file "n8ahelpencryption.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpencryption.htm".

    extract the file "n8ahelpexport_oracle_names_entries_to_d.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpexport_oracle_names_entries_to_d.htm".

    extract the file "n8ahelpexport_tnsnamesora_file_entries_.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpexport_tnsnamesora_file_entries_.htm".

    extract the file "n8ahelpexternal_naming.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpexternal_naming.htm".

    extract the file "n8ahelpexternal_procedures.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpexternal_procedures.htm".

    extract the file "n8ahelpfile_menu.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpfile_menu.htm".

    extract the file "n8ahelpgeneral_access_rights.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_access_rights.htm".

    extract the file "n8ahelpgeneral_advanced.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_advanced.htm".

    extract the file "n8ahelpgeneral_logging.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_logging.htm".

    extract the file "n8ahelpgeneral_parameters_authenticatio.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_parameters_authenticatio.htm".

    extract the file "n8ahelpgeneral_parameters_general.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_parameters_general.htm".

    extract the file "n8ahelpgeneral_parameters_logging__trac.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_parameters_logging__trac.htm".

    extract the file "n8ahelpgeneral_routing.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_routing.htm".

    extract the file "n8ahelpgeneral_tracing.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpgeneral_tracing.htm".

    extract the file "n8ahelpglobal_database_name.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpglobal_database_name.htm".

    extract the file "n8ahelphelp_menu.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelphelp_menu.htm".

    extract the file "n8ahelpheterogeneous_services.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpheterogeneous_services.htm".

    extract the file "n8ahelphost_naming.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelphost_naming.htm".

    extract the file "n8ahelpinitialization_parameter_file.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpinitialization_parameter_file.htm".

    extract the file "n8ahelpinstance.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpinstance.htm".

    extract the file "n8ahelpinstance_name.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpinstance_name.htm".

    extract the file "n8ahelpintegrity.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpintegrity.htm".

    extract the file "n8ahelpip_address.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpip_address.htm".

    extract the file "n8ahelpkerberosv5.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpkerberosv5.htm".

    extract the file "n8ahelpldapora_file.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpldapora_file.htm".

    extract the file "n8ahelplightweight_directory_access_pro.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplightweight_directory_access_pro.htm".

    extract the file "n8ahelplink_qualifier.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplink_qualifier.htm".

    extract the file "n8ahelplistener.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistener.htm".

    extract the file "n8ahelplistener_configuration_overview.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistener_configuration_overview.htm".

    extract the file "n8ahelplistener_overview.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistener_overview.htm".

    extract the file "n8ahelplistenerora_file.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistenerora_file.htm".

    extract the file "n8ahelplistening_locations.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplistening_locations.htm".

    extract the file "n8ahelplocal_naming00000018.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplocal_naming00000018.htm".

    extract the file "n8ahelplocal_naming00000153.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplocal_naming00000153.htm".

    extract the file "n8ahelplocal_naming_configuration_overv.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplocal_naming_configuration_overv.htm".

    extract the file "n8ahelplogging.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplogging.htm".

    extract the file "n8ahelplsnrctl_utility.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelplsnrctl_utility.htm".

    extract the file "n8ahelpmicrosoft_active_directory.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpmicrosoft_active_directory.htm".

    extract the file "n8ahelpnaming_external.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnaming_external.htm".

    extract the file "n8ahelpnaming_method.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnaming_method.htm".

    extract the file "n8ahelpnaming_methods.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnaming_methods.htm".

    extract the file "n8ahelpnet8_assistant_key_features.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_assistant_key_features.htm".

    extract the file "n8ahelpnet8_configuration_assistant.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_configuration_assistant.htm".

    extract the file "n8ahelpnet8_configuration_overview.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_configuration_overview.htm".

    extract the file "n8ahelpnet8_connectivity_overview.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_connectivity_overview.htm".

    extract the file "n8ahelpnet8_entries_in_a_directory.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_entries_in_a_directory.htm".

    extract the file "n8ahelpnet8_entries_in_a_directory_dit.gif" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_entries_in_a_directory_dit.gif".

    extract the file "n8ahelpnet8_overview.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet8_overview.htm".

    extract the file "n8ahelpnet_service_name.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnet_service_name.htm".

    extract the file "n8ahelpnetwork_information_service_nis.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnetwork_information_service_nis.htm".

    extract the file "n8ahelpnts.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpnts.htm".

    extract the file "n8ahelporacle_advanced_security.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security.htm".

    extract the file "n8ahelporacle_advanced_security_authent.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_authent.htm".

    extract the file "n8ahelporacle_advanced_security_encrypt.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_encrypt.htm".

    extract the file "n8ahelporacle_advanced_security_integri.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_integri.htm".

    extract the file "n8ahelporacle_advanced_security_other_p.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_other_p.htm".

    extract the file "n8ahelporacle_advanced_security_ssl.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_advanced_security_ssl.htm".

    extract the file "n8ahelporacle_connection_manager.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_connection_manager.htm".

    extract the file "n8ahelporacle_context.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_context.htm".

    extract the file "n8ahelporacle_enterprise_manager.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_enterprise_manager.htm".

    extract the file "n8ahelporacle_internet_directory.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_internet_directory.htm".

    extract the file "n8ahelporacle_rdb_database.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_rdb_database.htm".

    extract the file "n8ahelporacle_system_identifier_sid.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelporacle_system_identifier_sid.htm".

    extract the file "n8ahelpother_services.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpother_services.htm".

    extract the file "n8ahelpoverview_of_the_net8_assistant_e.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpoverview_of_the_net8_assistant_e.htm".

    extract the file "n8ahelppooled_server.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelppooled_server.htm".

    extract the file "n8ahelpprioritize_naming_methods.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprioritize_naming_methods.htm".

    extract the file "n8ahelpprofile.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprofile.htm".

    extract the file "n8ahelpprofile_overview.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprofile_overview.htm".

    extract the file "n8ahelpprotocol.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprotocol.htm".

    extract the file "n8ahelpprotocol_address.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprotocol_address.htm".

    extract the file "n8ahelpprotocol_parameters.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpprotocol_parameters.htm".

    extract the file "n8ahelpradius.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpradius.htm".

    extract the file "n8ahelprecommended_port_numbers.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprecommended_port_numbers.htm".

    extract the file "n8ahelprecord_type.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprecord_type.htm".

    extract the file "n8ahelpregion_database.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpregion_database.htm".

    extract the file "n8ahelprejected.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprejected.htm".

    extract the file "n8ahelprelative_distinguished_name_rdn.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprelative_distinguished_name_rdn.htm".

    extract the file "n8ahelprequested.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprequested.htm".

    extract the file "n8ahelprequired.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelprequired.htm".

    extract the file "n8ahelproute_connection_requests.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelproute_connection_requests.htm".

    extract the file "n8ahelpschema.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpschema.htm".

    extract the file "n8ahelpservice_handler.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpservice_handler.htm".

    extract the file "n8ahelpservice_identification.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpservice_identification.htm".

    extract the file "n8ahelpservice_name.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpservice_name.htm".

    extract the file "n8ahelpservice_registration.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpservice_registration.htm".

    extract the file "n8ahelpsession_data_unit_sdu.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpsession_data_unit_sdu.htm".

    extract the file "n8ahelpset_authentication_credentials.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpset_authentication_credentials.htm".

    extract the file "n8ahelpshared_server.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpshared_server.htm".

    extract the file "n8ahelpsingle_signon.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpsingle_signon.htm".

    extract the file "n8ahelpsource_routing.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpsource_routing.htm".

    extract the file "n8ahelpsqlnetora_file.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpsqlnetora_file.htm".

    extract the file "n8ahelpssl_authentication_method.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpssl_authentication_method.htm".

    extract the file "n8ahelpssl_profile.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpssl_profile.htm".

    extract the file "n8ahelpstatically_configure_database_se.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpstatically_configure_database_se.htm".

    extract the file "n8ahelptask_overview.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptask_overview.htm".

    extract the file "n8ahelptest_connectivity.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptest_connectivity.htm".

    extract the file "n8ahelptimetolive_ttl.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptimetolive_ttl.htm".

    extract the file "n8ahelptnsnamesora_file.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptnsnamesora_file.htm".

    extract the file "n8ahelptoolbar.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptoolbar.htm".

    extract the file "n8ahelptoolbar_toolbarhelp.gif" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptoolbar_toolbarhelp.gif".

    extract the file "n8ahelptoolbar_tooldelete_0001.gif" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptoolbar_tooldelete_0001.gif".

    extract the file "n8ahelptoolbar_toolplus.gif" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptoolbar_toolplus.gif".

    extract the file "n8ahelptoolbar_tooltest.gif" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptoolbar_tooltest.gif".

    extract the file "n8ahelptracing.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptracing.htm".

    extract the file "n8ahelptree_structure_and_hierarchical_.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelptree_structure_and_hierarchical_.htm".

    extract the file "n8ahelpwelcome_to_the_net8_assistant.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpwelcome_to_the_net8_assistant.htm".

    extract the file "n8ahelpwindows_nt_native_authentication.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\n8ahelpwindows_nt_native_authentication.htm".

    extract the file "nmhelp_config_banners_unauthorized_access_auditing.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\nmhelp_config_banners_unauthorized_access_auditing.htm".

    extract the file "nmhelp_create_an_alias.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\nmhelp_create_an_alias.htm".

    extract the file "nmhelp_create_net_service_alias.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\nmhelp_create_net_service_alias.htm".

    extract the file "nmhelp_easyconnect.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\nmhelp_easyconnect.htm".

    extract the file "nmhelp_net_service_alias.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\nmhelp_net_service_alias.htm".

    extract the file "nmhelp_net_service_alias_details.htm" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\nmhelp_net_service_alias_details.htm".

    extract the file "RoboHHRE.lng" to "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\RoboHHRE.lng".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\help\mgr\help\mgr_help.jar".

    Copy of files for 'Oracle Notification Service 12.1.0.1.0'

    Copy of files for 'Oracle Database Utilities 12.1.0.1.0'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\aqxmlctl.bat.template '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\bin\aqxmlctl.bat.template".

    Update ' E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\demo\aqxml.conf.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\diagsetup.bat '.

    "Copy of files for ' generic connectivity Common Files 12.1.0.1.0"

    Copy of files for "Gateway for ODBC 12.1.0.1.0 Oracle database"

    Copy of files for 'Oracle program 12.1.0.1.0'

    Copy of files for 'Oracle Call Interface (OCI) 12.1.0.1.0'

    Copy of files for 'Oracle Netca customer 12.1.0.1.0'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\network\tools\NetProperties '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\netca\netca.sbs '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\netca\netca.cl '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\netca\netca.sbs".

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\netca\netca_deinst.sbs '.

    Copying files for ' SQL * Plus 12.1.0.1.0 '

    Copy of files for 'Oracle Locator 12.1.0.1.0 Multimedia'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\md\admin\mddins.sql '.

    Copy of files for 'Oracle Multimedia 12.1.0.1.0'

    Copy of files for 'Oracle XML Development Kit 12.1.0.1.0'

    Copy of files for 'Oracle Remote Agent 12.1.0.1.0 Configuration'

    Copy of files for "Configuration database and upgrade wizards 12.1.0.1.0"

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\instdbua.cl '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\instdbua.cl".

    Copy of files for 'Oracle JVM 12.1.0.1.0'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\javavm\install\update_javavm_binaries.pl '.

    spawning 'E:\app\j1013565\product\12.1.0\dbhome_1/perl/bin/perl-IE:\app\j1013565\product\12.1.0\dbhome_1/perl/lib E:\app\j1013565\product\12.1.0\dbhome_1/javavm/install/update_javavm_binaries.pl-installer'

    Copy of files for "Oracle Advanced Security 12.1.0.1.0"

    Copy of files for "Oracle Internet Directory Client 12.1.0.1.0"

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\odisrvreg.orc '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\schemasync.orc '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\odisrvreg.orc".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\schemasync.orc".

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\ldap\install\oidca.orc '.

    Copy of files for 'Oracle Net Listener 12.1.0.1.0.

    Copy of files for 'HAS files for DB 12.1.0.1.0'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\srvconfig.bat '.

    Copy of files for "Oracle Text 12.1.0.1.0"

    Copy of files for 'Oracle Net Services 12.1.0.1.0.

    Copy of files for 'Oracle Database 12 c 12.1.0.1.0'

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\admin\instextern.sql".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\admin\instdbmssml.sql".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\admin\instsxpndoff.sql".

    Copy of files for 'Oracle OLAP 12.1.0.1.0'

    Copy of files for 'Oracle Spatial and graphic 12.1.0.1.0'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\md\admin\mdinst.sql '.

    Copy of files for "Oracle Partitioning 12.1.0.1.0"

    to 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oraprtop12.dll.dbl' in 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\oraprtop12.dll '.

    Copying of files for Enterprise Edition' Options '12.1.0.1.0 '.

    Copy of files for 'Oracle Database 12 c 12.1.0.1.0'

    environment variable 'Path' to 'E:\app\j1013565\product\12.1.0\dbhome_1\bin '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\chopt.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\chopt.pl '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\chopt.ini '.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    Current installation

    Setting up 'Sun JDK 1.6.0.37.0'

    Setting up 'oracle.swd.oui.core.min 12.1.0.1.0 '.

    Implementation of 'Install SDK Component 12.1.0.1.0'

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\oraparam.ini".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\clusterparam.ini".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform\win64\unzip.exe".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\oui\bin\platform".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\oui\lib".

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\oui\libplatform".

    Establishment of "Oracle single Patch Installer 12.1.0.1.0.

    Implementation of "Oracle Universal Installer 12.1.0.1.0.

    Implementation of 'Oracle USM allows 12.1.0.1.0'

    Implementation of 'Oracle Configuration Manager allows 10.3.1.0.0'

    Implementation of 'Oracle RAC allows 12.1.0.1.0'

    Implementation of "Oracle DBCA left-hand 12.1.0.1.0"

    Implementation of "Oracle Configuration Manager Client 10.3.2.1.0"

    "Configuration ' Oracle Configuration Manager 10.3.7.0.3"

    changing permission to "E:\app\j1013565\product\12.1.0\dbhome_1/ccr/bin/setupCCR.exe".

    changing permission to "E:\app\j1013565\product\12.1.0\dbhome_1/ccr/bin/ocmJarUtil.bat".

    Implementation of "Oracle Globalization Support 12.1.0.1.0.

    Implementation of "Oracle Bali share 11.1.1.6.0"

    Implementation of 'Oracle ODBC Driverfor Instant Client 12.1.0.1.0 '.

    creating 'Oracle ODBC help' in the folder 'Oracle - development OraDB12Home1\Application.

    creation of 'Microsoft ODBC Administrator' in the folder 'Oracle - OraDB12Home1\Configuration and Migration Tools.

    create registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/Oracle in OraDB12Home1".

    update registry key "HKEY_LOCAL_MACHINE/software/odbc/odbcinst.ini/odbc drivers".

    Implementation of "Oracle Globalization Support for Core 12.1.0.1.0.

    Setting up "RDBMS required Support for the moment customer 12.1.0.1.0 files"

    Implementation of 'Oracle JFC Extended Windowing Toolkit 11.1.1.6.0'

    Implementation of 'Cluster verification utility Common Files 12.1.0.1.0.

    Implementation of "Expat libraries 2.0.1.0.2.

    Implementation of 'Perl 5.14.1.0.0 Modules'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\site\lib\auto\DBD\Oracle\mk.pm '.

    Implementation of "LDAP Required Support Files 12.1.0.1.0.

    Implementation of "a 5.14.1.0.0 Perl interpreter.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\c2ph.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\corelist.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\config_data.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\cpan.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\cpan2dist.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\cpanp-run-perl.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\cpanp.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\enc2xs.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\find2perl.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\h2ph.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\h2xs.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\instmodsh.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\libnetcfg.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\perlbug.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\json_pp.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\dprofpp.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\perldoc.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\perlivp.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\piconv.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\pl2pm.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\pod2html.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\pod2latex.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\pod2man.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\pod2text.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\prove.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\psed.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\pstruct.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\ptar.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\ptardiff.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\ptargrep.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\s2p.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\shasum.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\splain.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\bin\xsubpp.bat '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\lib\Config_heavy.pl '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\lib\Config.pm '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\lib\perllocal.pod '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\perl\lib\CORE\config.h '.

    Implementation of "Oracle R Enterprise Server Files 12.1.0.1.0.

    Implementation of 'Oracle Real Application Testing 12.1.0.1.0.

    Implementation of "Oracle Label Security 12.1.0.1.0"

    Implementation of "Oracle local Builder 12.1.0.1.0.

    creation of 'Local Builder' in the folder 'Oracle - OraDB12Home1\Configuration and Migration Tools.

    Implementation of "SSL required Support Files of InstantClient 12.1.0.1.0.

    Implementation of "Oracle Data Mining RDBMS Files 12.1.0.1.0.

    Implementation of "Oracle OLAP RDBMS Files 12.1.0.1.0.

    Implementation of 'Oracle OLAP API 12.1.0.1.0'

    Setting up '12.1.0.1.0 Files of the RDBMS Oracle Clusterware.

    Implementation of 'Option to Oracle Database Vault 12.1.0.1.0'

    Implementation of 'Net Oracle required Support Files 12.1.0.1.0'

    Implementation of "XDK Required Support Files 12.1.0.1.0.

    Implementation of "required platform 12.1.0.1.0 Support files.

    Establishment of "Oracle RAC required Support Files-a 12.1.0.1.0 '"

    Implementation of 'Oracle JDBC Server Support Package 12.1.0.1.0'

    Implementation of 'Oracle SQL Developer 12.1.0.1.0'

    creation of "SQL Developer" in the folder "Oracle - development OraDB12Home1\Application.

    Establishment of "Oracle Application Express 12.1.0.1.0 '"

    Implementation of "Service of notice Oracle Instant client 12.1.0.1.0".

    Establishment of "RDBMS required support files Runtime 12.1.0.1.0.

    Implementation of 'SQLJ Runtime 12.1.0.1.0'

    Configuration of "" database Workspace Manager 12.1.0.1.0 ".

    Setting up "precompiler Common Files for Core 12.1.0.1.0.

    Implementation of "RDBMS Required Support Files 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\orahomeuserctl.bat '.

    Implementation of "necessary Support Files 12.1.0.1.0 parser generator.

    Implementation of 'Oracle Notification Service (éons) 12.1.0.1.0'

    Implementation of "Oracle Text ATG Language Support Files 12.1.0.1.0.

    Implementation of "Oracle Text for Core 12.1.0.1.0"

    Implementation of "precompiler Required Support Files 12.1.0.1.0.

    Implementation of "Oracle Database 12 c Multimedia Files 12.1.0.1.0"

    Establishment of "Oracle multimedia Java Advanced Imaging 12.1.0.1.0.

    Implementation of "Oracle Globalization Support 12.1.0.1.0.

    Establishment of "Oracle multimedia Locator Java Required Support Files 12.1.0.1.0.

    Establishment of "Oracle multimedia Locator RDBMS Files 12.1.0.1.0.

    Implementation of 'Oracle required Core Support base DB 12.1.0.1.0 files'

    Implementation of "Core Oracle required Support 12.1.0.1.0 files"

    Implementation of 'example schema data 12.1.0.1.0 '.

    Implementation of "Starter of Oracle Database 12.1.0.1.0"

    Implementation of "Oracle Message Gateway Common Files 12.1.0.1.0.

    Implementation of 'Oracle XML Query 12.1.0.1.0'

    Implementation of 'Oracle Core XML Development Kit 12.1.0.1.0'

    Setting up "XML Parser for Oracle JVM 12.1.0.1.0.

    Implementation of 'Oracle JDBC/OCI Instant Client 12.1.0.1.0 '.

    Implementation of "Required Support Files 12.1.0.1.0.

    Implementation of "Oracle Data Provider for.NET 12.1.0.1.0"

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\OraProvCfg.exe action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\Oracle.DataAccess.dll ' '

    spawning 'E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\OraProvCfg.exe / action: config /product:odp /frameworkversion:v2.0.50727 /productversion:2.121.1.0.

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\OraProvCfg / action: register /product:odp component:perfcounter /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\Oracle.DataAccess.dll" '

    creation of registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/2.121.1.0 '.

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\OraProvCfg.exe action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\PublisherPolicy\2.x\Policy.2.102.Oracle.DataAccess.dll ' '

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\OraProvCfg.exe action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\PublisherPolicy\2.x\Policy.2.111.Oracle.DataAccess.dll ' '

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\OraProvCfg.exe action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\PublisherPolicy\2.x\Policy.2.112.Oracle.DataAccess.dll ' '

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\4\OraProvCfg.exe action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\4\Oracle.DataAccess.dll ' '

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\4\OraProvCfg.exe action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\PublisherPolicy\4\Policy.4.112.Oracle.DataAccess.dll ' '

    spawning 'E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\4\OraProvCfg.exe / action: config /product:odp /frameworkversion:v4.0.30319 providerpath:E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\4\Oracle.DataAccess.dll.

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\4\OraProvCfg / action: register /product:odp component:perfcounter /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\4\Oracle.DataAccess.dll" '

    creation of registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    update registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/Oracle/ODP.NET/4.121.1.0 '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.odpnet '.

    copy of "E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.odpnet".

    Update ' E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.

    Implementation of 'Oracle Database allows 12.1.0.1.0'

    Implementation of 'Service quality (customer) 12.1.0.1.0 management Oracle'

    Setting up 'Provider for OLE DB 12.1.0.1.0 Oracle'

    creating 'Oracle provider for OLE DB Readme' in the folder 'Oracle - development OraDB12Home1\Application.

    creation of registry key ' HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/OLEDB.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraoledb '.

    copy of "E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraoledb".

    Update ' E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.

    Setting up "JAccelerator (COMPANION) 12.1.0.1.0"

    Implementation of "Oracle Containers for Java 12.1.0.1.0"

    Implementation of 'Oracle JVM for Core 12.1.0.1.0'

    Implementation of "HAS Common Files 12.1.0.1.0.

    Implementation of 'Oracle ODBC Driver 12.1.0.1.0'

    Implementation of 'Secure Socket Layer 12.1.0.1.0'

    Implementation of "Oracle Universal 12.1.0.1.0 connection Pool.

    Implementation of 'Oracle Multimedia Customer Option 12.1.0.1.0'

    Establishment of "Oracle JDBC/THIN Interfaces 12.1.0.1.0 '.

    Implementation of 'Oracle Java Client 12.1.0.1.0'

    Implementation of 'Migration Assistant for Unicode 12.1.0.1.0 database'

    creation of "Database Migration Wizard for Unicode" in the folder "Oracle - OraDB12Home1\Configuration and Migration Tools.

    Implementation of "Oracle Administration Assistant for Windows 12.1.0.1.0.

    creation of "Administration Assistant for Windows" in the folder "Oracle - OraDB12Home1\Configuration and Migration Tools.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oaa '.

    copy of "E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oaa".

    Update ' E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.

    Setting up "PL/SQL embedded Gateway 12.1.0.1.0.

    Setting up "OLAP SQL Scripts 12.1.0.1.0"

    Implementation of "Database SQL Scripts 12.1.0.1.0"

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\rdbms\install\sbs\initmeta.sbs '.

    Setting up 'Precompilateurs 12.1.0.1.0 '.

    Implementation of 'Oracle Extended Windowing Toolkit 11.1.1.6.0'

    "Setting up ' SQL * more files for the moment customer 12.1.0.1.0"

    Setting up "nsqlprep Common Files 12.1.0.1.0.

    Configuration ' Oracle Recovery Manager 12.1.0.1.0 '

    Implementation of "PL/SQL 12.1.0.1.0.

    Implementation of the 'providers of Oracle for ASP.NET 12.1.0.1.0'

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODP.NET\bin\2.x\OraProvCfg action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\asp.net\bin\2.x\Oracle.Web.dll ' '

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ASP.NET\bin\2.x\OraProvCfg action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\asp.net\PublisherPolicy\2.x\Policy.2.111.Oracle.Web.dll ' '

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ASP.NET\bin\2.x\OraProvCfg action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\asp.net\PublisherPolicy\2.x\Policy.2.112.Oracle.Web.dll ' '

    spawning 'E:\app\j1013565\product\12.1.0\dbhome_1\ASP.NET\bin\2.x\OraProvCfg / action: config /product:aspnet /frameworkversion:v2.0.50727 /productversion:2.121.1.0 component:all.

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ASP.NET\bin\4\OraProvCfg action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\asp.net\bin\4\Oracle.Web.dll ' '

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ASP.NET\bin\4\OraProvCfg action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\asp.net\PublisherPolicy\4\Policy.4.112.Oracle.Web.dll ' '

    spawning 'E:\app\j1013565\product\12.1.0\dbhome_1\ASP.NET\bin\4\OraProvCfg / action: config /product:aspnet /frameworkversion:v4.0.30319 /productversion:4.121.1.0 component:all.

    Implementation of '12.1.0.1.0 Uninstall tool.

    Implementation of 'Oracle Database Extensions for.NET 12.1.0.1.0'

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODE.NET\bin\2.x\OraProvCfg.exe action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODE.NET\bin\2.x\Oracle.Database.extensions.dll ' '

    creation of registry key ' HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/ODE '.

    ' spawning ' E:\app\j1013565\product\12.1.0\dbhome_1\ODE.NET\bin\4\OraProvCfg.exe action:gac /providerpath:"E:\app\j1013565\product\12.1.0\dbhome_1\ODE.NET\bin\4\Oracle.Database.extensions.dll ' '

    creation of registry key ' HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/ODE '.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/ODE '.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/ODE '.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/ODE '.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/ODE '.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/ODE '.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1/ODE '.

    Implementation of 'Oracle Net Java Required Support Files 12.1.0.1.0.

    Setting up "Parser for Java 12.1.0.1.0"

    Implementation of 'Oracle Developer Security Tools 12.1.0.1.0'

    "Configuration ' Oracle Wallet Manager 12.1.0.1.0"

    creating 'Wallet Manager' in the folder 'Oracle - OraDB12Home1\Integrated management tools. "

    Implementation of "Oracle Services for Microsoft Transaction Server 12.1.0.1.0"

    Implementation of 'Oracle Windows Interfaces 12.1.0.1.0'

    Implementation of 'Oracle Ice Browser 11.1.1.6.0'

    Implementation of 'Installation Plugin Files 12.1.0.1.0.

    Implementation of 'Installation Common Files 12.1.0.1.0.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\deinstall\deinstall.bat '.

    Implementation of "Administration of Oracle LDAP 12.1.0.1.0"

    Setting up "Buildtools Common Files 12.1.0.1.0.

    Implementation of 'Oracle Java Layout Engine 11.0.0.0.0'

    Implementation of "Oracle Database User Interface 11.0.0.0.0"

    Establishment of "Oracle help share Library 11.1.1.6.0."

    Establishment of "Oracle Help for Java 11.1.1.6.0.

    Implementation of "Wizard Common Files 12.1.0.1.0.

    Establishment of "Oracle Net 12.1.0.1.0 '"

    creation of 'Net Manager' in the folder 'Oracle - OraDB12Home1\Configuration and Migration Tools.

    Implementation of 'Oracle Notification Service 12.1.0.1.0'

    Update ' E:\app\j1013565\product\12.1.0\dbhome_1\opmn\conf\ons.config.

    Update ' E:\app\j1013565\product\12.1.0\dbhome_1\opmn\conf\ons.config.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\opmn\bin\onsctli '.

    changing permission to "E:\app\j1013565\product\12.1.0\dbhome_1\opmn\bin\onsctli".

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\onsctl.bat '.

    changing permission to "E:\app\j1013565\product\12.1.0\dbhome_1\bin\onsctl.bat".

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\opmn\bin\onsctl.bat '.

    changing permission to "E:\app\j1013565\product\12.1.0\dbhome_1\opmn\bin\onsctl.bat".

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\opmn\bin\onsctli.bat '.

    changing permission to "E:\app\j1013565\product\12.1.0\dbhome_1\opmn\bin\onsctli.bat".

    Implementation of 'Oracle Database Utilities 12.1.0.1.0'

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    "Setting up ' generic connectivity Common Files 12.1.0.1.0"

    Introduction of 'Gateway to Oracle for ODBC 12.1.0.1.0 data base'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\hs\admin\listener.ora.sample '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\hs\admin\tnsnames.ora.sample '.

    Setting up 'Oracle program 12.1.0.1.0'

    Setting up 'Oracle Call Interface (OCI) 12.1.0.1.0'

    Implementation of 'Oracle Netca customer 12.1.0.1.0'

    creation of 'Net Configuration Assistant' in the folder 'Oracle - OraDB12Home1\Configuration and Migration Tools.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    Setting up ' SQL * Plus 12.1.0.1.0 '

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    creating 'SQL Plus' in the folder 'Oracle - development OraDB12Home1\Application.

    Implementation of 'Oracle Locator 12.1.0.1.0 Multimedia'

    Implementation of 'Oracle Multimedia 12.1.0.1.0'

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\ord\im\admin\imimdloc.sql '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\ord\admin\ordisys.sql '.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\ord\im\admin\ordlib.sql '.

    Implementation of 'Oracle XML Development Kit 12.1.0.1.0'

    Implementation of 'Oracle Remote Agent 12.1.0.1.0 Configuration'

    spawning '' E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\oraconfig.exe' - RegServer ".

    spawning '"E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm" - aa {A1F205B4-4418-11D2-B2F1-00805FC19E2E} set allowed ORA_DBA.

    spawning '"E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm" - aa {A1F205B4-4418-11D2-B2F1-00805FC19E2E} set allowed SYSTEM. "

    spawning '"E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm" - al {A1F205B4-4418-11D2-B2F1-00805FC19E2E} the value of permits ORA_DBA'

    "spawning '"E:\app\j1013565\product\12.1.0\dbhome_1\oraconfig\ocfgperm"- al {A1F205B4-4418-11D2-B2F1-00805FC19E2E} the value of SYSTEM permits"

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig '.

    copy of "E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.oraconfig".

    Update ' E:\app\j1013565\product\12.1.0\dbhome_1\bin\selecthome.bat.

    Implementation of "Configuration database and upgrade wizards 12.1.0.1.0"

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\dbca.sbs".

    creation of "Database Configuration Wizard" in the folder "Oracle - OraDB12Home1\Configuration and Migration Tools.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbca\instdbca.cl".

    creation of "Upgrade database Wizard" in the folder "Oracle - OraDB12Home1\Configuration and Migration Tools.

    instantiation of 'E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs '.

    removal of the "E:\app\j1013565\product\12.1.0\dbhome_1\assistants\dbua\dbua.sbs".

    Implementation of 'Oracle JVM 12.1.0.1.0'

    Implementation of "Oracle Advanced Security 12.1.0.1.0"

    Implementation of "Oracle Internet Directory Client 12.1.0.1.0"

    Setting up 'Oracle Net Listener 12.1.0.1.0.

    Setting up 'HAS files for DB 12.1.0.1.0'

    Implementation of 'Oracle Text 12.1.0.1.0'

    Implementation of 'Oracle Net Services 12.1.0.1.0.

    Implementation of 'Oracle Database 12 c 12.1.0.1.0'

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    update registry key "HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1.

    You uncompress all files uploaded in the same two folder?

  • APEX with Oracle Containers for J2EE

    database: Oracle 11g Release 2
    operating system: Windows Vista
    Java application server: Oracle Containers for J2EE (OC4J)
    HTTP server: Oracle Application Express Listener

    I'm trying to get Oracle Application Express Listener to run using Oracle for J2EE (OC4J) containers. As I was doing this, I noticed that the option Oracle Containers that I try to use would not actually work with APEX, so I need to know if he can or cannot be used. Also, I try to get the Oracle Containers 'oc4j' command works, and I can't do that because I need to set JAVA_HOME and ORACLE_HOME, but I don't know how.

    For the Oracle Application Express listener, the documents indicate that we can run in stand-alone mode, or run using a Java Enterprise Edition application server. Choice was made to run using an application server Java Enterprise Edition and based on that there are three options:
    1 oracle WebLogic Server
    2 oracle GlassFish Server
    3 oracle Containers for J2EE (OC4J)

    Choice was made to see option #3, Oracle Containers for J2EE (OC4J).

    The listener APEX 'Guide installation and Developer', there is a link for containers of Oracle to J2EE (OC4J), so I followed the link to the Version "containers for J2EE autonomous distribution - Production versions of Oracle, ' 10.1.3.5.0 and downloaded and started working on the installation. But just recently, I noticed that on the same page it says "NOTE: standalone OC4J is purely for use in a standalone environment.» It cannot be used to replace the OC4J running in ANY existing installation of Oracle Application Server 10 g".

    TWO QUESTIONS: If it cannot be used, then why not option #3 Oracle Containers for J2EE (OC4J) even an option? And why the "install and Developer's Guide ' takes us to this place to download Oracle Containers for Distributions Standalone J2EE?

    When I first came to this page, I did not notice what I did just notice, so I downloaded and started working on an installation of Oracle containers. To use it, we must set two environment variables ORACLE_HOME and JAVA_HOME. Because these environment variables are not defined, whenever I try to execute a command, like 'oc4j-start' or 'oc4j - help', I get the following error:
    C:\Oracle\oc4J2EE_extended\bin > oc4j - start
    Error: JAVA_HOME environment Variable is not defined.
    We can run java.

    I need to get the oc4j command works. I'm running on Windows Vista. I tried to add "C:\Program Files\Java\jdk1.6.0_27\bin;" the environment variable path, but that did not work. He, however, has allowed me to easily use the command "javac" to compile a java source file in a .class file.

    Then, I tried these two statements in the command line:
    C:\ > SET JAVA_HOME = C:\Program Files\Java\jdk1.6.0_27\bin
    C:\ > SET ORACLE_HOME = C:\Oracle\oc4J2EE_extended

    I am tired and then the command oc4j again, and it still didn't work.

    QUESTION: On Windows Vista, how to set ORACLE_HOME and JAVA_HOME so that the oc4j command works?

    Summary:
    1 can I use Oracle Containers for J2EE (OC4J) with Oracle Application Express Listener?
    2. If Yes, then I use the correct version, because the download page says that it "can NOT be used to replace the OC4J running in ANY existing installation of Oracle Application Server 10 g."
    3. How do you define the ORACLE_HOME and JAVA_HOME on a Windows Vista operating system?
    4. How can I get the oc4j command works?

    I let the ORACLE_HOME variable systemic intact (i.e. on the value of the database) and set the local value for the variable in the script to start for the OC4J. So if you use oc4j.cmd, you could put a whole script, like start_oc4j.cmd which could look like this:

    SET JAVA_HOME=C:\Program Files\Java\jdk1.6.0_26
    SET ORACLE_HOME=D:\oracle\oc4j_extended_101350
    "%ORACLE_HOME%"\bin\oc4j.cmd -start
    

    And you can start your OC4J with this script wrapper without disturbing the system wide ORACLE_HOME.

    -Udo

  • What components do I need for a new installation of APEX 4.0?

    Hello

    I have used Apex 3.x in my past. In this new position, I need APEX again. Can't wait to use them again.

    I'm in an all-Windows environment. I want to give a proof of concept for Apex 4.0, but the installation guide says of many other components. 4.0 seems to be more complex than 3.0, so I thought I would check my approach and components.

    If I want to install a new database and the application environment on a new Windows PC, components that I need for a complete solution?

    That's what I have so far for the list of components:
    Oracle XE 10g R2
    Oracle Application Express listener 1.0
    Containers for J2EE (OC4J) Oracle
    Oracle APEX 4.0

    Do I need all these components? Do I need more?

    Thanks for your help.

    Hi Jari,
    Who did it!
    I need only XE and APEX.
    Thank you very much.
    Phil

  • Jul - 09 CPU installation - error could not copy file "libjox10.so" to

    Hi all, I received this error while I was installing the last CPU on a 10.2.0.4 Instance Oracle running on a system of HP - UX Itanium:

    Patch 8568398 :
    Copy action: Desctination File "/ u02/app/oracle/product/10.2/Db_1/lib/libjox10.so" is not writable.
    'oracle.rdbms, 10.2.0.4.0': failed to copy file 'libjox10.so' in ' / u02/app/oracle/product/10.2/Db_1/lib/libjox10.so'

    I checked metalink' site not found similar results.

    Could someone help me?

    Should I run/usr/sbin/slibclean and remove the last patch (Patch 8568398) and try again?



    It's the full changelog...






    $ opatch version
    Citing O Patch 10.2 .0.4.7

    OPatch Version: 10.2.0.4.7

    OPatch succeeded.
    $ sqlplus/nolog

    SQL * more: Release 10.2.0.4.0 - Production on Fri 17 Jul 16:29:29 2009

    Copyright (c) 1982, 2007, Oracle. All rights reserved.

    SQL > conn / as sysdba
    Connected.
    SQL > shutdown immediate
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.
    SQL > exit
    Disconnected from the database to Oracle 10 g Enterprise Edition Release 10.2.0.4.0 - Production 64-bit
    With partitioning, OLAP, Data Mining and Real Application Testing options
    lsnrctl stop $

    LSNRCTL for HP - UX: release 10.2.0.4.0 - Production on July 17, 2009 16:32:29

    Copyright (c) 1991, 2007, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=Hostname) (PORT = 1521)))
    The command completed successfully
    $ emctl stop dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://hostname:1158 / console/em/aboutApplication
    stop Oracle Enterprise Manager Database Control 10g...
    ... Stopped.
    $unzip p8534387_10204_HPUX - IA64.zip
    <>...

    $ cd 8534387
    $ opatch napply-skip_subset-skip_duplicate
    Citing O Patch 10.2 .0.4.7

    Setup Oracle interim Patch version 10.2.0.4.7
    Copyright (c) 2009, Oracle Corporation. All rights reserved.

    UTIL session

    Oracle home: /u02/app/oracle/product/10.2/Db_1
    Inventory Center: / u02/app/oracle/oraInventory
    from: /var/opt/oracle/oraInst.loc
    OPatch version: 10.2.0.4.7
    YES version: 10.2.0.4.0
    YES location: /u02/app/oracle/product/10.2/Db_1/oui
    Location of the log file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2 009-07-17_16-38-05 PM .log

    History of patch file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch_ history.txt

    The utility 'napply '.
    Checking for conflicts between the colonies...
    Checking whether Oracle Home has components required by tasks...
    Audit skip_duplicate
    Audit skip_subset
    Audit of conflict against Oracle Home...
    OPatch continues with these patches: 7155248 7155249 7155250 7155251 7155252 7155253 7155254 7197583 7375611 7375613 7375617 7609057 7609058 8309587 8309592 8309623 8309632 8309637 8309642 8534387 8568395 8568397 8568398 8568402 8568404 8568405

    Do you want? y
    There
    The user responded with: Y

    Prior running check...
    The prerequisite checking 'CheckApplicable' failed.
    The details are:

    Patch 8568398 :
    Copy action: Desctination File "/ u02/app/oracle/product/10.2/Db_1/lib/libjox10.so" is not writable.
    'oracle.rdbms, 10.2.0.4.0': failed to copy file 'libjox10.so' in ' / u02/app/oracle/product/10.2/Db_1/lib/libjox10.so'

    UtilSession failed: check the prerequisites 'CheckApplicable' failed.

    $ opatch lsinventory-details
    Citing O Patch 10.2 .0.4.7

    Setup Oracle interim Patch version 10.2.0.4.7
    Copyright (c) 2009, Oracle Corporation. All rights reserved.


    Oracle home: /u02/app/oracle/product/10.2/Db_1
    Inventory Center: / u02/app/oracle/oraInventory
    from: /var/opt/oracle/oraInst.loc
    OPatch version: 10.2.0.4.7
    YES version: 10.2.0.4.0
    YES location: /u02/app/oracle/product/10.2/Db_1/oui
    Location of the log file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2009-07-17_17-53-30PM.log

    History of patch file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch_history.txt

    Location of the output file Lsinventory: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/lsinv/lsinventory2009-07-17_17-53-30PM.txt

    --------------------------------------------------------------------------------
    Installed products of higher level (2):

    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 3 10.2.0.4.0
    There are 2 products in this House of Oracle.


    Installed products (190):

    Required agent Support 10.2.0.1.0 files
    Agent required Support files Patch 10.2 .0.4.0
    Common files Wizard 10.2.0.1.0
    Wizard common files Patch 10.2 .0.4.0
    Bali hand 1.1.18.0.0
    Buildtools Common Files 10.2.0.1.0
    Character Migration 10.2.0.1.0 utility
    Utility of Migration of character set Patch 10.2 .0.4.0
    Database Configuration and upgrade wizards 10.2.0.1.0
    Configuration of database and the upgrade wizard Patch 10.2 .0.4.0
    Database SQL Scripts 10.2.0.1.0
    Database SQL scripts Patch 10.2 .0.4.0
    Database Workspace Manager 10.2.0.1.0
    Workspace Manager 10.2.0.4.0 database
    DBJAVA necessary support files 10.2.0.1.0
    DBJAVA required Support files Patch 10.2 .0.4.0
    Enterprise Edition Options 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Enterprise Manager Agent Core Patch 10.2 . 0.4.0a
    Enterprise Manager Agent DB 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.4.0
    Enterprise Manager Baseline 10.2.0.1.0
    Enterprise Manager Baseline 10.2.0.4.0
    Core of Enterprise Manager Patch 10.2 . 0.4.0a
    Enterprise Manager Common Files 10.2.0.1.0
    Enterprise Manager minimum integration 10.2.0.1.0
    Common files for Enterprise Manager plugin 10.2.0.1.0
    Common files for Enterprise Manager plugin 10.2.0.1.0
    Enterprise Manager plugin common files Patch 10.2 .0.4.0
    Core of Enterprise Manager 10.2.0.1.0 repository
    Core repository Enterprise Manager Patch 10.2 . 0.4.0a
    Enterprise Manager repository DB 10.2.0.1.0
    Enterprise Manager 10.2.0.4.0 repository DB
    Files common generic connectivity 10.2.0.1.0
    Common generic connectivity files Patch 10.2 .0.4.0
    A Common Files 10.2.0.1.0
    Has common files Patch 10.2 .0.4.0
    A file for DB 10.2.0.1.0
    CONTAINS files for DB Patch 10.2 .0.4.0
    Installation of common files 10.2.0.1.0
    Installation of the common files Patch 10.2 .0.4.0
    Install SDK Component 10.2.0.4.0
    iSQL * Plus 10.2.0.1.0
    iSQL * Plus 10.2.0.4.0
    Java Runtime Environment 1.4.2.14.0
    Common files JDBC 10.2.0.1.0
    JDBC 10.2.0.4.0 common files
    Required LDAP Support 10.2.0.1.0 files
    LDAP required Support files Patch 10.2 .0.4.0
    OLAP SQL Scripts 10.2.0.1.0
    OLAP SQL scripts Patch 10.2 .0.4.0
    Oracle Advanced Security 10.2.0.1.0
    Oracle Advanced Security Patch 10.2 .0.4.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Call Interface (OCI) Patch 10.2 .0.4.0
    RDBMS to Oracle Clusterware 10.2.0.1.0 Files
    Oracle Clusterware RDBMS files Patch 10.2 .0.4.0
    Oracle 1.2.1.0.0I Code Editor
    10.2.7.1.0 Oracle Configuration Manager
    Containers for Java 10.2.0.1.0 Oracle
    Oracle to Java 10.2.0.4.0 containers
    Basic Oracle required Support 10.2.0.1.0 files
    Basic Oracle required Support files Patch 10.2 .0.4.0
    Oracle Data Mining RDBMS files 10.2.0.1.0
    Files RDBMS Oracle Data Mining Patch 10.2 .0.4.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10 G 32-bit 10.1.0.2.0
    Oracle Database 10g files 10.2.0.1.0 InterMedia
    Oracle 10 g interMedia database files Patch 10.2 .0.4.0
    Oracle Database 10 g Patch 10.2 .0.4.0
    Oracle Database 10 g Patch 10.2 .0.4.0
    Oracle Database 10g Release 2 Patch Set 3 10.2.0.4.0
    2.2.13.0.0 Oracle database user interface
    10.2.0.1.0 Oracle database utilities
    Oracle database utilities Patch 10.2 .0.4.0
    Display Oracle 9.0.2.0.0 policies
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.4.0
    Oracle extended Windowing Toolkit 3.4.38.0.0
    10.2.0.1.0 Oracle globalization support
    Oracle globalization support Patch 10.2 .0.4.0
    Oracle Help For Java 4.2.6.1.0
    Oracle Help for the Web 1.1.10.0.0
    Ice browser Oracle 5.2.3.6.0
    10.2.0.1.0 Oracle InterMedia
    10.2.0.1.0 Oracle interMedia Annotator
    InterMedia 10.2.0.1.0 Oracle customer option
    Option of Client Oracle interMedia Patch 10.2 .0.4.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging Patch 10.2 .0.4.0
    10.2.0.1.0 Oracle interMedia Locator
    Oracle interMedia Locator Patch 10.2 .0.4.0
    InterMedia Locator files 10.2.0.1.0 Oracle RDBMS
    Files of RDBMS Oracle interMedia Locator Patch 10.2 .0.4.0
    Oracle InterMedia Patch 10.2 .0.4.0
    Client Oracle Internet Directory 10.2.0.1.0
    Oracle Internet Directory Client Patch 10.2 .0.4.0
    10.2.0.1.0 Oracle Java client
    Java Oracle client Patch 10.2 .0.4.0
    Oracle thin JDBC Driver for JDK 1.2 10.2.0.1.0
    Oracle JDBC Driver thin for JDK 1.2 Patch 10.2 .0.4.0
    Oracle thin JDBC Driver for JDK 1.4 10.2.0.1.0
    Oracle JDBC Driver thin for JDK 1.4 Patch 10.2 .0.4.0
    Oracle JDBC/OCI client Instant 10.2.0.1.0
    Oracle JDBC/OCI Instant client Patch 10.2 .0.4.0
    Oracle extended JFC Windowing Toolkit 4.2.33.0.0
    Oracle JVM 10.2.0.1.0
    Oracle JVM Patch 10.2 .0.4.0
    10.2.0.1.0 Oracle LDAP administration
    Oracle LDAP administration Patch 10.2 .0.4.0
    10.2.0.1.0 Oracle Locale Builder
    Common files for the gateway Message 10.2.0.1.0 Oracle
    Oracle Gateway Common message queues Patch 10.2 .0.4.0
    NET to Oracle 10.2.0.1.0
    Net 10.2.0.1.0 Oracle listener
    Oracle Net Listener Patch 10.2 .0.4.0
    Net Oracle Patch 10.2 .0.4.0
    Net 10.2.0.1.0 Oracle required support files
    Oracle Net support files Patch 10.2 .0.4.0
    Net 10.2.0.1.0 Oracle services
    Oracle 9.0.4.0.0 Notification service
    Oracle Notification service Patch 10.2 .0.4.0
    Oracle OLAP 10.2.0.1.0
    10.2.0.1.0 Oracle OLAP API
    Oracle OLAP API Patch 10.2 .0.4.0
    Oracle OLAP Patch 10.2 .0.4.0
    RDBMS to Oracle OLAP Files 10.2.0.1.0
    Oracle RDBMS OLAP files Patch 10.2 .0.4.0
    One-time correction of Oracle 10.2.0.4.0 installer
    Oracle Partitioning 10.2.0.1.0
    Oracle Partitioning Patch 10.2 .0.4.0
    10.2.0.1.0 Oracle programmer
    Oracle RAC asked 10.2.0.1.0 support-a files
    Oracle RAC asked to support-a files Patch 10.2 .0.4.0
    Oracle Real Application Testing 10.2.0.4.0
    Oracle Recovery Manager 10.2.0.1.0
    Oracle Recovery Manager Patch 10.2 .0.4.0
    Oracle has asked to Support 32-bit 10.2.0.0.0 files
    Need Oracle 32-bit files supported Patch 10.2 .0.4.0
    Oracle Spatial 10.2.0.1.0
    Starter 10.2.0.1.0 Oracle Server
    Starter of Oracle Database Patch 10.2 .0.4.0
    10.2.0.1.0 Oracle text
    Oracle Text Patch 10.2 .0.4.0
    Oracle UIX 2.1.22.0.0
    Universal Oracle install 10.2.0.4.0
    10.2.0.1.0 Oracle Portfolio Manager
    Oracle Wallet Manager Patch 10.2 .0.4.0
    XML Oracle 10.2.0.1.0 SDK
    Oracle XML SDK Patch 10.2 .0.4.0
    Parser generator syntactic necessary support files 10.2.0.1.0
    5.8.3.0.1 Perl interpreter
    Perl interpreter Patch 5.8 . 3.0.1a
    PL/SQL 10.2.0.1.0
    PL/SQL 10.2.0.4.0
    Embedded PL/SQL gateway 10.2.0.1.0
    Embedded PL/SQL Gateway Patch 10.2 .0.4.0
    Platform necessary support files 10.2.0.1.0
    Required platform 10.2.0.4.0 Support files
    Common files nsqlprep 10.2.0.1.0
    Nsqlprep common files Patch 10.2 .0.4.0
    Required precompiler Support 10.2.0.1.0 files
    Precompiler required Support files Patch 10.2 .0.4.0
    Required RDBMS Support 10.2.0.1.0 files
    RDBMS required Support for customer moment 10.2.0.1.0 files
    RDBMS required Instant Customer Support files Patch 10.2 .0.4.0
    RDBMS required Support files Patch 10.2 .0.4.0
    RegExp 2.1.9.0.0
    Necessary Support 10.2.0.1.0 files
    Examples of schema data 10.2.0.1.0
    Sample data schema Patch 10.2 .0.4.0
    Secure Socket Layer 10.2.0.1.0
    Secure Socket Layer Patch 10.2 .0.4.0
    SQL * Plus 10.2.0.1.0
    SQL * Plus 10.2.0.4.0
    SQL * Plus 10.2.0.1.0 required files Support
    SQL * most necessary Support files Patch 10.2 .0.4.0
    SQLJ DURATION 10.2.0.1.0
    SQLJ DURATION Patch 10.2 .0.4.0
    Required SSL Support for InstantClient 10.2.0.1.0 files
    Required SSL Support of InstantClient files Patch 10.2 .0.4.0
    Sun JDK 1.4.2.17.0
    Sun JDK 9.2.0.1.0 extensions
    Required XDK Support 10.2.0.1.0 files
    XDK required Support files Patch 10.2 .0.4.0
    XML Parser for Java 10.2.0.1.0
    XML Parser for Java Patch 10.2 .0.4.0
    XML Parser for Oracle JVM 10.2.0.1.0
    XML Parser for Oracle JVM Patch 10.2 .0.4.0
    There are 190 products installed in this House of Oracle.


    There is no temporary patch installed in this House of Oracle.


    --------------------------------------------------------------------------------

    OPatch succeeded.
    $



    $ /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch_history.txt more

    Date & time: sat 17 Jul, 16:02:17 GMT - 03:00 2009
    Oracle home: /u02/app/oracle/product/10.2/Db_1
    OPatch worm. : 10.2.0.4.7
    Current directory: /u02/app/oracle/product/10.2/Db_1
    Command:-v
    Log file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2009-07-17_16-02-17PM.log


    Date & time: Fri Jul 17 16:38:05 GMT - 03:00 2009
    Oracle home: /u02/app/oracle/product/10.2/Db_1
    OPatch worm. : 10.2.0.4.7
    Current directory: / home/ora10g/8534387
    Order: napply-skip_subset-skip_duplicate
    Log file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2009-07-17_16-38-05PM.log


    Date & time: Fri Jul 17 17:53:30 GMT - 03:00 2009
    Oracle home: /u02/app/oracle/product/10.2/Db_1
    OPatch worm. : 10.2.0.4.7
    Current directory: / home/ora10g/8534387
    Order: lsinventory-details
    Log file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2009-07-17_17-53-30PM.log

    $






    Please let me know if you need more information.

    Regards and thanks in advance!

    Martin

    "is not accessible in writing" means two things.

    1. There is no.
    2. the permissions are not set correctly.

    Determine who it is... This is the first step.

  • Crashing apps and the slow performance since the installation of macOS Sierra

    Hello

    Im a user of long date Mac but displays the first time that I was pretty happy with everything that on my macbook pro for the past years... until I installed Sierra a day ago.

    Since installing everything works super slow and a lot of my apps hang and crash. Things are not rosy, here is my EtreCheck report - running current version 10.12 on my MacBook Pro (mid 2010) if anyone can help would be much appreciated. Thank you

    EtreCheck version: 3.0.6 (315)

    Report generated 2016-10-07 16:52:11

    Download EtreCheck from https://etrecheck.com

    Time 06:53

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Apps are broken

    Hardware Information:

    MacBook Pro Intel Core i5, Intel Core i7 (mid-2010)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro6, 2

    1 2.53 GHz Intel Core i5 CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 371

    Video information:

    Intel HD Graphics

    NVIDIA GeForce GT 330M - VRAM: 256 MB

    Color LCD 1440 x 900

    Software:

    macOS Sierra 10.12 (A 16, 323) - since startup time: less than an hour

    Disc information:

    Hitachi HTS545050B9SA02 disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    BOOTCAMP (disk0s4) / Volumes/BOOTCAMP: 86,37 (Go 31,68 free)

    Macintosh HD (disk 1) / [Startup]: 412,50 (GB 158,46 free)

    Encrypted AES - XTS unlocked

    Storage of carrots: disk0s2 412.88 GB Online

    MATSHITADVD-R UJ-898)

    USB information:

    Logitech USB receiver

    Card reader Apple

    Apple Inc. Apple keyboard / Trackpad

    Apple Inc. BRCM2070 hub.

    Apple Inc. Bluetooth USB host controller.

    Computer, Inc. Apple IR receiver.

    Built-in ISight from Apple Inc..

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    / System/Library/Extensions

    com [no charge]. Huawei.driver.HuaweiDataCardDriver (4.0.6 - 2016-10-04) [Support]

    com [loading]. Logitech.Control Center.HID Driver (3.5.1 - SDK 10.0 - 2016-10-04) [Support]

    com [no charge]. Driver Logitech.Unifying.HID (1.2.0 - SDK 10.0 - 2016-10-04) [Support]

    [no charge] com.leapfrog.driver.LfConnectDriver (1.0.6 - SDK 10.0 - 2016-10-04) [Support]

    NET [no charge]. Thomson.iokit.USBLAN_usbpart (1.6.0 - 2016-10-04) [Support]

    Startup items:

    HWNetMgr: Path: / Library/StartupItems/HWNetMgr

    Startup items is no longer function in OS X Yosemite or later

    Launch system officers:

    [no charge] 7 tasks Apple

    tasks of Apple 178 [loading]

    tasks of Apple 86 [performance]

    Launch system demons:

    [no charge] 42 tasks of Apple

    tasks of Apple 167 [loading]

    tasks of Apple 95 [performance]

    Launch officers:

    [performance] com Logitech.Control Center.Daemon.plist (2011-11-05) [Support]

    [loaded] com.adobe.AAM.Updater - 1.0.plist (2015-09-18) [Support]

    [cannot] com.adobe.CS5ServiceManager.plist (2010-07-14) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-13) [Support]

    [cannot] com.teamviewer.teamviewer.plist (08 / 08/2015) [Support]

    [cannot] com.teamviewer.teamviewer_desktop.plist (08 / 08/2015) [Support]

    Launch demons:

    [loading] com.adobe.SwitchBoard.plist (2010-07-14) [Support]

    com.Adobe.agsservice.plist [running] (2016-08-19) [Support]

    [loading] com.adobe.fpsaud.plist (2016-08-30) [Support]

    [loading] com.apple.installer.osmessagetracing.plist (2016-09-14)

    [loading] com.google.keystone.daemon.plist (2016-09-02) [Support]

    [loading] com.teamviewer.Helper.plist (2015-03-03) [Support]

    [cannot] com.teamviewer.teamviewer_service.plist (08 / 08/2015) [Support]

    User launch officers:

    [loading] com.adobe.AAM.Updater - 1.0.plist (2010-07-16) [Support]

    [loading] com.adobe.ARM. [...]. plist (2011-09-13) [Support]

    [loading] com.adobe.ARM. [...]. plist (2010-07-14) [Support]

    com.nero.HSMMonitor.plist [running] (2016-10-07) [Support]

    Plug-ins Internet:

    DirectorShockwave: 12.0.6r147 - SDK 10.6 (2013-11-25) [Support]

    OVSHelper: 1.0 (2010-12-10) [Support]

    OfficeLiveBrowserPlugin: 12.3.6 (2013-03-22) [Support]

    NP_2020Player_WEB: 5.0.7.0 (2011-04-03) [Support]

    AdobeAAMDetect: AdobeAAMDetect 1.0.0.0 - SDK 10.6 (2015-09-18) [Support]

    FlashPlayer - 10.6: 23.0.0.162 - SDK 10.9 (2016-09-29) [Support]

    AdobePDFViewerNPAPI: 11.0.10 - SDK 10.6 (2014-12-03) [Support]

    DivXBrowserPlugin: 2.1 (2010-12-10) [Support]

    QuickTime Plugin: 7.7.3 (2016-09-14)

    Flash Player: 23.0.0.162 - SDK 10.9 (2016-09-29) is unable to contact Adobe

    iPhotoPhotocast: 7.0 (2010-07-14)

    Silverlight: 5.1.30514.0 - SDK 10.6 (2015-01-17) [Support]

    AdobePDFViewer: 11.0.10 - SDK 10.6 (2015-03-29) [Support]

    JavaAppletPlugin: 15.0.1 - 10.12 (2013-10-25) check the version of the SDK

    User Plug-ins internet:

    Picasa: 1.0 (2011-03-29) [Support]

    Safari extensions:

    DivX HiQ - DivX, Inc. - http://www.divx.com/en/software/divx-plus/web-player/ (2010-12-21)

    DivX Plus Web Player HTML5 < video > - DivX, Inc. - http://www.divx.com/en/software/divx-plus/web-player/ (2010-12-21)

    3rd party preference panes:

    DivX (2010-12-10) [Support]

    Flash Player (2016-08-30) [Support]

    Logitech Control Center (2011-11-05) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    5% kernel_task

    5% WindowServer

    1% com.apple.AmbientDisplayAgent

    1% xpcproxy

    0% fontd

    Top of page process of memory:

    Kernel_task 432 MB

    Mdworker (15) 430 MB

    Airmail beta 283 MB

    152 MB Finder

    Sandboxd 147 MB

    Virtual memory information:

    476 MB free RAM

    3.53 GB used RAM (1.41 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    7 October 2016, 16:39:48 Self test - passed

    7 October 2016, 16:20:48 ~/Library/Logs/DiagnosticReports/Airmail Beta_2016-10-07-162048_ [redacted] .crash

    / Applications/Airmail Beta.app/Contents/MacOS/Airmail Beta

    October 6, 2016, 08:17:31 PM/Library/Logs/DiagnosticReports/App Store_2016-10-06-201731_ [redacted] .hang

    / Applications/App Store Store.app/Contents/MacOS/App

    October 6, 2016, 07:52:21 PM/Library/Logs/DiagnosticReports/station air Beta_2016-10-06-195221_ [redacted] .hang

    October 6, 2016, 14:37:32 /Library/Logs/DiagnosticReports/Preview_2016-10-06-143732_[redacted].hang

    /Applications/preview.app/Contents/MacOS/preview

    October 6, 2016, 02:37:26 PM/Library/Logs/DiagnosticReports/station air Beta_2016-10-06-143726_ [redacted] .hang

    October 6, 2016, 14:37:22 /Library/Logs/DiagnosticReports/firefox_2016-10-06-143722_[redacted].hang

    /Applications/Firefox.app/Contents/MacOS/Firefox

    October 6, 2016, 14:37:18 /Library/Logs/DiagnosticReports/Pages_2016-10-06-143718_[redacted].hang

    /Applications/pages.app/Contents/MacOS/pages

    October 6, 2016, 14:37:12 /Library/Logs/DiagnosticReports/AdobeAcrobat_2016-10-06-143712_[redacted].hang

    / / Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat

    October 6, 2016, 14:36:50 /Library/Logs/DiagnosticReports/Preview_2016-10-06-143650_[redacted].hang

    UNKNOWN PATH

    Try this first: what happens if you start in safe mode (hold down the SHIFT key during startup), the problems go away?

    Try this second in normal startup mode: what happens if you create a new user account and log in as that user, the problems go away?

    I'm not sure I'd worry about the plane crashes - it is listed as beta software

  • Installation of the Sierra

    It is essential to backup prior to installation of the operating system Sierra?

    Yes. It is always essential to backup before starting any kind of a major project as an upgrade of the operating system.

    Old saying IT: it is always best to have a backup, no need then to need a backup and not have it.

Maybe you are looking for

  • Satellite Pro A300 PSAJ5C - power cable is broken

    Power of PSAJ5C 00J00W of my Satellite Pro A300 cable is broken. Which cable buy to replace? Do I need to buy a special model or simply a Toshiba cable? Thanks for your help!

  • 7.2 Skype won't start not

    I am running windows 8.1 on a desktop computer, with the latest version. Yesterday, I turned off my computer, and when I turned it on had a windows update. After update, Skype would not start. When I click the icon it happens under process, and as an

  • Thunderbolt port does not not in Boot Camp 6.0

    Hello! I'm having problems trying to get Windows 10 on Boot Camp 6.0 to recognize my external hard drive LaCie connected via the Thunderbolt port. 10 Windows does not recognize the external hard drive is running Installation of Boot Camp 6.0 had a hi

  • Yokogawa WT210 do interact with LabVIEW (or anything else)

    Hey all,. I have a wattmeter Yokogawa WT210 I'm reading from.  I downloaded the Yokogawa drivers for Labview device built into the finder driver instruments and can pull up examples.  I also have the appropriate wiring (DB25 to DB9 to USB) who works

  • HP Deskjet 1056: HP Deskjet x 64 will not install on Windows Vista

    HP Deskjet 1056 will not install on Windows Vista