Oracle Universal Installer for Linux

I did a download of Oracle 8i for linux from my.oracle.com site but I could not find OUI (Oracle Universal Installer). How can I get OUI for linux? Is there OUI on this site?

Hi Anurag,
The problem is that OUI is not downloadable .
runInstaller file makes a call to .oui file, which is present in the install folder. Can you tell me the flow process or the algorithm used in this file?
Can this file be customized depending on certain requirements?

Similar Messages

  • Oracle Universal Installer in Linux error

    I did as follows:
    Double check that you are logged in as oracle and not root, and that the environment variables have been set by the login script you prepared earlier. Then change to your home directory and start the Oracle Universal Installer with a command like one of the following:
    $ /database/runInstaller
    or
    $ /runInstaller
    , but got the following error:
    [oracle@dgdba ~]$ /media/Oracle\ 11g\ Svr/linux_11gR2_database_1of2/database/runInstaller
    dirname: extra operand `11g'
    Try `dirname --help' for more information.
    /media/Oracle 11g Svr/linux_11gR2_database_1of2/database/runInstaller: line 137: /home/oracle//install/.oui: No such file or directory
    [oracle@dgdba ~]$
    Does anyone have any idea why I'm getting these error and how I can fix them
    I tried creating the directories in this path /home/oracle//install/.oui and used the touch command to create the .oui file. The I did a chown -R oracle:oinstall on all the directories and files except the /home directory in the following path /home/oracle//install/.oui, but I still got the following error:
    [oracle@dgdba ~]$ /media/Oracle\ 11g\ Svr/runInstaller
    dirname: extra operand `11g'
    Try `dirname --help' for more information.
    [oracle@dgdba ~]$
    Then I tried the following and got the following errors:
    [oracle@dgdba home]$ cd /home/oracle
    [oracle@dgdba ~]$ cd /home
    [oracle@dgdba home]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba home]$ cd /home/oracle
    [oracle@dgdba ~]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba ~]$ ls -l /home/oracle
    total 16
    drwxr-xr-x 2 oracle oinstall 4096 Mar 10 18:25 install
    drwxr-xr-x 3 oracle oinstall 4096 Mar 10 18:34 source
    [oracle@dgdba ~]$ cd /home/oracle/source
    [oracle@dgdba source]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba source]$ ls -l /home/oracle/source
    total 8
    drwxr-xr-x 3 oracle oinstall 4096 Mar 10 18:35 database
    [oracle@dgdba source]$ cd /home/oracle/source/database
    [oracle@dgdba database]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba database]$ ls -l /home/oracle/source/database
    total 8
    drwxr-xr-x 2 oracle oinstall 4096 Mar 10 18:35 install
    [oracle@dgdba database]$ ls -l /home/oracle/source/database/install
    total 0
    [oracle@dgdba database]$ cd /home/oracle/source/database/install
    [oracle@dgdba install]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba install]$

    993126 wrote:
    I did as follows:
    Double check that you are logged in as oracle and not root, and that the environment variables have been set by the login script you prepared earlier. Then change to your home directory and start the Oracle Universal Installer with a command like one of the following:
    $ /database/runInstaller
    or
    $ /runInstaller
    , but got the following error:
    [oracle@dgdba ~]$ /media/Oracle\ 11g\ Svr/linux_11gR2_database_1of2/database/runInstaller
    dirname: extra operand `11g'
    Try `dirname --help' for more information.
    /media/Oracle 11g Svr/linux_11gR2_database_1of2/database/runInstaller: line 137: /home/oracle//install/.oui: No such file or directory
    [oracle@dgdba ~]$
    Does anyone have any idea why I'm getting these error and how I can fix them
    I tried creating the directories in this path /home/oracle//install/.oui and used the touch command to create the .oui file. The I did a chown -R oracle:oinstall on all the directories and files except the /home directory in the following path /home/oracle//install/.oui, but I still got the following error:
    [oracle@dgdba ~]$ /media/Oracle\ 11g\ Svr/runInstaller
    dirname: extra operand `11g'
    Try `dirname --help' for more information.
    [oracle@dgdba ~]$
    Then I tried the following and got the following errors:
    [oracle@dgdba home]$ cd /home/oracle
    [oracle@dgdba ~]$ cd /home
    [oracle@dgdba home]$ /runInstaller
    -bash: /runInstaller: No such file or directoryyou told the shell processor to execute a file named "runInstaller", found in the root directory "/"
    [oracle@dgdba home]$ cd /home/oracle
    [oracle@dgdba ~]$ /runInstaller
    -bash: /runInstaller: No such file or directorychanging directories is pointless, you still told the shell processor to find "runInstaller" in the root directory.
    [oracle@dgdba ~]$ ls -l /home/oracle
    total 16
    drwxr-xr-x 2 oracle oinstall 4096 Mar 10 18:25 install
    drwxr-xr-x 3 oracle oinstall 4096 Mar 10 18:34 source
    [oracle@dgdba ~]$ cd /home/oracle/source
    [oracle@dgdba source]$ /runInstaller
    -bash: /runInstaller: No such file or directoryDoesn't matter to prove what is in a particular directory, then change directories. And still telling the shell processor to find "runInstaller" in the root directory.
    [oracle@dgdba source]$ ls -l /home/oracle/source
    total 8
    drwxr-xr-x 3 oracle oinstall 4096 Mar 10 18:35 database
    [oracle@dgdba source]$ cd /home/oracle/source/database
    [oracle@dgdba database]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba database]$ ls -l /home/oracle/source/database
    total 8
    drwxr-xr-x 2 oracle oinstall 4096 Mar 10 18:35 install
    [oracle@dgdba database]$ ls -l /home/oracle/source/database/install
    total 0
    [oracle@dgdba database]$ cd /home/oracle/source/database/install
    [oracle@dgdba install]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba install]$You can change directories until the cows come home, but it doesn't matter as long as you keep telling the shell processor to find "runInstaller" in the root directory.
    find /home/oracle -name runInstaller -ls -lcd to whatever directory you find is the location for runInstaller. Let's say it is in /home/oracle/source/database
    cd /home/oracle/source/database
    ./runInstallerNote that is dot, slash, filename. The 'dot' says 'look for the file in the current directory'. when you say '/runInstaller' you are saying to look for the file in the root directory.
    Oh, and make sure you can execute xclock or xeyes first. If you can't, you won't be able to execute runInstaller either.

  • Oracle Universal Installer for 8.1.7 does not run

    Downloaded and unzipped successfully ORACLE 8.1.7 EE for MS WINDOWS, when try to install, Oracle Universal Installer just stops reponding after a second or so without any message.
    OPERATING SYSTEM MS WINDOWS 2000 SERVER SP3
    Machine Intel P-IV 2.0A
    RAM 512 MB
    HD 10 GB NTFS partition on 60G IBM 7200 RPM H.disk.
    ORACLE 8.1.7 EE for MS WINDOWS.
    As this computer is not connected to any network yet,
    After this Downloaded ORACLE 8.1.7 SE, unziped and tried to install it on the same machine. But this version behaved the same way. Can any body help?

    You need to read Note:131299.1 available on Metalink.
    ALERT: Oracle Installer 8.1.X Hangs on Machines with Pentium 4 Processors.
    There is a patch available.

  • Pb running Oracle Universal Installer on Linux

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg
    When I run the runInstaller for the iASv2linux.cpio.gz file, I have the following error :
    "An error occured while trying to determine the Running process"
    "Oracle9iAS installation has detected that the Entreprise Manager Website is running on this system. Install cannot continue unless the Entreprise Manager Website is shut down ..."
    So, there 's no oracle process on my server, and when I try to stop it with emctl stop, I have a "connection refused".
    Thank you for you help.
    Patrick.

    Hi there!
    For a lot of RedHat/Oracle Configuration issues you may want to refer to http://www.puschitz.com/ .
    I had the same problem on SuSE Linux 9.1 installing Oracle 9i and they cause some headaches. If I remember correctly, it boils down to:
    - export LD_ASSUME_KERNEL=2.4.1
    - install compatibility libraries, then runInstaller
    - [I had Oracle 9.2.0.1]: ignore the linking errors (or try to fix them by running the makefiles on the command line, i.e. make -f ins_rdbms.mk install)
    - install the latest patch from metalink
    - Linking should now succeed
    Hope that helps,
    Martin

  • Oracle 11g  installation for Linux

    Hello,
    I am new to Oracle and Linux and assigned the task to install Oracle 11g on Linux enterprise edition. How do I install 11g on Linux ? I am also planning to install Oracle Application Express on the Linux machine. How do I accomplish these task? Is there any steps by steps intruction?
    Thank you,
    Harish

    Yes there is. The Oracle documentation site can be found at:
    http://tahiti.oracle.com
    Go to that link, and select your version (11g Release 1 or Release 2), and then select the "Installation" link.
    From there you should find everything you need :)

  • Oracle universal installer asking JDK/JRE location

    hi,
    i am trying to open the Oracle universal installer in Linux but it is asking to specify the JDK/JRE location.
    it gives me a prompt to enter the above,
    the prompt is,
    Please specify JDK/JRE Location (e.g. /home/jre), <location>/bin/java should exist:
    please help.
    thanks,

    What do you expect to get from the installation of Oracle Fusion? Oracle Fusion Application is a collection of software, and each software has its own instructions to download/install.
    http://www.oracle.com/us/products/applications/fusion/index.html
    http://becomeappsdba.blogspot.com/2007/02/is-oracle-fusion-really-confusion.html
    do i need to install fusion middleware seprately first before installing fusion apps?
    i thought fusion apps would include everything including middleware, DB etc.Yes -- If you want to install Oracle Fusion, you have to install the Database first then Oracle Fusion Middleware.
    Thanks,
    Hussein

  • [b]Can't not run the Oracle Universal Installer (Oracle8.1.7 for Linux) on

    I have a problem when try to install Oracle8i Release 8.1.7 Enterprise Edition on RedHat Linux 7.3. After I do the pre-installation tasks, i enter the command (runs as the oracle user):
    $ /tmp/Disk1/runInstaller
    I wait for the one minute and then nothing is happen. I don't understand the reason why the Oracle Universal Installer can't not display! Please tell me all reasons may be!

    Sorry the Oracle version should be 1.7 not 1.1.7. I downloaded it from the web site. The JRE I downloaded is jre 1.18 because the installer asked for this version.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bin Yao ([email protected]):
    I have a problem to install Oracle8 1.1.7 for linux on Mandrake. When I run ./runIstaller I got a error message that the Java RunTime Enviroment was not found at ?/bin/jre. The "?"stands for a strange character and may change at diffrent time runing the installer. I downloaded a JRE from blackdown and make a link to /usr/local/jre and I also tried to make link to the JRE shiped with Oracle8 1.1.7. But I still get same error. Does Oracle8 1.1.7 still need JRE downloaded and insatll(or link) to /usr/local/jre? I don't know what else I can try. Please give me a help. Thanks.<HR></BLOCKQUOTE>
    null

  • Mandrake Linux 8.0 - can't get Oracle Universal Installer to run

    Hi all.
    I'm having trouble getting Oracle's Universal Installer to run.
    I'm trying to become DBA certified, so I went and purchased
    (among
    other materials) a book titled "Oracle8i for LINUX Starter Kit",
    authored by Steve Bobrowski, published by Oracle Press / Osborne
    McGraw-Hill, ISBN 0-07-212442-3.
    The book includes a CD-ROM with Oracle8i Enterprise Edition,
    Release 2, version 8.1.6 for LINUX.
    I'm running an Intel P-III 500 MHz with 512MB RAM, 30GB hard disk
    exclusively configured for Linux (no other O/S on it) and Oracle
    (so LOTS of hard disk space is available), Matrox Millennium G400
    video card (32MB).
    My hardware exceeds all requirements listed in aforementioned
    book, and also in Oracle's own documentation (from their web
    site).
    I'm running Mandrake's Linux 8.0, PowerPack Edition, with:
    kernel = 2.4.3
    XFree 4.0.3 (and I've also tried 3.3.6, with identical results
    to those listed below)
    glibc 2.2.2
    I've followed the book's instructions to the letter, and set up
    the environment variables, oracle user, and subdirectories as
    required.
    So far, so good.
    OK. Now, here's where the problem appears:
    I log in as the oracle user, and try to start the Oracle
    Universal Installer (following the instructions in the book)
    as follows:
    cd /mnt/cdrom
    ./runInstaller
    The computer tries to do some stuff, then spews the information
    listed at the bottom of this posting to the screen. I press
    <ENTER> after "OK" and get dumped back to the bash prompt.
    That's it. I can't go any further. No Oracle Universal
    Installer.
    By the way, I've also downloaded Oracle8i Enterprise Edition
    Release 3, version 8.1.7 from Oracle's website, and tried to
    install that, too. Exactly same results.
    The nice folks at Oracle have politely told me to get lost,
    and not bug them for unpaid support.
    I'd really like to get this stuff up and running, so I can
    start studying and practicing for DBA, but I need help 'cause
    this problem is beyond me.
    So... can anyone help??
    Thanks in advance.
    [email protected]
    [email protected]
    =================================================================
    =========
    Here's what shows up when I try to start the Oracle Universal
    Installer:
    [oracle@localhost cdrom]$ ./runInstaller
    [oracle@localhost cdrom]$ Initializing Java Virtual Machine
    from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expande
    d/linux/bin/jre. Please wait...
    SIGSEGV received at bfffedac
    in /mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/E
    xpanded/linux/lib/linux/native_threads/libjava.so. Processing
    terminated
    Sat Sep 29 12:58:56 2001
    jre full version "JDK 1.1.8 IBM build l118-20000429 (JIT
    enabled: jitc)"
    Operating Environment
    Host : localhost.localdomain.localdomain
    OS Level : 2.4.3-20mdk.#1 Sun Apr 15 23:03:10 CEST 2001
    glibc Version : 2.2.2
    No. of Procs : 1
    Memory Info:
    total: used: free: shared: buffers: cached:
         Mem: 525901824 116862976 409038848 0 6377472
    61140992
         Swap: 1069244416 0 1069244416
         MemTotal: 513576 kB
         MemFree: 399452 kB
         MemShared: 0 kB
         Buffers: 6228 kB
         Cached: 59708 kB
         Active: 63740 kB
         Inact_dirty: 2196 kB
         Inact_clean: 0 kB
         Inact_target: 1072 kB
         HighTotal: 0 kB
         HighFree: 0 kB
         LowTotal: 513576 kB
         LowFree: 399452 kB
         SwapTotal: 1044184 kB
         SwapFree: 1044184 kB
         User Limits (in bytes except for NOFILE and NPROC) -
         RLIMIT_FSIZE : infinity
         RLIMIT_DATA : infinity
         RLIMIT_STACK : 2093056
         RLIMIT_CORE : 0
         RLIMIT_NOFILE : 1024
         RLIMIT_NPROC : 16383
    Application Environment
    Signal Handlers -
    SIGQUIT : ignored
    SIGILL : sysThreadIDump (libjava.so)
    SIGABRT : sysThreadIDump (libjava.so)
    SIGFPE : sysThreadIDump (libjava.so)
    SIGBUS : sysThreadIDump (libjava.so)
    SIGSEGV : sysThreadIDump (libjava.so)
    SIGPIPE : ignored
    SIGUSR1 : doSuspendLoop (libjava.so)
    Environment Variables -
    PWD=/mnt/cdrom/install
    LTDL_LIBRARY_PATH=/usr/lib
    ORACLE_SID=oralin
    TMPDIR=/usr/oracle/tmp
    XAUTHORITY=/usr/oracle/.Xauthority
    mc=
    LC_MESSAGES=en_US
    HOSTNAME=localhost.localdomain
    LD_LIBRARY_PATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/
    1/DataFiles/Expanded/linux/lib/linux/native_threads:/lib:/usr/lib
    :/usr/lib
    NLSPATH=/usr/share/locale/%l/%N
    CLASSPATH=/usr/oracle/tmp/OraInstall:../stage/Components/oracle.s
    wd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/OraInstaller.jar:../s
    tage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/l
    ib/InstImages.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/
    1/DataFiles/Expanded/lib/InstHelp.jar:../stage/Components/oracle.
    swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/oracleice.jar:../sta
    ge/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib
    /help.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFi
    les/Expanded/lib/ewt.jar:../stage/Components/oracle.swd.oui/1.7.0
    .18.0A/1/DataFiles/Expanded/lib/xmlparser.jar:../stage/Components
    /oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/swingaccess.
    jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/
    Expanded/linux/lib/rt.jar:/mnt/cdrom/stage/Components/oracle.swd.
    jre/1.1.8/1/DataFiles/Expanded/linux/lib/i18n.jar:/mnt/cdrom/stag
    e/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/
    math.jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataF
    iles/Expanded/linux/lib/classes.zip
    LESSKEY=/etc/.less
    LANGUAGE=en_US:en
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    BROWSER=kfmclient openProfile webbrowsing
    LESS=-MM
    USER=oracle
    LC_TIME=en_US
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;3
    3;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;
    32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.
    tgz=01;31:*.tbz2=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lzh=
    01;31:*.lha=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz
    2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.jpg=01;35:*.jpeg=01;3
    5:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.t
    if=01;35:*.tiff=01;35:
    THREADS_TYPE=native_threads
    MACHTYPE=i586-mandrake-linux-gnu
    KDE_MULTIHEAD=f
    KDE_MULTIHEAD=false
    HELP_BROWSER=kfmclient openProfile webbrowsing
    THREADS_FLAG=native
    MAIL=/var/spool/mail/oracle
    INPUTRC=/etc/inputrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/usr/oracle/.gtkrc
    XMODIFIERS=@im=none
    LANG=en
    JAVA_HOME=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/Data
    Files/Expanded/linux
    ORACLE_BASE=/usr/oraInventory
    LC_NUMERIC=en_US
    COLORTERM=
    ORACLE_HOME=/usr/oracle
    TMP=/usr/oracle/tmp
    DISPLAY=localhost:0.0
    LOGNAME=oracle
    SHLVL=3
    LC_CTYPE=en_US
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-
    unix/1074
    SHELL=/bin/bash
    HOSTTYPE=i586
    QT_XFT=0
    OSTYPE=linux-gnu
    HISTSIZE=1000
    HOME=/usr/oracle
    TERM=xterm
    PATH=/bin:/usr/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/u
    sr/X11R6/bin:/usr/games:/usr/oracle/bin
    SECURE_LEVEL=3
    LC_MONETARY=en_US
    RPM_INSTALL_LANG=en_US:en
    LC_COLLATE=en_US
    LIBPATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFi
    les/Expanded/linux/lib/linux/native_threads
    Libraries Loaded by the JVM
    <main>
    libjitc.so
    libzip.so
    Current Thread Details
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf764 used
    (128932) free(-12196)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    Total Thread Count: 3
    Active Thread Count: 3
    JNI Thread Count: 0
    Full thread dump:
    "Async Garbage Collector" (TID:0x4032a238,
    sys_thread_t:0x80dca78)
    Native Thread State: ThreadID: 00000803 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf5ffb20 pointer bf5ff914 used
    (524) free(116212)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait
    sysThreadSleep
    threadSleep
    SetOrigArgs
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "Finalizer thread" (TID:0x4032a288, sys_thread_t:0x80dc7f8)
    Native Thread State: ThreadID: 00000402 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf7ffb20 pointer bf7ff988 used
    (408) free(116328)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait - waiting on Finalize me queue lock
    finalizeOnExit
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf758 used
    (128944) free(-12208)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    System Monitor Status
    Thread queue lock: unowned.
    Name and type hash table lock: unowned.
    String intern lock: unowned.
    JNI pinning lock: unowned.
    JNI global reference lock: unowned.
    Zip lock: unowned.
    BinClass lock: unowned.
    Class loading lock: unowned.
    Java stack lock: unowned.
    Code rewrite lock: unowned.
    Heap Lock: unowned.
    Has finalization queue lock: unowned.
    Finalize me queue lock: unowned.
    Integer lock access-lock: unowned.
    Monitor cache lock: unowned.
    Monitor registry: unowned.
    Object Monitor Status
    OK
    [oracle@localhost cdrom]$
    =================================================================
    =========
    [email protected]
    [email protected]

    I have Mandrake 8.0 on PII-600, 256 RAM. I used the downloaded
    8.1.7. Edit JRE_LOCATION in Disk1/install/oraparam.ini to point
    to your version of JRE 1.1.8 v3 (JRE from
    http://www.backdown.org). Then try with NUMLOCK=OFF.
    I just clicked the 'typical' installation. It failed at the end
    and did not install the database manager. The error message was:
    SIGGEV received at bfffea90 in
    /u01/app/oracle/jre/1.1.8/lib/linux/native_threads/libjava.so
    Process terminated
    Writing stack trace to javacore30299.txt... OK
    /u01/app/oracle/product/8.1.7/bin/dbassist: line 103: 30229
    Segmentation fault $JRE_EXEC -Duser.dir=$USER_DIR -classpath
    $CLASSPATH DBCreateWizard $ARGUMENTS
    If you get beyond this point, let me know. Good luck!

  • Oracle 11g installation on Linux Enterprise 5 remains hanging at 43%!

    Hi all,
    as per Subject, I have installed a Linux Enterprise 5 OS downloaded by Oracle Download Center and it is now installed following the nice Guide here.
    I have added the missing Linux packages and set up the kernel parameters as per Guide quoted above.
    If I launch the Oracle installation, it completes the packages and parameters check fine, install goes fine until 43% and then hangs.
    It's not freezing as the Installation window shows ongoing animations, if I try to stop installation it responds immediately asking for confirmation.
    It just hangs up!
    The Linux machine is actually on a VMWare image on a MacOS Leopard host.
    I have tried it on my laptop and desktop as well, but the hang point keeps being the same.
    Any idea?
    Thanks in advance.

    Satish Kandi wrote:
    Can you post last 10 lines from the installation log? That might provide some clue.Sure.
    I will copy more that last 10 lines as last 10 lines do not look too descriptive to me.
    This will contain also my Installation abort.
    Summary
    Global Settings
    Source: /mnt/hgfs/Oracle/database/install/../stage/products.xml
    Oracle Base: /home/oracle/app/oracle
    Oracle Home: /home/oracle/app/oracle/product/11.1.0/db_1 (OraDb11g_home1)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    / Required 3.43GB (includes 224MB temporary) : Available 30.10GB
    New Installations (125 products)
    Oracle Database 11g 11.1.0.6.0
    Enterprise Edition Options 11.1.0.6.0
    Oracle Partitioning 11.1.0.6.0
    Oracle Spatial 11.1.0.6.0
    Oracle OLAP 11.1.0.6.0
    Oracle Database 11g 11.1.0.6.0
    Oracle Text 11.1.0.6.0
    Oracle Net Services 11.1.0.6.0
    Oracle Enterprise Manager Console DB 11.1.0.5.0
    Oracle Net Listener 11.1.0.6.0
    HAS Files for DB 11.1.0.6.0
    Oracle Call Interface (OCI) 11.1.0.6.0
    Enterprise Manager Agent 10.2.0.3.1
    Oracle Programmer 11.1.0.6.0
    Oracle Database Gateway for ODBC 11.1.0.6.0
    Oracle Advanced Security 11.1.0.6.0
    Oracle JVM 11.1.0.6.0
    Database Configuration and Upgrade Assistants 11.1.0.6.0
    Oracle XML Development Kit 11.1.0.6.0
    Generic Connectivity Common Files 11.1.0.6.0
    Oracle Multimedia 11.1.0.6.0
    Oracle Multimedia Locator 11.1.0.6.0
    Oracle Internet Directory Client 11.1.0.6.0
    Oracle Database Utilities 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    PL/SQL 11.1.0.6.0
    Oracle Recovery Manager 11.1.0.6.0
    Oracle Net 11.1.0.6.0
    Assistant Common Files 11.1.0.6.0
    Installation Common Files 11.1.0.6.0
    Enterprise Manager plugin Common Files 11.1.0.5.0
    Oracle LDAP administration 11.1.0.6.0
    SQL*Plus 11.1.0.6.0
    HAS Common Files 11.1.0.6.0
    Oracle Help for the Web 2.0.14.0.0
    Oracle UIX 2.2.20.0.0
    Precompiler Common Files 11.1.0.6.0
    Oracle Clusterware RDBMS Files 11.1.0.6.0
    Cluster Verification Utility Common Files 11.1.0.6.0
    Oracle Wallet Manager 11.1.0.6.0
    Oracle Security Developer Tools 11.1.0.6.0
    XML Parser for Java 11.1.0.6.0
    Enterprise Manager Minimal Integration 11.1.0.6.0
    Oracle Database User Interface 2.2.13.0.0
    SQL*Plus Files for Instant Client 11.1.0.6.0
    Oracle ODBC Driver 11.1.0.6.0
    Required Support Files 11.1.0.6.0
    Database SQL Scripts 11.1.0.6.0
    OLAP SQL Scripts 11.1.0.6.0
    PL/SQL Embedded Gateway 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Character Set Migration Utility 11.1.0.6.0
    Oracle Locale Builder 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    Oracle Java Client 11.1.0.6.0
    Oracle JDBC/THIN Interfaces 11.1.0.6.0
    Oracle Multimedia Client Option 11.1.0.6.0
    Oracle Universal Connection Pool 11.1.0.6.0
    Oracle Notification Service 11.1.0.5.0
    Oracle Code Editor 1.2.1.0.0I
    Oracle Ultra Search Server Rdbms 11.1.0.6.0
    Oracle Help For Java 4.2.9.0.0
    Oracle Containers for Java 11.1.0.6.0
    JAccelerator (COMPANION) 11.1.0.6.0
    Database Workspace Manager 11.1.0.6.0
    SQLJ Runtime 11.1.0.6.0
    Oracle Core Required Support Files 11.1.0.6.0
    Platform Required Support Files 11.1.0.6.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle Application Express 11.1.0.6.0
    Oracle SQL Developer 11.1.0.6.0
    Oracle JDBC Server Support Package 11.1.0.6.0
    regexp 2.1.9.0.0
    Enterprise Manager Common Files 10.2.0.3.1
    Installation Plugin Files 11.1.0.6.0
    Oracle JDBC/OCI Instant Client 11.1.0.6.0
    XML Parser for Oracle JVM 11.1.0.6.0
    Oracle XML Query 11.1.0.6.0
    Oracle Message Gateway Common Files 11.1.0.6.0
    Oracle Starter Database 11.1.0.6.0
    Sample Schema Data 11.1.0.6.0
    Precompiler Required Support Files 11.1.0.6.0
    Parser Generator Required Support Files 11.1.0.6.0
    Oracle Multimedia Locator RDBMS Files 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Oracle Multimedia Annotator 11.1.0.6.0
    Oracle Multimedia Java Advanced Imaging 11.1.0.6.0
    Oracle Database 11g Multimedia Files 11.1.0.6.0
    Agent Required Support Files 10.2.0.3.1
    Oracle 11g Warehouse Builder Server 11.1.0.6.0
    Oracle Ultra Search Server 11.1.0.6.0
    Oracle Ultra Search Middle-Tier 11.1.0.6.0
    Oracle Ultra Search Common Files 11.1.0.6.0
    Perl Interpreter 5.8.3.0.4
    RDBMS Required Support Files 11.1.0.6.0
    Oracle Display Fonts 9.0.2.0.0
    RDBMS Required Support Files for Instant Client 11.1.0.6.0
    Enterprise Manager Agent Core Files 10.2.0.3.1
    Enterprise Manager Common Core Files 10.2.0.3.1
    Enterprise Manager Grid Control Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Agent Support 11.1.0.5.0
    Enterprise Manager Database Plugin -- Management Service Support 11.1.0.5.0
    Enterprise Manager Repository Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Repository Support 11.1.0.5.0
    Provisioning Advisor Framework 10.2.0.3.1
    XDK Required Support Files 11.1.0.6.0
    Oracle RAC Required Support Files-HAS 11.1.0.6.0
    SQL*Plus Required Support Files 11.1.0.6.0
    Oracle JFC Extended Windowing Toolkit 4.2.36.0.0
    Oracle Extended Windowing Toolkit 3.4.47.0.0
    Oracle OLAP API 11.1.0.6.0
    Oracle OLAP RDBMS Files 11.1.0.6.0
    Oracle Data Mining RDBMS Files 11.1.0.6.0
    Oracle Real Application Testing 11.1.0.6.0
    Bali Share 1.1.18.0.0
    Buildtools Common Files 11.1.0.6.0
    Oracle Net Required Support Files 11.1.0.6.0
    SSL Required Support Files for InstantClient 11.1.0.6.0
    LDAP Required Support Files 11.1.0.6.0
    Oracle ODBC Driverfor Instant Client 11.1.0.6.0
    Oracle Configuration Manager 10.2.6.0.0
    Oracle Universal Installer 11.1.0.6.0
    Oracle One-Off Patch Installer 11.1.0.6.0
    Installer SDK Component 11.1.0.6.0
    Sun JDK 1.5.0.1.1
    INFO: Method 'dispose()' Not implemented in class 'OiCcrCsi'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.server' with Install type 'EE'.
    INFO: Link phase has been specified as needed
    INFO: Setup phase has been specified as needed
    INFO: HomeSetup JRE files in Scratch :0
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    Thanks :)

  • Oracle Universal Installer response files and platform independency

    Hi all,
    The Oracle Universal Installer is a platform-independent system, to what extent are Oracle Universal Installer response files platform-independent? For sure it's not completely platform-independent, because path definitions aren't portable - Windows versus Linux for example. My hope is that all possible variables within response files are exactly the same as on different platforms. Also the possible values for the variables should be portable, except for the path definitions, of course.
    Can anyone confirm that my thoughts are true?
    Durk

    Hi,
    This problem frequently occurs because of the wrong DISPLAY settings. Please perform the steps on a X-term terminal screen;
    1) under root user
    2) xhost +
    3) su - ora<sid>
    4) echo $DISPLAY
    5) setenv DISPLAY <client ip>:(result of echo $DISPLAY) (for example setenv  DISPLAY 192.168.1.100:0.0)
    6) xclock (test X-Client)
    If it works then you will be able to run "./runInstaller", for example
    cd /oracle/stage/102_64/database/Disk1/SAP
    ./RUNINSTALLER
    You can check the [installation guide|https://websmp204.sap-ag.de/~sapidb/011000358700000359232008E], also. Search for "4.4.3 Running the Oracle Universal Installer" title and read the details,
    Best regards,
    Orkun Gedik

  • Oracle Universal Installer no started before error remote PC

    Hi guys.
    I'm performance the installation Solution Manager 7.0 EHP1 on plataform AIX 6.1 and Oracle 10.2.0.4. I'm doing the installation remotely, and I'm in step installation of Oracle patch 10.2.0.4. according to the steps in the readme file.
    But when I was in the path of execution of the OUI, the Summary screen by start the installation, my remote PC problems light went out.
    When I try to rerun the installation of the patch by the OUI fails me and not started the Oracle Universal Installer.
    I'm checking the installActions2010-05-25_11-36-48AM.log, but only show me the following:
    Using paramFile: /instaladores/patch/Disk1/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 5200, 5300 or 6100
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2010-05-25_11-36-48AM/installActions2010-05-25_11-36-48AM.log
    How can start the Oracle Universal Installer again  ????????

    Hi,
    Checking operating system version: must be 5200, 5300 or 6100
    Failed <<<<
    Please check if oraparam.ini (in Disk1/install directory) file has your OS version (AIX 6.1) as certified version...
    If not add the below line in "Certified Versions" section.
    AIX=6.1.0.0
    It should look similar as below:
    [Certified Versions]
    #You can customise error message shown for failure through CERTIFIED_VERSION_FAILURE_MESSAGE
    Solaris=5.6,5.7,5.8,5.9
    Linux=redhat-2.1AS
    HPUX=B.11.23,B.11.31
    Decunix=V5.1A,V5.1
    AIX=6.1.0.0
    then try again to execute ./RUNINSTALLER
    regards.
    Rajesh Narkhede

  • Issue in Oracle 12C Installation for windows 64 bit

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

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

  • P6v7 Web Services Oracle Universal Installer Error Setting Java_Home veriab

    Hi,
    I am installing Primavera P6 v7 web serivces on a Ms Windows 2003 SP2 server machine but it gives error "error setting Java_Home environment variable" every time i run the oracle universal installer setup of P6 v7 web services. I have already installed Java JRE1.6.0_14 and set the JAVA_HOME variables in both system and user variables. I have also tried manually setting path of JAVA during setup but no luck so far everytime same error. I have been looking at the log file in oracle inventory folder but did not find any hint to resolve the issue.
    Please suggest a solution or workaround.
    Regards,
    Shahid

    r u using 32bit or 64bit java?? better to use 32 bit java. Create 3 variable for EPPM P6
    1) variable name: JAVA_HOME Value: c:\Java32\JRE1.6.0_27
    2) variable name: JRE_Location value: c:\Java32\jdk.1.6.0_27\jre
    3) variable name: p6_java_home value: c:\Java32\jdk.1.6.0_27

  • Oracle Universal Installer not starting, failing on pre-requisites

    --[This is where the application server 10g Forms and Reports (9.0.4) cd resides for Solaris version 5.9]
    /data02/FMSinvoice/appsFR904/INSTALL/SOLARIS
    --[The runInstaller is using oraparam.ini from the following temp location (/data02/FMSinvoice/appsFR904...). This is a patch which allows above cd to run on Soalris ver 5.10]
    bash-3.2$ runInstaller -paramFile /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701/oraparam.ini
    Debug1
    encoding = UTF-8
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10
    Passed
    Checking operating system packages: SUNWarc,SUNWbtool,SUNWhea,SUNWlibm,SUNWlibms,SUNWsprot,SUNWtoo,SUNWi1of,SUNWxwfnt,SUNWi1cs,SUNWi15cs Passed
    Checking swap space: must be greater than 1536 MB. Actual 14791MB Passed
    Checking Temp space: must be greater than 150 MB. Actual 12596 MB Passed
    All installer requirements met.
    Checking if CPU speed is above 250 MHz. Actual 1200 MHz Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-08-29_03-54-34PM. Please wait ...sh: /apps/oracle/product/9.2.0/oui/bin/unzip: not found
    Error in writing to directory /tmp/OraInstall2012-08-29_03-54-34PM. Please ensure that this directory is writable and has atleast 75 MB of disk space. Installation cannot continue.
    The tmp seems to have enough space...
    bash-3.2$ df -kh
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c3t201500A0B826A22Cd4s0
    9.8G 5.2G 4.6G 54% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap 12G 1.7M 12G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1
    9.8G 5.2G 4.6G 54% /platform/sun4u-us3/lib/libc_psr.so.1
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
    9.8G 5.2G 4.6G 54% /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
    fd 0K 0K 0K 0% /dev/fd
    /dev/dsk/c3t201500A0B826A22Cd4s3
    9.8G 409M 9.3G 5% /var
    swap 12G 1.0M 12G 1% /tmp
    swap 12G 80K 12G 1% /var/run
    /dev/dsk/c3t201500A0B826A22Cd4s4
    9.8G 4.6G 5.2G 47% /apps
    /dev/dsk/c3t201500A0B826A22Cd0s5
    128G 73G 53G 58% /data01
    /dev/dsk/c3t201500A0B826A22Cd1s6
    262G 13G 247G 5% /data02/FMSinvoice
    Can someone help kick off the OUI installer. Our customer if getting impatient in not getting it to run. Any help appreicaited
    Thanks

    Thanks for the replies...
    FYI.
    I have cloned an Oracle 9i database on a DR test server.
    Now I am installing Oracle Application server 10g Forms and Reports (9.0.4) on Solaris 5.10
    This is using a Oracle CD which is for Solaris 5.9 but using twp patches supplied by oracle to run the CD from. So it is able to run on Solaris 5.10. It has been done before but by some past DBA some 5 years ago. This is the first time I am attempting this being a new employee here.
    I have implemented these suggestions.
    Especially the fact that it was looking for a gunzip utuility which it couldn't find. To make it easirer Ij ust copied the gunzip utility to the place it was looking for, and renamed it unzip. As it was loooking for unzip
    This worked and passed through.
    Created the temp temp directory as welll so it would not have issues in not writting to the tmp directory.
    The error I'm getting is below
    bash-3.2$ pwd
    /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701
    bash-3.2$ /data02/FMSinvoice/appsFR904/INSTALL/SOLARIS/RUNINSTA -paramFile /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701/ORAPARAM.INI
    Starting Oracle Universal Installer ...
    Checking requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10.
    Actual 5.10 Passed
    Checking operating system packages: SUNWarc,SUNWbtool,SUNWhea,SUNWlibm,SUNWlibms,SUNWsprot,SUNWtoo,SUNWi1of,SUNWxwfnt,SUNWi1cs,SUNWi15cs Passed
    Checking swap space: must be greater than 1536 MB.
    Actual 14791MB Passed
    Checking Temp space: must be greater than 150 MB.
    Actual 252715 MB Passed
    All requirements met.
    Checking if CPU speed is above 250 MHz.
    Actual 1200 MHz Passed
    Checking monitor: must be configured to display at least 256 colors
    ^C Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo
    Some optional pre-requisite checks have failed (see above). Continue? (y/n) [n] y
    Preparing to launch Oracle Universal Installer from /data02/FMSinvoice/appsFR904/tmp/OraInstall2012-08-31_11-12-17AM. Please wait ...The Java RunTime Environment was not found at /data02/FMSinvoice/appsFR904/tmp/OraInstall2012-08-31_11-12-17AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory
    I am running humingbird Exceed, and have also set the DISPLAY to my screen.
    FYI I am running this from home so the 256 collours error would probably be ok if I did it from work (as I will on Monday)
    However I would prbably still get the java error. Should this not be resolved using Exceed though?

  • Oracle Universal Installer tries to install an older Java Runtime

    I downloaded the Rdb ODBC Driver for Windows with Oracle Universal Installer. The Installer would install JRE 1.3 but I already have 1.5.
    How can I avoid this?
    Thank you.

    I installed the ODBC Driver with the Oracle Universal Installer.
    Now I have the directory C:\Programme\Oracle\jre\1.3.1. This means that the installer has not detect my Java 5 installation and uses its own JRE 1.3.
    I remains one question:
    Who has done this?

Maybe you are looking for

  • Error in Posting Goods Receipt

    Hi Experts, I am getting the following error when i am posting a goods receipt. Syntax error in validation prerequisite "VALLGAP", step "" Message no. GB 033 Diagnosis A syntax error was found in validation VALLGAP during the ABAP code generation. Th

  • Using Java UFL with BOE XI

    Post Author: Elvyn CA Forum: Migration to XI R2 We are using CR4E deployed on Linux. Some of our reports use Java UFLs.We are currently migrating to BOE XI and can't find support for Java UFLs. 1) Is there a way to use Java UFL with BOE XI (on Linux)

  • TSA5UP24 vs NetWare 6.5sp8

    Hi, This happens all too often with Novell... TSA5UP24.zip released in March 2010. NetWare 6.5 sp8 released in Oct/Nov 2008. TSAFS.NLM from TSA5UP24 v 6.52.09 Oct 16, 2008, 10:18am TSAFS.LM from SP8 v 6.53.03 Oct 16, 2008, 9:58am So which is the newe

  • Malware and Other Various Nasties

    Hello Everyone I am looking for some real solid feedback when it comes to the various onslaught on nasty infectious computer viruses , malware , spyware and things such as viruses and key loggers. Would anyone know of any real solid top notch program

  • Probleme de prise de ligne

    Lorsque je reçois non appel entrant il intérêt tres fréquent que je ne puisse pas décrrocher car le rond vert ne va pas completement à droite. CELA FONCTIONNE Parfois au bout de PLUSIEURS Essais, MAIS tres souvent le Correspondant raccroche avant Qué