Test Oracle Internet Directory Connector for IOM

Hello

I'm testing the running test cases available in the Oracle Internet Directory Connector for IOM, but I'm not because it seems that the current version of this connector does not have the java class tcUtilTestOID as described in the documentation. This class should be at the level of the test\troubleshoot\scripts directory, but there are only files of orders with test cases.

Can anyone confirm this or give me this class file?

Thanks in advance.

This is the code. Include in your jar file personalized with the same name. You will be done I guess:

import com.thortech.util.logging.Logger;
import com.thortech.xl.integration.OID.util.tcUtilLDAPOperations;
import java. IO;
import java.util.Properties;
Import javax.naming.directory.BasicAttribute;
Import javax.naming.directory.BasicAttributes;

public class tcUtilTestOID
{

private static String CONFIG_FILEPATH = "global.properties."

public tcUtilTestOID()
{
}

Public Shared Sub main (string args [])
{
tcUtilLDAPOperations ldapOp = null;
Logger logger = Logger.getLogger ("TEST_USER_PROVISION");
logger.info("**********************************");
Logger.info ("*" + args [0]);
Try
{
FileInputStream file = null;
Try
{
ConfigFile = new FileInputStream (CONFIG_FILEPATH);
}
catch (FileNotFoundException fe)
{
Logger.Error ("could not find the configuration file (" + CONFIG_FILEPATH + "" ")" ");
fe.printStackTrace ();
}
Prp properties = new Properties ();
Try
{
PRP. Load ("ConfigFile");
}
catch (IOException IE)
{
Logger.Error ("unable to load the configuration file (" + CONFIG_FILEPATH + "" ")" ");
ie.printStackTrace ();
}
String serverName = prp.getProperty ("serverName");
String portNo = prp.getProperty ("portNo");
String rootContext = prp.getProperty ("rootContext");
String principalDN = prp.getProperty ("principalDN");
String principalPass = prp.getProperty ("principalPassword");
Boolean sslFlag = "true".equalsIgnoreCase (prp.getProperty ("sslFlag"));
Logger.info ("the server name =" + serverName);
Logger.info ("portNo =" + portNo);
Logger.info ("rootContext =" + rootContext);
Logger.info ("principalDN =" + principalDN);
Logger.info ("sslFlag =" + sslFlag);
Logger.info("===\n");
ldapOp = new tcUtilLDAPOperations (serverName portNo, rootContext, principalDN, principalPass, sslFlag);
String ldapUserDNPrefix = "cn".
String ldapObjectClass = "objectclass";
String ldapUserObjectClass = "inetOrgPerson";
String ldapFirstName = "givenName";
String ldapLastName = "sn."
String ldapCommonName = "cn".
String ldapPassword = 'userPassword ';
String containerDN = prp.getProperty ("containerDN");
Logger.info ("containerDN =" + containerDN);
Logger.info ("UserOperation selected =" + args [0]);
If (args [0] .equalsIgnoreCase ("createUser"))
{
Logger.info ("CREATE USER CALLED");
String createUserFName = prp.getProperty ("createUser.firstName");
String createUserLName = prp.getProperty ("createUser.lastName");
String createUserUserDN = prp.getProperty ("createUser.userDN");
String createUserUserPass = prp.getProperty ("createUser.userPassword");
Logger.info ("createUser.firstName =" + createUserFName);
Logger.info ("createUser.lastName =" + createUserLName);
Logger.info ("createUser.userDN =" + createUserUserDN);
Logger.info ("createUser.userPassword =" + createUserUserPass + "\n\n");
BasicAttributes basicattributes = new BasicAttributes (true);
BasicAttributes.put (new BasicAttribute (ldapObjectClass, ldapUserObjectClass));
BasicAttributes.put (new BasicAttribute (ldapFirstName, createUserFName));
BasicAttributes.put (new BasicAttribute (ldapLastName, createUserLName));
BasicAttributes.put (new BasicAttribute (ldapCommonName, createUserFName + "" + createUserLName));
BasicAttributes.put (new BasicAttribute (ldapPassword, createUserUserPass));
ldapOp.connectToLDAP ();
userCreated Boolean = ldapOp.createObject (ldapUserDNPrefix + "=" + createUserUserDN + "," + containerDN, basicattributes);
ldapOp.disconnectFromLDAP ();
If (userCreated)
{
Logger.info ("\t >" + createUserUserDN + "-USER_CREATION_SUCCESSFUL");
} else
{
Logger.info ("\t >" + createUserUserDN + "-USER_CREATION_FAILED");
}
} else
if(args[0].) Equals ("ModifyUser"))
{
Logger.info ("EDIT USER CALLED");
String modifyUserUserDN = prp.getProperty ("modifyUser.userDN");
String modifyUserParamName = prp.getProperty ("modifyUser.paramName");
String modifyUserParamValue = prp.getProperty ("modifyUser.paramValue");
Logger.info ("modifyUser.userDN =" + modifyUserUserDN);
Logger.info ("modifyUser.paramName =" + modifyUserParamName);
Logger.info ("modifyUser.paramValue =" + modifyUserParamValue);
ldapOp.connectToLDAP ();
BasicAttributes basicattributes = new BasicAttributes (true);
BasicAttributes.put (new BasicAttribute (modifyUserParamName, modifyUserParamValue));
Boolean isUserModified = ldapOp.modifyAttributesReplace (ldapUserDNPrefix + "=" + modifyUserUserDN + "," + containerDN, basicattributes);
ldapOp.disconnectFromLDAP ();
If (isUserModified)
{
Logger.info ("\t >" + modifyUserUserDN + "-USER_UPDATE_SUCCESSFUL");
} else
{
Logger.info ("\t >" + modifyUserUserDN + "-USER_UPDATE_FAILED");
}
} else
if(args[0].) Equals ("deleteUser"))
{
Logger.info ("DELETE USER CALLED");
String deleteUserUserDN = prp.getProperty ("deleteUser.userDN");
Logger.info ("deleteUser.userDN =" + deleteUserUserDN);
ldapOp.connectToLDAP ();
Boolean isUserDeleted = ldapOp.deleteObject (ldapUserDNPrefix + "=" + deleteUserUserDN + "," + containerDN);
ldapOp.disconnectFromLDAP ();
If (isUserDeleted)
{
Logger.info ("\t >" + deleteUserUserDN + "-USER_DELETION_SUCCESSFUL");
} else
{
Logger.info ("\t >" + deleteUserUserDN + "-USER_DELETION_FAILED");
}
}
}
catch (Exception e1)
{
E1. PrintStackTrace();
return;
}
}

}

Thank you

Sunny

Tags: Fusion Middleware

Similar Questions

  • Install the new Oracle Internet Directory on the existing repository

    Hi people,

    We currently have a less-than-ideal situation by which Oracle Internet Directory services are installed on the same host (well under a separate House) in the database that contains the repository of metadata. We want to fix this in a future close by effectively moving services OID to a separate host computer. Is this possible? I couldn't do anything useful by googling and some tests I did with trying to install a second instance of OID against the existing repository, turned up the following error:

    Setup has detected that you already have Oracle Internet Directory configured for the database located in < host >: < port >: < database >.  Directory Internet Oracle can be installed once per database.

    Looks pretty final that I suppose. Was wondering if anyone had had success trying to make something similar?

    See you soon,.

    IM

    The desired sequence is documented in 9.6.1 - 9.6.4 to http://download.oracle.com/docs/cd/B28196_01/install.1014/b28192/ha_multibox.htm#BABGFICJ measures

  • Beginning Oracle Internet Directory failure... server context is null

    I try to install Oracle Internet Directory on RHEL5 64 bit for the first time.

    The database (11.2.0.3), Weblogic (10.3.6) and OID (11.1.1.6) have everything installed OK, and I run the config.sh script.

    I said 'Create the schema' and enter SYS credentials. The installation is fine, but fails to "Start Oracle Internet Directory" at the stage of the component to configure.

    I see in the oraInventory/log/install-xxxxx.log
    [2013-01-04T14:15:54.362+13:00] [as] [WARNING] [] [oracle.as.config] [tid: 12] [ecid: 0000Jk314pw3n3kxOw7ECd1GtYLj000003,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 400 : The request parameters did not match any components
            at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:943)
            at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1062)
            at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:153)
            at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
            at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
            at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:364)
            at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
            at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
            at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
            at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
            at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:951)
            at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
            at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
            at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
            at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
            at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
            at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
            at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
            at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
            at java.lang.Thread.run(Thread.java:662)
    and in the oraInventory/log/install-xxxxx... file,...
    ...
    ...
    ...
    Repository Creation Utility - Creating Tablespaces
    Validating and Creating Tablespaces
    Repository Creation Utility - Create
    Repository Create in progress.
    Percent Complete: 0
    Percent Complete: 35
    Percent Complete: 29
    Percent Complete: 91
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Host Name                       : localhost
    Port                            : 1521
    Service Name                    : OID.CTRU.AUCKLAND.AC.NZ
    Connected As                    : sys
    Prefix for (non-prefixable) Schema Owners : DEFAULT_PREFIX
    RCU Logfile                     : /u04/app/oracle/Middleware/Oracle_IDM1/rcu/log/rcu.log
    Component schemas created:
    Component                       Status  Logfile
    Oracle Internet Directory               Success /u04/app/oracle/Middleware/Oracle_IDM1/rcu/log/oid.log
    
    Repository Creation Utility - Create : Operation Completed
    -------------------------------------------------   RCUUtil createOIDRepository status = 0-------------------------------------------------   progress in calculate progress25
      AdminServer port is 7001
      trying to connect to oracleidir.ctru.auckland.ac.nz 7001
      Successful
      getDomainRuntimeMBeanServerConnection ...
      Connecting to Domain runtime ...
      trying to connect to oracleidir.ctru.auckland.ac.nz 7001
      Successfully connected to the Domain Runtime ...
      trying to connect to oracleidir.ctru.auckland.ac.nz 7001
      Successful
      MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@1dd9505
    oracleidir.ctru.auckland.ac.nz 7001
    Instance asinst_1 already exists, continuing with component creation
    /u04/app/oracle/Middleware/Oracle_IDM1  /u04/app/oracle/Middleware/asinst_1  asinst_1
    oracle.as.config.ProvisionException: Error Starting OID
            at oracle.iam.management.oid.install.wls.OIDComponentHelper.temp_startOID(OIDComponentHelper.java:1980)
            at oracle.iam.management.oid.install.wls.OIDComponent.postCreateConfig(OIDComponent.java:325)
            at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:145)
            at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
            at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
            at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
            at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
            at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
            at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
            at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
            at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:874)
            at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
            at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
            at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
            at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
            at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
            at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
            at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
            at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
            at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.config.ProvisionException: OID server context is null
            at oracle.iam.management.oid.install.wls.OIDComponentHelper._isOIDSrvUp(OIDComponentHelper.java:2050)
            at oracle.iam.management.oid.install.wls.OIDComponentHelper.temp_startOID(OIDComponentHelper.java:1970)
            ... 19 more
    Is anyone able to point me in the right direction as to the cause of this?

    I notice that Metalink ID: "FMW 11g Oracle Internet Directory Configuration process Fail: Error Creating Ascomponent Oid1 [1289015.1 ID]" refers to IPV6. " I only have IPV4 enabled. For OID is mandatory IPV6?

    Thanks in advance.

    Hello

    I recommend you to run RCU (11.1.1.6) and to create the schema and configure.

    Kind regards
    Raghav.

  • Oracle Internet Directory self-service console

    Hello

    I would like to download Oracle Internet Directory self-service Console could you tell me the file in the downloads/identity/OTN management, I lost :) :)

    As far as I know oiddas is the 10g version?

    Thank you very much

    Here is link (Oracle Identity Manager (9.1.0.1))

    http://www.Oracle.com/technetwork/middleware/IAS/downloads/101401-099957.html

    This is version 10g IOM

    You can download windows or a linux based on your operating system

  • Oracle Internet Directory Config error Linux x 64 java.lang.NoClassDefFoundE

    Hello

    I'm configuration (v11.1.1.2) identity management product, the installation was very well made. I started to configure it using the config.sh script. I chose to create a new weblogic domain and selected to configure OID and OVD.

    I am running Red hat linux 5.4 x 64 bit OS.

    I gave all the parameters configuration, such as requested and if failure at the stage where it creates the Oracle Internet Directory store with the error in the log below:
    [2011-02 - 02T 18: 20:29.969 + 00:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM EVENT CONFIG] onConfigurationStatus-> ab274dda-a540-4666-bc1b-9d367b26b3b9 StatusMsg: {0} creation ASComponent.
    [2011-02 - 02T 18: 20:29.969 + 00:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] reportStartConfigAction: EXIT...
    [2011-02 - 02T 18: 20:29.969 + 00:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] beginning to create the component
    [2011-02 - 02T 18: 20:30.057 + 00:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] Action for the oid1 is to CREATE
    [2011-02 - 02T 18: 20:30.057 + 00:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] trying to create the oid1 component
    [2011-02 - 02T 18: 20:30.447 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] OID onCreate... [[

    ]]
    [2011-02 - 02T 18: 20:30.466 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] not a DB CARS: 10.23.74.119:1521:RMG
    [2011-02 - 02T 18: 20:30.467 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] DB connection string: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=10.23.74.119) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = RMG)))
    [2011-02 - 02T 18: 20:30.885 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] SCHEMA_VERSION_REGISTRY Control Panel...
    [2011-02 - 02T 18: 20:30.894 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] Version of the schema OID: 11.1.1.3.0
    [2011-02 - 02T 18: 20:30.911 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] Num of OIDs: 1
    [2011-02 - 02T 18: 20:31.029 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] TO validate input parameters
    [2011-02 - 02T 18: 20:31.097 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] Ports: nonssl = 3060 ssl = 3131
    [2011-02 - 02T 18: 20:31.097 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] directory specific OID creating
    [2011-02 - 02T 18: 20:31.098 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] JPS Files already exist: oracle.as.config.ProvisionException: Dest file (/ opt/oracle/middleware/asinst_1/config/JPS/jps-config-jse.xml) already exists.
    [2011-02 - 02T 18: 20:31.098 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] files already exist: oracle.as.config.ProvisionException: Dest file (/ opt/oracle/middleware/asinst_1/config/JPS/system-jazn-data.xml) already exists.
    [2011-02 - 02T 18: 20:31.674 + 00:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] []
    java.lang.NoClassDefFoundError: oracle/security/xmlsec/util/Base64
    to oracle.security.jps.internal.common.util.JpsCommonUtil. < clinit > (JpsCommonUtil.java:212)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:155)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:166)
    to oracle.iam.management.oid.install.wls.OIDComponentHelper$ 1.run(OIDComponentHelper.java:396)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.iam.management.oid.install.wls.OIDComponentHelper.setCredInCSF(OIDComponentHelper.java:389)
    at oracle.iam.management.oid.install.wls.OIDComponentHelper.setPasswdsInCSF(OIDComponentHelper.java:361)
    at oracle.iam.management.oid.install.wls.OIDComponent.onCreate(OIDComponent.java:177)
    at oracle.as.config.impl.OracleASComponentBaseImpl.createComponent(OracleASComponentBaseImpl.java:596)
    at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:105)
    at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:144)
    at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:861)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: oracle.security.xmlsec.util.Base64
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)

    Help, please.

    If necessary, I can post the full log... but his very large... So just post newspapers around the error message...

    Published by: 833360 on February 2, 2011 10:59

    Hello

    Few things to check.

    What is the JDK/JRE Version.
    What is the version of WLS?
    From the error lines, I can see THAT RCU Version is 11.1.1.3.

    If the WLS version is 10.3.3, so it is not supported with IDM 11.1.1.2.

    Suggestions: update IDM to 11.1.1.3 and configure it. Here are the steps.

    -Cancel the Configuration Wizard, delete the directories of domain Instance ACE and WebLogic OR if it's on the virtual machine, you can return to the previous snapshot.
    -Update IDM in 11.1.1.3
    -Execute config.cmd or confg.sh

    Let me know the result.

    Thank you
    GK

  • Cataloguing of the Oracle Internet Directory attributes

    Hi all

    I'm new to OID, when I set up a production env, a doc connected with OID said like this:

    An Oracle Internet Directory attribute used in a search filter should be indexed. The ldapmodify command whose syntax is shown below, also allows you to index the attributes specified in an LDIF file

    OIDHOST1 > host ORACLE_HOME/bin/ldapmodify - h Pei port d bindDN w bindPassword - v f catalogue-change-ldif-filename
    For example, the above command can be used with the following example LDIF file to catalog the attributes createtimestamp and modifytimestamp:

    DN: cn = catalogues
    ChangeType: modify
    Add: orclindexedattribute
    orclindexedattribute: modifytimestamp
    orclindexedattribute: createtimestamp


    Although, so far, the well-executed ldapmodify.

    After that, other comments said:

    Each of the following Oracle Internet Directory attributes must be indexed:
    orclrolescope
    orclassignedroles
    orclApplicationCommonName
    orclAppFullName
    orclCSFAlias
    orclCSFKey
    orclCSFName
    orclCSFDBUrl
    orclCSFDBPort
    orclCSFCredentialType
    orclCSFExpiryTime
    modifytimestamp
    createTimeStamp
    orcljpsassignee

    I added a file named Catalog-change-ldif-File2, content is:
    DN: cn = catalogues
    ChangeType: modify
    Add: orclindexedattribute
    orclindexedattribute: orclrolescope

    After exec the same ldapmodify command, I got the following error msg:

    Add orclindexedattribute:
    orclrolescope
    change the entry cn = catalogues
    ldap_modify operation: Type or value exists
    the operation ldap_modify: more info: orclindexedattribute attribute has a duplicate value. VALUE: orclrolescope

    Where I'm wrong pls.

    Best regards

    Hello
    I think you get such an error it is because this attribute orclrolescope is already index-ed.

    To check all the attributes that are indexed, try to run the following command:

    ldapsearch h port of p - oidhost - d binddn w Password x - base - sagna "cn = catalogs" "objectclass = *".

    This will give you a great performance and 'orclindexedattribute' contains the attributes that are indexed. I believe you will find orclrolescope in there too.

    I hope this helps. Let us know.

  • Microsoft and Oracle Internet directory to Active Directory

    Hi all

    We have an in-house application that is running on the Oracle 10 g application server. We have a requirement where we want that the user windows authenticated and approved as the user connection for our application.

    (1) it is possible to map users to login windows for Oracle Internet Directory?
    (2) if so, how copy/create windows in Oracle Internet Directory users?
    (3) Microsoft Active Directory plays a role in the present?
    (4) what will be the overall throughput if we fix all this?
    (5) is there any place where I can find simple but complete documentation on this?

    Pls help.

    Kind regards
    Samuel

    Hi Samuel,.

    to do this, you will need to integrate the OID/SSO with Active Directory, as shown:

    Oracle® Identity Management Integration Guide
    10g (10.1.4.0.1)
    B15995-01 part number
    19 integration with Microsoft Active Directory
    http://download-UK.Oracle.com/docs/CD/B28196_01/idmanage.1014/b15995/odip_actdir.htm#OIMIG026

    (1) it is possible to map users to login windows for Oracle Internet Directory?
    If windows users are domain users, then Yes, trough Kerberos and Native of Windows authentication.

    (2) if so, how copy/create windows in Oracle Internet Directory users?
    This task will be done by the ODI (Oracle Directory Integration) server. This will make a sync LDAP based between OID and AD.

    (3) Microsoft Active Directory plays a role in the present?
    Yes, he plays :)

    (4) what will be the overall throughput if we fix all this?
    -Users are synchronized by DIP of AD to OID.
    -User opens the application in the browser
    -The browser sends the kerberos session on the SSO Server ticket
    -SSO server validates the ticket against the KDC
    -SSO logs the user in the application based on the kerberos (windows logon) ticket

    (5) is there any place where I can find simple but complete documentation on this?
    Click on the link I gave you. There are also a lot of notes about this integration metalink. Is a common integration.

    ARO
    Octavian

  • Where to find Oracle Internet Directory

    Hello

    I have a copy of Oracle Express 10 g. I want to install Oracle Internet Directory, but I can't seem to find where I can download it. Anyone know how to get this?

    Thank you

    IO is a component of identity management, here is a link to a how-to OTN, it's a decent start... http://www.oracle.com/technology/pub/articles/chan-oid.html

  • Client Oracle Internet Directory installation

    How to install Oracle Internet Directory Client ONLY? Im trying to install it on Windows with Oracle Identity Federation Suite and Oracle Identity Management Infrastructure. Its asking me to provide the details of the DB. I want to install just the client and nothing else. How can I do?

    Thank you

    "Oracle Database 10g Release 2 (10.2.0.1.0) Client. I guess the client 11g is available also...

  • Engine determinations Oracle Data Source connector for batch processing?

    I tried to find + 'Oracle engine determinations Data Source Connector +. I have installed OPA 10.2 .

    Where can I find in the installation directory? or does not as part of the standard installation?

    Found! It is not part of the standard installation of the OPM, but of the runtime component.

  • The Oracle Internet Directory Jive Forums Moderators

    Hello Experts.

    I try to incorporate some Jive Forums with OID.
    I know how to do in fact (I need to edit jive_startup.xml and run the install web host: port/owc_discussions/admin/setup).

    BUT I have a specific requirement: I need to create a group of users in the OID which should be moderators of Forums of Jive. And I do not want to grant privileges of moderator for each user manually in the console of administration of Forums of Jive.

    I need according to the scenario:
    (1) I add a user in "Moderators" OID group
    (2) this user automatically becomes a moderator in the Jive Forums
    =======================================
    Is this possible? (And if it is, how to achieve this?)

    Yes. In the console OWC admin-> settings-> Admins & moderators - you can assign permissions to a specific user or specific groups. If you have a configured OID, the groups are configured in OID.

  • Where to get the Oracle Internet Directory Installation?

    Hi Experts,

    I need to install the OID, but I can't find it on OTN. Should what middleware component I install to only have the OID?

    Thank you!

    http://www.Oracle.com/technetwork/middleware/downloads/OID-11g-161194.html

    It is under the Identity Management (11.1.1.3.0).

    -Kevin

  • Question Oracle Internet Directory and ODBC...

    Hello world

    I had leaned on enforcement OID to use as a name server to eliminate the need to have a file tnsnames.ora on each client computer, the potential problem that I may have is that one of our applications requires an ODBC system DNS connection is configured on each windows client.

    My question is will I be able to create an ODBC connection to "seek" the TNS service on the server of the OID name and if so how, or will it means I have to keep the tnsnames.ora file on clients with just one entry?

    All the tips are greatly appreciated.

    Thank you very much

    Phil

    P.S. apologies if I posted this in the wrong section, I wasn't really sure where this should go...

    Edited by: Gricey on October 6, 2008 11:00

    ODBC does not work, it uses sqlnet in the background to connect to the database. There is no difference between an ODBC connection or a native connection via sqlplus. Configure your connection to LDAP as described here:

    http://download.Oracle.com/docs/CD/B19306_01/network.102/b14212/naming.htm#sthref732

    Werner

  • Install Oracle Internet DIrectory

    Hello
    We have installed Oracle AS infrastructure with the metadata repository and Identitiy Management.

    To install and configure the OID, should I install sameORACLE_HOme as the Infrastructure of the OAS _ linking runInstaller Disk1

    Thanx
    Kedar

    Once you have installed the infrastructure, you have OID. (No need to buy extra books). So it's just a mater of turning on / off power (opmnctl)

    Additional configuration, if necessary, described in http://download-east.oracle.com/docs/cd/B14099_19/idmanage.htm - config most would be using the application server console.

  • 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?

Maybe you are looking for

  • / Volumes/data/Mikaels IMac.sparsebundle

    Hello! I have an airport Time Capsule and I get this message that ist not able to make a copy and not able to make the backup. Can not reach the copy of the Volumes/data/Mikaels iMac.sparsebundle what isn't ok? The Swedish text: Kunde inte komma at a

  • How to delete multiple bookmarks

    using Android galaxy sIII 4.1.2

  • Change of dates on the photos in PHOTO

    I am trying to change the dates of my photos in PHOTO, but when I go to another device (have it on my laptop and my desktop computer) changes should not on the other machine?  I'm absolutely driving me crazy with the new format of Photos and apparent

  • Qosmio F50 - order Driver Install on Vista 64-bit

    Hello I have a laptop Qosmio F50 - 10 M with vista 32 bit home premium preinstaled.I bought a new Vista ultimate x 64 operating system. I want to make a fresh reinstal but I now also is VERY important the driver installation in order to have a perfec

  • The iPad 2 Air have a mute

    The iPad 2 Air have a mute?