Force oracle 9i installer to use green thread

I want to install Oracle 9i on freebsd but I was unable to launch the installer because of the java runtime envoronnment, for the Oracle 8i installer We had to specify the installer to use green threads but I was unable to find where to specify it to the 9i installer.
Any help would be welcome.
Thanks in advance

<How can I force oracle 9i to use more CPU >
Never seen that before; usually we're trying to get Oracle to use LESS CPU!
Comparing 10g and 9i are difficult and probably an exercise in futility. 10g is a different database and will perform differently. If all of your initialization parameters are identical between instances, the OS is the same version with the same settings, and the hardware is identical then there's not a lot of things to look at. If any of these things are not identical they may or may not be a factor as to why the systems are performing differently.
The lower CPU on the 9i side suggests something else is slower, possibly data access. You could perform traces on both systems to see things like I/O and memory reads.

Similar Messages

  • Force oracle form server to use 'Arabic Presentation Forms-B' unicode block

    Hi everybody
    i am using form server 10g and AR8MSWIN1256 as characterset.
    it seems that with this charset oracle form server use only 'Arabic presentation Forms-B' part of unicode to display characters.
    is there any way to change this and force form server to use 'Arabic presentation Forms-A' and 'Arabic presentation Forms-B'.
    i checked in localebuilder and if you set any code out of 'Arabic presentation Forms-B' range in replacement chars glyph is not displayed and in the form it shows wrong display.
    Regards
    Mostafa

    You should post your question in the Forms the Developer Suite forums. It is found at:
    Forms

  • How to force Oracle AS 10gR2 installer to use IP and hostname on 2nd NIC

    My target machine for Oracle AS 10gR2 10.1.2.0.2 has two NICs, for example:
    NIC1: 10.0.0.1 hostname1
    NIC2: 10.0.0.2 hostname2
    The hostname of this machine is hostname1
    Oracle AS installer will use hostname1, IP address 10.0.0.1 for installation by default. Does anyone know how can I force Oracle installer to use hostname2 and 10.0.0.2 for installation? Thank you.

    Were you able to force the installer to use a specific NIC interface when installing? I would like to have two mid tiers on the same box, each with a different host and IP.

  • Multi-threaded program hangs in Linux with green thread when doing I/O

    Hi,
    I am using green thread(jdk1.3.1) on Linux. My program is in multi-threaded model and has some I/O operations. I am runing one java program using Runtime.exec("java <program>"). Actually the <program> prompts user with some question like "enter location" and waits for the input. Now in my code I am constantly reading the input stream of the process. Once I get the string like "enter location", immediately I send the location through Process o/p stream. But the process is not able to read this and hangs there for ever.
    Please help, what could be the problem? If you need the source code, pls let me know.
    Thanks in advance,
    Sisir

    I had a similar issue few weeks back... If I could see the source I would have a better understanding of the problem and think I could help out. If you want to send it, send it to [email protected]
    thanks,
    JP

  • Can you force a Oracle Update Statement to use a specific database thread?

    We are attempting to write a Oracle Update Statement to update a value on all records in a single column. We are updating a column with a value found in a history table. Simple enough. We do it all the time. It works but we are having contention issue with users on the system using the main database threads and updating the same table at the same time. So what is happening is the update uses up all the available database threads and then the users just get timeouts and can't update. What we are trying to determine is can I write it to force the update statement to use a specific thread on the database when it is running?
    Here is the current update statement
    UPDATE
    TASK_DATA TSK
    SET
    dttSTATUS_WORK_IN_PROGRESS_TIM =
    SELECT
    HIS.T5
    FROM
    H2839 HIS
    WHERE
    TSK.REQUEST_ID = HIS.ENTRYID
    AND
    HIS.T5 IS NOT NULL
    AND
    TSK.dttSTATUS_WORK_IN_PROGRESS_TIM IS NULL
    Edited by: user11307503 on Oct 21, 2009 3:47 PM

    the update uses up all the available database threads and then the users just get timeouts and can't updateI'm not convinced that you're got a clear picture of how Oracle works and what is going on here.
    You're updating TASK_DATA, the whole table.
    Writers don't block readers - that's a key principle of Oracle.
    But if all the other users are trying to update a row or rows in TASK_DATA at the same time as your other process is updating all rows in the table, then there's going to be contention.
    This is not about "using up all available database threads" - that's nonsense.
    This is (probably) about sessions trying to update rows that your other process has locked.
    1. Get a clear picture of what the sessions are waiting on - it's probably TX locks.
    2. How many rows are you updating with this update on TASK_DATA?
    3. How long does it take? How often do you do it? Is there no quieter time when you can do it?

  • I need to reinstall my Canon Pixma Pro 9500 MK 2 printer on my iMac running Mavericks. It looks for software but Apple cannot find. The driver is available on my computer. Is there a way I can force the installer to use the available driver?

    I need to reinstall my Canon Pixma Pro 9500 MK 2 printer on my iMac running Mavericks. It looks for software but Apple cannot find. The driver is available on my computer. Is there a way I can force the installer to use the available driver?

    I need to reinstall my Canon Pixma Pro 9500 MK 2 printer on my iMac running Mavericks. It looks for software but Apple cannot find. The driver is available on my computer. Is there a way I can force the installer to use the available driver?

  • How to uninstall oracle components silents using oracle universal installer in oracle client 11.2.0.3.0?

    Hi,
    I have installed oracle client 11.2.0.3.0 silently using the response file with INSTALL type as runtime. I want to remove  'Oracle sql developer' from the installed products. Using Oracle Universal Installer I am able to remove this component in GUI. Please provide me the silent switch to remove this component. I have tried with DEINSTALL_LIST property , but I am getting an error that 'no products selected for deinstall'. Please suggest on this.

    Pl post your OS details
    AFAIK, SQL Developer is not included in the Oracle Client install - it is a separate install. You will have to follow the instructions for uninstalling SQL Developer - check the docs for your specific version of SQLD - Oracle SQL Developer
    e.g. for 3.1, see Installing Oracle SQL Developer

  • Unable to use ctx_doc despite Oracle Text installation

    Hi,
    We're using Oracle 9iR2.
    I'm in need to convert a Long Raw column to readable text. I've managed to convert it to CLOB and it now gives me an RTF encoded string.
    I've read on several forums that this RTF string can be converted to readable text using the CTX_DOC.FILTER or CTX_DOC.IFILTER functions. But despite Oracle Text 9.2.0.1.0 being successfully installed (by OUI), there ain't any CTX_DOC packages. I'm getting the error:
    "PLS-00201: identifier 'CTX_DOC.IFILTER' must be declared".
    Even running as database administrator, I'm not able to run this function.
    Can anyone help us in making this work? I've posted in the wrong forum before (PL/SQL) but their tips didn't work: unable to use ctx_doc despite Oracle Text installation
    Thanks in advance!

    Can you try some things just to confirm if you have a proper installation and configuration? Do you have a ctxsys user? Can you connect as ctxsys then describe ctx_doc? Please see the following section for configuration instructions:
    http://download.oracle.com/docs/cd/B10501_01/win.920/a95491/config.htm#1007332
    You might also want to upgrade to a newer version.

  • Suggestions for Oracle 10g  Installation using VMware in Windows XP.

    Hi All,
    I am using Intel(R) Core (TM) 2 Duo CPU P8600 @2.4 Ghz with 1.98 GB RAM with Windows XP with 70 GB disk space. I would like to install a 2 node RAC with ASM and if possible also configure a DG for learning and testing purpose.Please advice if this will work using a VMware . Is RAC VM possible only Linux or with Windows as well ?
    I think 11g is out of scope since i don't have sufficient memory.
    I am new to VMware and have not done any installations or used it till now.
    It would be appreciated if you could help with these doubts.
    1. How much memory can be allocated to each instances?If i am installing Linux how much memory is required ?
    2. what will be the load on the CPU and will i be able to use it without any resource crunch ?
    3.Once memory is allocated to VM, can it be claimed back , is it like if i am not starting the VMware services.. i have the full 2 GB in discretion?
    4. Can 10g Standard editions be used for learning purposes?
    If the above hardware is not sufficient, please suggest a suitable configuration
    Hari
    Edited by: Hari2012 on May 27, 2012 12:24 AM

    You do not have sufficient hardware - you will likely need 6GB of RAM or more, plus 100G of disk or more and a multiprocessor machine. Each VM will need at least 2GB of RAM, and once all of the VMs/RAC are installed, the system will be pretty busy running 3 OS's (host and two guests) and two databases. If you do not start up the VMs, all of the memory is available for the host to use. 10g is no longer available for download, you will have to use 11g - yes SE edition is sufficient for learning purposes.
    Re: Oracle RAC Desktop Setup
    HTH
    Srini

  • Automating Oracle Server Installation using response file

    I am automating Oracle Server Installation using response file. No Installer page should be displayed, except 'Optional Config Tools' page at the end of the installation showing the list of optional configuration tools e.g Net Configuration Assistant, Database Configuration Assistant, and Intelligent Agent Configuration Assistant. All other pages would not be displayed.
    My response file doesn't seem to work this way. During installation, it displays the 'Create Database' page asking whether you want Database Configuration Assistant to be automatically launched at the end of the installation for database creation. How do I prevent this page from displaying, while selecting default option (Yes) using response file?

    Provide info about the OS you are using and Oracle version.
    -Sri

  • How to force Oracle using HASH JOIN

    Hi,
    I have performance issue with our SQL queries. If I use hint /*+ordered use_hash(table_name)*/ the queries run very fast as they use HASH JOIN instead of NESTED LOOPS. I have several thousands of such queries and cannot modify them in order to force Oracle to use HASH JOIN.
    I have tried to change parameters in init.ora and re-analyze the database. But the queries still use NESTED LOOPS.
    Here are some parameters in my database:
    hash_area_size=256M
    pga_aggregate_target=6G
    pgamax_size=1953125K
    pga_aggregate_target=6G
    My servers has 16G of RAM each. We are using RAC with 2 nodes.
    Please advice.
    Thx

    I donot have an answer (apart from the only answer to change each and every query to have an hint) but I have one question.
    Per session Hash area size of 256M? Is it really required? It could be a data warehouse but 256M is a bit too much for me (may be I have not worked yet on such a big environment).

  • Amazon EC2 Installation using Oracle AMI - Installation Hangs

    Hello,
    I've been trying to install an Oracle AMI on EC2 (using the Oracle provided AMIs). However, every time I go through and use the defaults and the installation gets stuck at 87%. It does not finish. This has happened with AMIs for multiple releases of Enterprise Linux and Oracle Database.
    I was able to install and access the latest Oracle BPM AMI (http://aws.amazon.com/amis/Oracle/4052) in order to test it, but no such luck with a DB AMI (such as http://aws.amazon.com/amis/Oracle/3647).
    Does anyone know what could be happening?
    Thanks for any pointers!

    Oracle 10gXE is free, Oracle does not charge you any fees.
    To start with Amazon, you can have a free EC2 Micro instance which is suitable for Oracle 10gXE. Amazon offers this instance for new customer as free and i think it's for one year.
    You safe if you use 10gXE and AWS Micro instance.

  • Use of Oracle Universal Installer?

    I am trying to install Oracle Developer Suite 10g (I have already Oracle 10.g installed) - however I get (after message that all requirements are met, so - installation can proceed):
    'setup.exe has encountered a problem and need to close. we are sorry for the inconvenience..... Please tell Microsoft about this problem'.
    Oracle Universal Installer version: 10.1.0.2.0
    Oracle Deveoper Suite: 10.1.2.0.2 (so - a bit higher - is this acceptable?)
    WinXP, default JRE 1.5_1
    I can run OUI as standalone application - so - maybe I can simply run it and ask it to install Developer Suite? But as I understand - I should point to some xml file where products for istallation should be specified - but on installation disks there i no any (there is onlu setup executables). Where can I find them? Or should I upgrade to higher version of OUI?
    Thanks for any advice in advance!
    OK - I find products.xml file - and I got messages:
    1) error while loading areasQueries library
    2) I should upgrade to OUI 10.1.0.3.0 or later - where can I download it?
    Message was edited by:
    user454720
    OK - now I searched on yahoo for Oracle Universal Installer download - there are some discussion in forums where it is recognized that standalone download of specified OUI isn't available from Oracle website
    Message was edited by:
    user454720

    you have to change the port no in listener.ora file which exists on Oracle_home/network/admin/listener.ora like
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = Griat-xp.bebo.tech.com)(PORT = 1521))
      )from this to
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = Griat-xp.bebo.tech.com)(PORT = 1522))
      )afterwords you have to reload the listener by using lsnrctl on command prompt
    in this way you can change the default port of Oracle
    Regards
    Singh

  • Oracle 12c installation on Windows 7 not progressing

    My Oracle 12c Release 1 installation on my Windows 7 Professional 64 bit laptop seems to be stuck or hung or whatever you call it. After downloading file1 and file2 from OTN using wget, I copied the files to c:\oracle12c directory, renamed them so that they are zip files winx64_12c_database_1of2.zip and winx64_12c_database_2of2.zip that Windows can recognize, without the authparams used by wget. I unzipped both, extracting all files, and they are now in the c:\oracle12c\database directory. I double clicked on c:\oracle12c\database\setup.exe and the installer started. My computer overheated and shut down abnormally. I restarted my computer. Then started over with clicking on setup.exe, using dbhome_2, instead of dbhome_1 that was used in the aborted installation. My computer met and passed all of the prerequisites. I followed all of the steps carefully. It finished the Oracle database installation, finished with the Net Configuration Assistant, then started the Oracle Database Configuration Assistant. The task bar has been stuck at 86% for a few hours now. Clicking on details shows:
    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 'C:\app\baboehme\product\12.1.0\dbhome_2'.
    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 'C:\app\baboehme\product\12.1.0\dbhome_2\oui\oraparam.ini'.
    Copying files for 'Oracle One-Off Patch Installer 12.1.0.1.0 '
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\OPatch\opatch.ini'.
    Copying files for 'Oracle Universal Installer 12.1.0.1.0 '
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\oui\bin\platform\win64\attachHome.bat'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\oui\bin\platform\win64\detachHome.bat'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\oui\bin\platform\win64\runConfig.bat'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\oui\bin\platform\win64\addLangs.bat'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\sysman\install\ccr.zip'
    extracting file 'README.pdf' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\README.pdf'
    extracting file 'OCMJarUtil.class' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\bin\OCMJarUtil.class'
    extracting file 'emocmrsp.bat' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\bin\emocmrsp.bat'
    extracting file 'msvcr71.dll' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\bin\msvcr71.dll'
    extracting file 'ccr.properties' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\config\ccr.properties'
    extracting file 'ccr.properties' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\config\default\ccr.properties'
    extracting file 'jsse_license.html' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\doc\jsse_license.html'
    extracting file 'core.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\inventory\pending\core.jar'
    extracting file 'engines.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\inventory\pending\engines.jar'
    extracting file 'metricdata.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\inventory\pending\metricdata.jar'
    extracting file 'rda.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\inventory\pending\rda.jar'
    extracting file 'rdacewin.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\inventory\pending\rdacewin.jar'
    extracting file 'scripts.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\inventory\pending\scripts.jar'
    extracting file 'OsInfo.class' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\OsInfo.class'
    extracting file 'configCCR.vbs' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\configCCR.vbs'
    extracting file 'coreutil.vbs' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\coreutil.vbs'
    extracting file 'deployPackages.vbs' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\deployPackages.vbs'
    extracting file 'emSnapshotEnv.vbs' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\emSnapshotEnv.vbs'
    extracting file 'emocmclnt-14.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\emocmclnt-14.jar'
    extracting file 'emocmclnt.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\emocmclnt.jar'
    extracting file 'emocmcommon.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\emocmcommon.jar'
    extracting file 'emocmutl.vbs' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\emocmutl.vbs'
    extracting file 'http_client.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\http_client.jar'
    extracting file 'jcert.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\jcert.jar'
    extracting file 'jnet.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\jnet.jar'
    extracting file 'jsse.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\jsse.jar'
    extracting file 'log4j-core.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\log4j-core.jar'
    extracting file 'osdt_core3.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\osdt_core3.jar'
    extracting file 'osdt_jce.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\osdt_jce.jar'
    extracting file 'regexp.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\regexp.jar'
    extracting file 'xmlparserv2.jar' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\lib\xmlparserv2.jar'
    extracting file 'setupCCR.exe' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\bin\setupCCR.exe'
    extracting file 'ocmJarUtil.bat' from 'C:\app\baboehme\product\12.1.0\dbhome_2\ccr\bin\ocmJarUtil.bat'
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2/bin/oci.dll.dbl' to 'C:\app\baboehme\product\12.1.0\dbhome_2/bin/oci.dll'
    moving 'C:\app\baboehme\product\12.1.0\dbhome_2/bin/ociw32.dll.dbl' to 'C:\app\baboehme\product\12.1.0\dbhome_2/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 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\orarat12.dll.dbl' to 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\orarat12.dll'
    Copying files for 'Oracle Label Security 12.1.0.1.0 '
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\rdbms\install\sbs\olsadmintool.bat.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\rdbms\install\sbs\olsoidsync.bat.sbs'.
    Copying files for 'Oracle Locale Builder 12.1.0.1.0 '
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\nls\lbuilder\lbuilder.bat'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\nls\lbuilder\lbuilder.cl'.
    copying 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\oradmop12.dll.dbl' to 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\oradmop12.dll'
    Copying files for 'Oracle OLAP RDBMS Files 12.1.0.1.0 '
    moving 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\oraolapop12.dll.dbl' to 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\instOracle.key'.
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\instOracle.key'
    copying 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\oravsn12_ee.dll.dbl'
    updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDB12Home1'
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\rdbms\install\sbs\eusm.bat.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\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 '
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\ctx\admin\dr0ulib.sql.sbs'.
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\javavm\install\sbs\statusnc.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\javavm\install\sbs\ncomp.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\javavm\install\sbs\deploync.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\javavm\install\sbs\loadjava.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\javavm\install\sbs\dropjava.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\javavm\install\sbs\ojvmjava.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\javavm\install\sbs\ojvmtc.sbs'.
    Copying files for 'Database Migration Assistant for Unicode 12.1.0.1.0 '
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\dmu\dmu\bin\dmu64.conf'
    copying 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\precomp\admin\instpcbcfg.cfg'.
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\clone\bin\clone.pl.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\install\config\oracle.rdbms.util.xml'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\addnode\addnode.bat'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\addnode\addnode_oraparam.ini.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\clone\clone_oraparam.ini.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\bin\registerDll.bat.sbs'.
    Copying files for 'Oracle LDAP administration 12.1.0.1.0 '
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\ldap\install\ldifmigrator.orc'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\ldap\install\oidprovtool.orc'.
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\ldap\install\ldifmigrator.orc'
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\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 'C:\app\baboehme\product\12.1.0\dbhome_2\assistants\bin\rconfig.sbs'.
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\assistants\bin\rconfig.sbs'
    Copying files for 'Oracle Net 12.1.0.1.0 '
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\network\install\sqlnet.ora.sbs'.
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\network\install\sbs\trcasst.sbs'.
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\network\install\sbs\trcasst.sbs'
    instantiating 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\netmgr.cl.sbs'.
    deleting 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\netmgr.cl.sbs'
    extracting 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help/mgr_help.jar'
    extracting file 'blafdoc.css' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\blafdoc.css'
    extracting file 'eHelp.xml' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\eHelp.xml'
    extracting file 'mgr.brs' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\mgr.brs'
    extracting file 'mgr.glo' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\mgr.glo'
    extracting file 'mgr.hhc' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\mgr.hhc'
    extracting file 'mgr.hs' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\mgr.hs'
    extracting file 'mgr.idx' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\mgr.idx'
    extracting file 'mgr.map' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\mgr.map'
    extracting file 'n8ahelpabout_oracle_advanced_security.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpabout_oracle_advanced_security.htm'
    extracting file 'n8ahelpaccepted.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpaccepted.htm'
    extracting file 'n8ahelpaddress.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpaddress.htm'
    extracting file 'n8ahelpaddress_list_options_dialog_box.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpaddress_list_options_dialog_box.htm'
    extracting file 'n8ahelpaddresslist.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpaddresslist.htm'
    extracting file 'n8ahelpadvanced_service_options_dialog_.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpadvanced_service_options_dialog_.htm'
    extracting file 'n8ahelpauthentication_method.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpauthentication_method.htm'
    extracting file 'n8ahelpchange_the_oracle_context.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpchange_the_oracle_context.htm'
    extracting file 'n8ahelpchoose_listener_name_dialog_box.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpchoose_listener_name_dialog_box.htm'
    extracting file 'n8ahelpchoose_new_context_dialog_box.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpchoose_new_context_dialog_box.htm'
    extracting file 'n8ahelpclient_load_balancing.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpclient_load_balancing.htm'
    extracting file 'n8ahelpcmanora_file.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpcmanora_file.htm'
    extracting file 'n8ahelpcommand_menu.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpcommand_menu.htm'
    extracting file 'n8ahelpconfigure_a_connect_desc00000028.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_desc00000028.htm'
    extracting file 'n8ahelpconfigure_a_connect_desc00000029.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_desc00000029.htm'
    extracting file 'n8ahelpconfigure_a_connect_descheterog.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_descheterog.htm'
    extracting file 'n8ahelpconfigure_a_connect_descrdb.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_a_connect_descrdb.htm'
    extracting file 'n8ahelpconfigure_advanced_connect_data_.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_advanced_connect_data_.htm'
    extracting file 'n8ahelpconfigure_advanced_profile_infor.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_advanced_profile_infor.htm'
    extracting file 'n8ahelpconfigure_default_domains_for_cl.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_default_domains_for_cl.htm'
    extracting file 'n8ahelpconfigure_encryption.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_encryption.htm'
    extracting file 'n8ahelpconfigure_external_naming_method.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_external_naming_method.htm'
    extracting file 'n8ahelpconfigure_external_procedures_fo.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_external_procedures_fo.htm'
    extracting file 'n8ahelpconfigure_heterogeneous_services.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_heterogeneous_services.htm'
    extracting file 'n8ahelpconfigure_integrity.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_integrity.htm'
    extracting file 'n8ahelpconfigure_listener_addresses.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_listener_addresses.htm'
    extracting file 'n8ahelpconfigure_listener_logging_and_t.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_listener_logging_and_t.htm'
    extracting file 'n8ahelpconfigure_multiple_address_optio.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_multiple_address_optio.htm'
    extracting file 'n8ahelpconfigure_oracle_advance00000211.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_oracle_advance00000211.htm'
    extracting file 'n8ahelpconfigure_oracle_advance00000212.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_oracle_advance00000212.htm'
    extracting file 'n8ahelpconfigure_password_authe00000051.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_password_authe00000051.htm'
    extracting file 'n8ahelpconfigure_profile_logging_and_tr.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconfigure_profile_logging_and_tr.htm'
    extracting file 'n8ahelpconnect_data.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconnect_data.htm'
    extracting file 'n8ahelpconnect_descriptor.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconnect_descriptor.htm'
    extracting file 'n8ahelpconnect_identifier.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconnect_identifier.htm'
    extracting file 'n8ahelpconnect_string.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconnect_string.htm'
    extracting file 'n8ahelpconnectdata.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconnectdata.htm'
    extracting file 'n8ahelpconnection_load_balancing.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconnection_load_balancing.htm'
    extracting file 'n8ahelpconnecttime_failover.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpconnecttime_failover.htm'
    extracting file 'n8ahelpcreate_a_listener.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpcreate_a_listener.htm'
    extracting file 'n8ahelpcreate_a_net_service_name.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpcreate_a_net_service_name.htm'
    extracting file 'n8ahelpcreate_additional_protocol_addre.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpcreate_additional_protocol_addre.htm'
    extracting file 'n8ahelpcreate_network_route_information.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpcreate_network_route_information.htm'
    extracting file 'n8ahelpcybersafe.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpcybersafe.htm'
    extracting file 'n8ahelpdatabase_identification_by_servi.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdatabase_identification_by_servi.htm'
    extracting file 'n8ahelpdatabase_link.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdatabase_link.htm'
    extracting file 'n8ahelpdatabase_services.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdatabase_services.htm'
    extracting file 'n8ahelpdedicated_server.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdedicated_server.htm'
    extracting file 'n8ahelpdirectory_information_tree_dit.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdirectory_information_tree_dit.htm'
    extracting file 'n8ahelpdirectory_naming.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdirectory_naming.htm'
    extracting file 'n8ahelpdirectory_naming_configuration_o.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdirectory_naming_configuration_o.htm'
    extracting file 'n8ahelpdirectory_naming_context.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdirectory_naming_context.htm'
    extracting file 'n8ahelpdirectory_naming_overview.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdirectory_naming_overview.htm'
    extracting file 'n8ahelpdirectory_naming_requirements_fo.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdirectory_naming_requirements_fo.htm'
    extracting file 'n8ahelpdirectory_server.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdirectory_server.htm'
    extracting file 'n8ahelpdirectory_server_authentication_.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdirectory_server_authentication_.htm'
    extracting file 'n8ahelpdiscovery.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdiscovery.htm'
    extracting file 'n8ahelpdistinguished_name_dn.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdistinguished_name_dn.htm'
    extracting file 'n8ahelpdomain.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdomain.htm'
    extracting file 'n8ahelpdomain_name_system_dns.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpdomain_name_system_dns.htm'
    extracting file 'n8ahelpedit_menu.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpedit_menu.htm'
    extracting file 'n8ahelpencryption.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpencryption.htm'
    extracting file 'n8ahelpexport_oracle_names_entries_to_d.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpexport_oracle_names_entries_to_d.htm'
    extracting file 'n8ahelpexport_tnsnamesora_file_entries_.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpexport_tnsnamesora_file_entries_.htm'
    extracting file 'n8ahelpexternal_naming.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpexternal_naming.htm'
    extracting file 'n8ahelpexternal_procedures.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpexternal_procedures.htm'
    extracting file 'n8ahelpfile_menu.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpfile_menu.htm'
    extracting file 'n8ahelpgeneral_access_rights.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpgeneral_access_rights.htm'
    extracting file 'n8ahelpgeneral_advanced.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpgeneral_advanced.htm'
    extracting file 'n8ahelpgeneral_logging.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpgeneral_logging.htm'
    extracting file 'n8ahelpgeneral_parameters_authenticatio.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpgeneral_parameters_authenticatio.htm'
    extracting file 'n8ahelpgeneral_parameters_general.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpgeneral_parameters_general.htm'
    extracting file 'n8ahelpgeneral_parameters_logging__trac.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpgeneral_parameters_logging__trac.htm'
    extracting file 'n8ahelpgeneral_routing.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpgeneral_routing.htm'
    extracting file 'n8ahelpgeneral_tracing.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpgeneral_tracing.htm'
    extracting file 'n8ahelpglobal_database_name.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpglobal_database_name.htm'
    extracting file 'n8ahelphelp_menu.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelphelp_menu.htm'
    extracting file 'n8ahelpheterogeneous_services.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpheterogeneous_services.htm'
    extracting file 'n8ahelphost_naming.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelphost_naming.htm'
    extracting file 'n8ahelpinitialization_parameter_file.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpinitialization_parameter_file.htm'
    extracting file 'n8ahelpinstance.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpinstance.htm'
    extracting file 'n8ahelpinstance_name.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpinstance_name.htm'
    extracting file 'n8ahelpintegrity.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpintegrity.htm'
    extracting file 'n8ahelpip_address.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpip_address.htm'
    extracting file 'n8ahelpkerberosv5.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpkerberosv5.htm'
    extracting file 'n8ahelpldapora_file.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpldapora_file.htm'
    extracting file 'n8ahelplightweight_directory_access_pro.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplightweight_directory_access_pro.htm'
    extracting file 'n8ahelplink_qualifier.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplink_qualifier.htm'
    extracting file 'n8ahelplistener.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplistener.htm'
    extracting file 'n8ahelplistener_configuration_overview.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplistener_configuration_overview.htm'
    extracting file 'n8ahelplistener_overview.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplistener_overview.htm'
    extracting file 'n8ahelplistenerora_file.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplistenerora_file.htm'
    extracting file 'n8ahelplistening_locations.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplistening_locations.htm'
    extracting file 'n8ahelplocal_naming00000018.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplocal_naming00000018.htm'
    extracting file 'n8ahelplocal_naming00000153.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplocal_naming00000153.htm'
    extracting file 'n8ahelplocal_naming_configuration_overv.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplocal_naming_configuration_overv.htm'
    extracting file 'n8ahelplogging.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplogging.htm'
    extracting file 'n8ahelplsnrctl_utility.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelplsnrctl_utility.htm'
    extracting file 'n8ahelpmicrosoft_active_directory.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpmicrosoft_active_directory.htm'
    extracting file 'n8ahelpnaming_external.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnaming_external.htm'
    extracting file 'n8ahelpnaming_method.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnaming_method.htm'
    extracting file 'n8ahelpnaming_methods.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnaming_methods.htm'
    extracting file 'n8ahelpnet8_assistant_key_features.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnet8_assistant_key_features.htm'
    extracting file 'n8ahelpnet8_configuration_assistant.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnet8_configuration_assistant.htm'
    extracting file 'n8ahelpnet8_configuration_overview.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnet8_configuration_overview.htm'
    extracting file 'n8ahelpnet8_connectivity_overview.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnet8_connectivity_overview.htm'
    extracting file 'n8ahelpnet8_entries_in_a_directory.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnet8_entries_in_a_directory.htm'
    extracting file 'n8ahelpnet8_entries_in_a_directory_dit.gif' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnet8_entries_in_a_directory_dit.gif'
    extracting file 'n8ahelpnet8_overview.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnet8_overview.htm'
    extracting file 'n8ahelpnet_service_name.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnet_service_name.htm'
    extracting file 'n8ahelpnetwork_information_service_nis.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnetwork_information_service_nis.htm'
    extracting file 'n8ahelpnts.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpnts.htm'
    extracting file 'n8ahelporacle_advanced_security.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_advanced_security.htm'
    extracting file 'n8ahelporacle_advanced_security_authent.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_advanced_security_authent.htm'
    extracting file 'n8ahelporacle_advanced_security_encrypt.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_advanced_security_encrypt.htm'
    extracting file 'n8ahelporacle_advanced_security_integri.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_advanced_security_integri.htm'
    extracting file 'n8ahelporacle_advanced_security_other_p.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_advanced_security_other_p.htm'
    extracting file 'n8ahelporacle_advanced_security_ssl.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_advanced_security_ssl.htm'
    extracting file 'n8ahelporacle_connection_manager.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_connection_manager.htm'
    extracting file 'n8ahelporacle_context.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_context.htm'
    extracting file 'n8ahelporacle_enterprise_manager.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_enterprise_manager.htm'
    extracting file 'n8ahelporacle_internet_directory.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_internet_directory.htm'
    extracting file 'n8ahelporacle_rdb_database.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_rdb_database.htm'
    extracting file 'n8ahelporacle_system_identifier_sid.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelporacle_system_identifier_sid.htm'
    extracting file 'n8ahelpother_services.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpother_services.htm'
    extracting file 'n8ahelpoverview_of_the_net8_assistant_e.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpoverview_of_the_net8_assistant_e.htm'
    extracting file 'n8ahelppooled_server.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelppooled_server.htm'
    extracting file 'n8ahelpprioritize_naming_methods.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpprioritize_naming_methods.htm'
    extracting file 'n8ahelpprofile.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpprofile.htm'
    extracting file 'n8ahelpprofile_overview.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpprofile_overview.htm'
    extracting file 'n8ahelpprotocol.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpprotocol.htm'
    extracting file 'n8ahelpprotocol_address.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpprotocol_address.htm'
    extracting file 'n8ahelpprotocol_parameters.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpprotocol_parameters.htm'
    extracting file 'n8ahelpradius.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpradius.htm'
    extracting file 'n8ahelprecommended_port_numbers.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelprecommended_port_numbers.htm'
    extracting file 'n8ahelprecord_type.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelprecord_type.htm'
    extracting file 'n8ahelpregion_database.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelpregion_database.htm'
    extracting file 'n8ahelprejected.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelprejected.htm'
    extracting file 'n8ahelprelative_distinguished_name_rdn.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelprelative_distinguished_name_rdn.htm'
    extracting file 'n8ahelprequested.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelprequested.htm'
    extracting file 'n8ahelprequired.htm' from 'C:\app\baboehme\product\12.1.0\dbhome_2\network\tools\help\mgr\help\n8ahelprequired.htm'
    extr

    The following is the contents of C:\app\baboehme\diag\rdbms\orcl12c\orcl12c\trace\alert_orcl12c.txt:
    Thu Jul 25 22:31:51 2013
    Starting ORACLE instance (normal)
    Thu Jul 25 22:31:51 2013
    CLI notifier numLatches:3 maxDescs:519
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Initial number of CPU is 2
    Number of processor cores in the system is 2
    Number of processor sockets in the system is 1
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =51
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting up:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options.
    Windows NT Version V6.1 Service Pack 1
    CPU                 : 2 - type 8664, 2 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:609M/3836M, Ph+PgF:2891M/7670M
    Using parameter settings in client-side pfile C:\APP\BABOEHME\CFGTOOLLOGS\DBCA\ORCL12C\INITORCL12CTEMPOMF.ORA on machine AR0TQCZDHV1
    System parameters with non-default values:
      processes                = 300
      memory_target            = 1536M
      control_files            = "C:\APP\BABOEHME\CFGTOOLLOGS\DBCA\ORCL12C\TEMPCONTROL.CTL"
      db_block_size            = 8192
      compatible               = "12.1.0.0.0"
      db_recovery_file_dest    = "C:\app\baboehme\fast_recovery_area"
      db_recovery_file_dest_size= 6930M
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=orcl12cXDB)"
      local_listener           = "LISTENER_ORCL12C"
      audit_file_dest          = "C:\APP\BABOEHME\ADMIN\ORCL12C\ADUMP"
      audit_trail              = "DB"
      db_name                  = "seeddata"
      db_unique_name           = "orcl12c"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\BABOEHME"
      enable_pluggable_database= TRUE
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting background process PMON
    Thu Jul 25 22:32:14 2013
    PMON started with pid=2, OS id=5584
    Starting background process PSP0
    Thu Jul 25 22:32:14 2013
    PSP0 started with pid=3, OS id=5484
    Starting background process VKTM
    Thu Jul 25 22:32:15 2013
    VKTM started with pid=4, OS id=1832 at elevated priority
    Thu Jul 25 22:32:15 2013
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Starting background process GEN0
    Thu Jul 25 22:32:15 2013
    GEN0 started with pid=5, OS id=3436
    Starting background process MMAN
    Thu Jul 25 22:32:16 2013
    MMAN started with pid=6, OS id=5588
    Starting background process DIAG
    Thu Jul 25 22:32:16 2013
    DIAG started with pid=8, OS id=6012
    Starting background process DBRM
    Thu Jul 25 22:32:16 2013
    DBRM started with pid=9, OS id=4824
    Starting background process DIA0
    Starting background process DBW0
    Thu Jul 25 22:32:16 2013
    DIA0 started with pid=10, OS id=808
    Thu Jul 25 22:32:17 2013
    DBW0 started with pid=11, OS id=5324
    Starting background process LGWR
    Starting background process CKPT
    Thu Jul 25 22:32:17 2013
    CKPT started with pid=13, OS id=324
    Thu Jul 25 22:32:17 2013
    LGWR started with pid=12, OS id=4808
    Starting background process SMON
    Thu Jul 25 22:32:18 2013
    SMON started with pid=14, OS id=3312
    Starting background process RECO
    Thu Jul 25 22:32:19 2013
    RECO started with pid=15, OS id=5460
    Starting background process LREG
    Thu Jul 25 22:32:19 2013
    LREG started with pid=18, OS id=6124
    Starting background process MMON
    Thu Jul 25 22:32:19 2013
    MMON started with pid=19, OS id=5660
    Starting background process MMNL
    Thu Jul 25 22:32:19 2013
    MMNL started with pid=20, OS id=5912
    Thu Jul 25 22:32:19 2013
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    Thu Jul 25 22:32:22 2013
    Using default pga_aggregate_limit of 2048 MB
    ORACLE_BASE from environment = C:\app\baboehme
    Thu Jul 25 22:32:55 2013
    ALTER DATABASE   MOUNT
    Thu Jul 25 22:33:00 2013
    Set as converted control file due to db_unique_name mismatch
    Changing di2dbun from seeddata to orcl12c
    Thu Jul 25 22:33:01 2013
    Successful mount of redo thread 1, with mount id 4150379736
    Thu Jul 25 22:33:01 2013
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Ping without log force is disabled.
    Create Relation IPS_PACKAGE_UNPACK_HISTORY
    Completed: ALTER DATABASE   MOUNT
    Thu Jul 25 22:33:24 2013
    Checker run found 5 new persistent data failures
    Thu Jul 25 22:36:17 2013
    Full restore complete of datafile 3 to datafile copy C:\APP\BABOEHME\ORADATA\ORCL12C\SYSAUX01.DBF.  Elapsed time: 0:02:51
      checkpoint is 2255671
      last deallocation scn is 1838865
    Thu Jul 25 22:39:08 2013
    Full restore complete of datafile 1 to datafile copy C:\APP\BABOEHME\ORADATA\ORCL12C\SYSTEM01.DBF.  Elapsed time: 0:02:46
      checkpoint is 2255671
      last deallocation scn is 2186309
      Undo Optimization current scn is 1836140
    Full restore complete of datafile 6 to datafile copy C:\APP\BABOEHME\ORADATA\ORCL12C\USERS01.DBF.  Elapsed time: 0:00:01
      checkpoint is 2255671
      last deallocation scn is 3
    Thu Jul 25 22:41:07 2013
    Full restore complete of datafile 5 to datafile copy C:\APP\BABOEHME\ORADATA\ORCL12C\UNDOTBS01.DBF.  Elapsed time: 0:01:48
      checkpoint is 2255671
      last deallocation scn is 2136603
      Undo Optimization current scn is 1836140
    Thu Jul 25 22:41:15 2013
    Shutting down instance (abort)
    License high water mark = 4
    Thu Jul 25 22:41:15 2013
    USER (ospid: 5096): terminating the instance
    Thu Jul 25 22:41:33 2013
    Instance terminated by USER, pid = 5096
    Thu Jul 25 22:41:34 2013
    Instance shutdown complete
    Thu Jul 25 22:41:44 2013
    Starting ORACLE instance (normal)
    Thu Jul 25 22:41:44 2013
    CLI notifier numLatches:3 maxDescs:519
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Initial number of CPU is 2
    Number of processor cores in the system is 2
    Number of processor sockets in the system is 1
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =51
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting up:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options.
    Windows NT Version V6.1 Service Pack 1
    CPU                 : 2 - type 8664, 2 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:1101M/3836M, Ph+PgF:2962M/7670M
    Using parameter settings in client-side pfile C:\APP\BABOEHME\ADMIN\ORCL12C\PFILE\INIT.ORA on machine AR0TQCZDHV1
    System parameters with non-default values:
      processes                = 300
      memory_target            = 1536M
      control_files            = "C:\APP\BABOEHME\ORADATA\ORCL12C\CONTROL01.CTL"
      control_files            = "C:\APP\BABOEHME\FAST_RECOVERY_AREA\ORCL12C\CONTROL02.CTL"
      db_block_size            = 8192
      compatible               = "12.1.0.0.0"
      db_recovery_file_dest    = "C:\app\baboehme\fast_recovery_area"
      db_recovery_file_dest_size= 6930M
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=orcl12cXDB)"
      local_listener           = "LISTENER_ORCL12C"
      audit_file_dest          = "C:\APP\BABOEHME\ADMIN\ORCL12C\ADUMP"
      audit_trail              = "DB"
      db_name                  = "orcl12c"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\BABOEHME"
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting background process PMON
    Thu Jul 25 22:42:04 2013
    PMON started with pid=2, OS id=5668
    Starting background process PSP0
    Thu Jul 25 22:42:05 2013
    PSP0 started with pid=3, OS id=3396
    Starting background process VKTM
    Thu Jul 25 22:42:06 2013
    VKTM started with pid=4, OS id=5304 at elevated priority
    Starting background process GEN0
    Thu Jul 25 22:42:06 2013
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Thu Jul 25 22:42:06 2013
    GEN0 started with pid=5, OS id=5144
    Starting background process MMAN
    Thu Jul 25 22:42:06 2013
    MMAN started with pid=7, OS id=3208
    Starting background process DIAG
    Thu Jul 25 22:42:06 2013
    DIAG started with pid=8, OS id=6052
    Starting background process DBRM
    Thu Jul 25 22:42:06 2013
    DBRM started with pid=9, OS id=2452
    Starting background process DIA0
    Thu Jul 25 22:42:06 2013
    DIA0 started with pid=10, OS id=5412
    Starting background process DBW0
    Thu Jul 25 22:42:06 2013
    DBW0 started with pid=11, OS id=4752
    Starting background process LGWR
    Thu Jul 25 22:42:06 2013
    LGWR started with pid=12, OS id=5920
    Starting background process CKPT
    Thu Jul 25 22:42:06 2013
    CKPT started with pid=15, OS id=5384
    Starting background process SMON
    Thu Jul 25 22:42:06 2013
    SMON started with pid=16, OS id=2996
    Starting background process RECO
    Thu Jul 25 22:42:06 2013
    RECO started with pid=17, OS id=5580
    Starting background process LREG
    Thu Jul 25 22:42:06 2013
    LREG started with pid=18, OS id=2700
    Starting background process MMON
    Thu Jul 25 22:42:06 2013
    MMON started with pid=19, OS id=4808
    Starting background process MMNL
    Thu Jul 25 22:42:06 2013
    MMNL started with pid=6, OS id=4520
    Thu Jul 25 22:42:06 2013
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\baboehme
    Thu Jul 25 22:42:08 2013
    Create controlfile reuse set database "orcl12c"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\APP\BABOEHME\ORADATA\ORCL12C\SYSTEM01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\SYSAUX01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\UNDOTBS01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\USERS01.DBF'
    LOGFILE GROUP 1 ('C:\app\baboehme\oradata\orcl12c\redo01.log') SIZE 50M,
    GROUP 2 ('C:\app\baboehme\oradata\orcl12c\redo02.log') SIZE 50M,
    GROUP 3 ('C:\app\baboehme\oradata\orcl12c\redo03.log') SIZE 50M RESETLOGS
    Thu Jul 25 22:42:08 2013
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Thu Jul 25 22:42:09 2013
    Successful mount of redo thread 1, with mount id 652198292
    Completed: Create controlfile reuse set database "orcl12c"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\APP\BABOEHME\ORADATA\ORCL12C\SYSTEM01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\SYSAUX01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\UNDOTBS01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\USERS01.DBF'
    LOGFILE GROUP 1 ('C:\app\baboehme\oradata\orcl12c\redo01.log') SIZE 50M,
    GROUP 2 ('C:\app\baboehme\oradata\orcl12c\redo02.log') SIZE 50M,
    GROUP 3 ('C:\app\baboehme\oradata\orcl12c\redo03.log') SIZE 50M RESETLOGS
    Shutting down instance (immediate)
    Shutting down instance: further logons disabled
    Thu Jul 25 22:42:09 2013
    Using default pga_aggregate_limit of 2048 MB
    Stopping background process MMNL
    Stopping background process MMON
    License high water mark = 1
    Thu Jul 25 22:42:14 2013
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    ALTER DATABASE CLOSE NORMAL
    Stopping Emon pool
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    ALTER DATABASE DISMOUNT
    Shutting down archive processes
    Archiving is disabled
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Thu Jul 25 22:42:21 2013
    Stopping background process VKTM
    Thu Jul 25 22:42:21 2013
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Thu Jul 25 22:42:23 2013
    Instance shutdown complete
    Thu Jul 25 22:42:33 2013
    Starting ORACLE instance (normal)
    Thu Jul 25 22:42:33 2013
    CLI notifier numLatches:3 maxDescs:519
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Initial number of CPU is 2
    Number of processor cores in the system is 2
    Number of processor sockets in the system is 1
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =51
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting up:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options.
    Windows NT Version V6.1 Service Pack 1
    CPU                 : 2 - type 8664, 2 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:1210M/3836M, Ph+PgF:2909M/7670M
    Using parameter settings in client-side pfile C:\APP\BABOEHME\CFGTOOLLOGS\DBCA\ORCL12C\INITORCL12CTEMP.ORA on machine AR0TQCZDHV1
    System parameters with non-default values:
      processes                = 300
      memory_target            = 1536M
      control_files            = "C:\APP\BABOEHME\ORADATA\ORCL12C\CONTROL01.CTL"
      control_files            = "C:\APP\BABOEHME\FAST_RECOVERY_AREA\ORCL12C\CONTROL02.CTL"
      db_block_size            = 8192
      compatible               = "12.1.0.0.0"
      db_recovery_file_dest    = "C:\app\baboehme\fast_recovery_area"
      db_recovery_file_dest_size= 6930M
      _no_recovery_through_resetlogs= TRUE
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=orcl12cXDB)"
      local_listener           = "LISTENER_ORCL12C"
      audit_file_dest          = "C:\APP\BABOEHME\ADMIN\ORCL12C\ADUMP"
      audit_trail              = "DB"
      db_name                  = "orcl12c"
      open_cursors             = 300
      _enable_automatic_maintenance= 0
      diagnostic_dest          = "C:\APP\BABOEHME"
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting background process PMON
    Thu Jul 25 22:42:53 2013
    PMON started with pid=2, OS id=324
    Starting background process PSP0
    Thu Jul 25 22:42:54 2013
    PSP0 started with pid=3, OS id=3992
    Starting background process VKTM
    Thu Jul 25 22:42:54 2013
    VKTM started with pid=4, OS id=5812 at elevated priority
    Starting background process GEN0
    Thu Jul 25 22:42:54 2013
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Thu Jul 25 22:42:54 2013
    GEN0 started with pid=5, OS id=2240
    Starting background process MMAN
    Thu Jul 25 22:42:54 2013
    MMAN started with pid=6, OS id=3124
    Starting background process DIAG
    Thu Jul 25 22:42:54 2013
    DIAG started with pid=8, OS id=5444
    Starting background process DBRM
    Thu Jul 25 22:42:54 2013
    DBRM started with pid=9, OS id=1204
    Starting background process DIA0
    Thu Jul 25 22:42:54 2013
    DIA0 started with pid=10, OS id=5084
    Starting background process DBW0
    Thu Jul 25 22:42:54 2013
    DBW0 started with pid=11, OS id=2684
    Starting background process LGWR
    Thu Jul 25 22:42:54 2013
    LGWR started with pid=12, OS id=5968
    Starting background process CKPT
    Thu Jul 25 22:42:54 2013
    CKPT started with pid=13, OS id=5908
    Starting background process SMON
    Thu Jul 25 22:42:54 2013
    SMON started with pid=16, OS id=5304
    Starting background process RECO
    Thu Jul 25 22:42:55 2013
    RECO started with pid=17, OS id=5872
    Starting background process LREG
    Thu Jul 25 22:42:55 2013
    LREG started with pid=18, OS id=2656
    Starting background process MMON
    Thu Jul 25 22:42:55 2013
    MMON started with pid=19, OS id=1168
    Starting background process MMNL
    Thu Jul 25 22:42:55 2013
    MMNL started with pid=20, OS id=572
    Thu Jul 25 22:42:55 2013
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\baboehme
    Thu Jul 25 22:42:55 2013
    Create controlfile reuse set database "orcl12c"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\APP\BABOEHME\ORADATA\ORCL12C\SYSTEM01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\SYSAUX01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\UNDOTBS01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\USERS01.DBF'
    LOGFILE GROUP 1 ('C:\app\baboehme\oradata\orcl12c\redo01.log') SIZE 50M,
    GROUP 2 ('C:\app\baboehme\oradata\orcl12c\redo02.log') SIZE 50M,
    GROUP 3 ('C:\app\baboehme\oradata\orcl12c\redo03.log') SIZE 50M RESETLOGS
    Thu Jul 25 22:42:55 2013
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Thu Jul 25 22:42:56 2013
    Successful mount of redo thread 1, with mount id 652190147
    Completed: Create controlfile reuse set database "orcl12c"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\APP\BABOEHME\ORADATA\ORCL12C\SYSTEM01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\SYSAUX01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\UNDOTBS01.DBF',
    'C:\APP\BABOEHME\ORADATA\ORCL12C\USERS01.DBF'
    LOGFILE GROUP 1 ('C:\app\baboehme\oradata\orcl12c\redo01.log') SIZE 50M,
    GROUP 2 ('C:\app\baboehme\oradata\orcl12c\redo02.log') SIZE 50M,
    GROUP 3 ('C:\app\baboehme\oradata\orcl12c\redo03.log') SIZE 50M RESETLOGS
    Stopping background process MMNL
    Stopping background process MMON
    Thu Jul 25 22:42:57 2013
    Using default pga_aggregate_limit of 2048 MB
    Starting background process MMON
    Thu Jul 25 22:42:58 2013
    MMON started with pid=7, OS id=5428
    Starting background process MMNL
    Thu Jul 25 22:42:59 2013
    MMNL started with pid=19, OS id=5412
    Thu Jul 25 22:42:59 2013
    Stopping Emon pool
    Thu Jul 25 22:43:00 2013
    ALTER SYSTEM enable restricted session;
    alter database "orcl12c" open resetlogs
    RESETLOGS after incomplete recovery UNTIL CHANGE 2255671
    Thu Jul 25 22:43:00 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Clearing online redo logfile 1 C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG
    Clearing online log 1 of thread 1 sequence number 0
    Thu Jul 25 22:43:01 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Thu Jul 25 22:43:01 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Clearing online redo logfile 1 complete
    Thu Jul 25 22:43:02 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Clearing online redo logfile 2 C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG
    Clearing online log 2 of thread 1 sequence number 0
    Thu Jul 25 22:43:02 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Thu Jul 25 22:43:02 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Clearing online redo logfile 2 complete
    Thu Jul 25 22:43:05 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Clearing online redo logfile 3 C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG
    Clearing online log 3 of thread 1 sequence number 0
    Thu Jul 25 22:43:05 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Thu Jul 25 22:43:05 2013
    Errors in file C:\APP\BABOEHME\diag\rdbms\orcl12c\orcl12c\trace\orcl12c_ora_5580.trc:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: 'C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Clearing online redo logfile 3 complete
    Online log C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG: Thread 1 Group 1 was previously cleared
    Online log C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG: Thread 1 Group 2 was previously cleared
    Online log C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG: Thread 1 Group 3 was previously cleared
    Thu Jul 25 22:43:07 2013
    Setting recovery target incarnation to 2
    Thu Jul 25 22:43:07 2013
    Using SCN growth rate of 16384 per second
    Thu Jul 25 22:43:07 2013
    Assigning activation ID 652190147 (0x26dfa1c3)
    Starting background process TMON
    Thu Jul 25 22:43:07 2013
    TMON started with pid=20, OS id=5068
    Thread 1 opened at log sequence 1
      Current log# 1 seq# 1 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG
    Successful open of redo thread 1
    Thu Jul 25 22:43:08 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Thu Jul 25 22:43:08 2013
    SMON: enabling cache recovery
    Thu Jul 25 22:43:13 2013
    [5580] Successfully onlined Undo Tablespace 2.
    Undo initialization finished serial:0 start:4640031 end:4642854 diff:2823 ms (2.8 seconds)
    Dictionary check beginning
    Tablespace 'TEMP' #3 found in data dictionary,
    but not in the controlfile. Adding to controlfile.
    Dictionary check complete
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    Thu Jul 25 22:43:13 2013
    SMON: enabling tx recovery
    Thu Jul 25 22:43:13 2013
    WARNING: The following temporary tablespaces contain no files.
             This condition can occur when a backup controlfile has
             been restored.  It may be necessary to add files to these
             tablespaces.  That can be done using the SQL statement:
             ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
             Alternatively, if these temporary tablespaces are no longer
             needed, then they can be dropped.
               Empty temporary tablespace: TEMP
    Database Characterset is US7ASCII
    Starting background process SMCO
    Thu Jul 25 22:43:13 2013
    SMCO started with pid=25, OS id=4760
    No Resource Manager plan active
    WARNING: Files may exists in db_recovery_file_dest
    that are not known to the database. Use the RMAN command
    CATALOG RECOVERY AREA to re-catalog any such files.
    If files cannot be cataloged, then manually delete them
    using OS command.
    One of the following events caused this:
    1. A backup controlfile was restored.
    2. A standby controlfile was restored.
    3. The controlfile was re-created.
    4. db_recovery_file_dest had previously been enabled and
       then disabled.
    Starting background process FBDA
    Thu Jul 25 22:43:17 2013
    FBDA started with pid=27, OS id=5692
    replication_dependency_tracking turned off (no async multimaster replication found)
    AQ Processes can not start in restrict mode
    LOGSTDBY: Validating controlfile with logical metadata
    LOGSTDBY: Validation complete
    Thu Jul 25 22:43:30 2013
    Global Name changed to ORCL12C
    Starting background process CJQ0
    Thu Jul 25 22:43:41 2013
    CJQ0 started with pid=28, OS id=5936
    Completed: alter database "orcl12c" open resetlogs
    alter database rename global_name to "orcl12c"
    Completed: alter database rename global_name to "orcl12c"
    ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\app\baboehme\oradata\orcl12c\TEMP01.DBF' SIZE 65536K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    Completed: ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\app\baboehme\oradata\orcl12c\TEMP01.DBF' SIZE 65536K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    ALTER DATABASE DEFAULT TABLESPACE "USERS"
    Completed: ALTER DATABASE DEFAULT TABLESPACE "USERS"
    Thu Jul 25 22:43:45 2013
    ALTER SYSTEM disable restricted session;
    Starting background process AQPC
    Thu Jul 25 22:43:45 2013
    AQPC started with pid=29, OS id=732
    WARNING: AQ 12C time manager not started, no enabled queue
    Thu Jul 25 22:44:13 2013
    XDB installed.
    Thu Jul 25 22:44:14 2013
    db_recovery_file_dest_size of 6930 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Thu Jul 25 22:44:20 2013
    XDB initialized.
    Thu Jul 25 22:44:25 2013
    TABLE SYS.WRP$_REPORTS: ADDED INTERVAL PARTITION SYS_P206 (1302) VALUES LESS THAN (TO_DATE(' 2013-07-26 01:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    TABLE SYS.WRP$_REPORTS_DETAILS: ADDED INTERVAL PARTITION SYS_P207 (1302) VALUES LESS THAN (TO_DATE(' 2013-07-26 01:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    TABLE SYS.WRP$_REPORTS_TIME_BANDS: ADDED INTERVAL PARTITION SYS_P210 (1301) VALUES LESS THAN (TO_DATE(' 2013-07-25 01:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    Thu Jul 25 22:44:33 2013
    Full restore complete of datafile 10 to datafile copy C:\APP\BABOEHME\ORADATA\ORCL12C\EXAMPLE01.DBF.  Elapsed time: 0:00:10
      checkpoint is 2231942
      last deallocation scn is 3
    Thu Jul 25 22:44:46 2013
    DM00 started with pid=40, OS id=6140, job SYS.SYS_IMPORT_TRANSPORTABLE_01
    Thu Jul 25 22:44:49 2013
    DW00 started with pid=41, OS id=5900, wid=1, job SYS.SYS_IMPORT_TRANSPORTABLE_01
    Plug in tablespace EXAMPLE with datafile
      'C:\APP\BABOEHME\ORADATA\ORCL12C\EXAMPLE01.DBF'
    TABLE SYS.WRI$_OPTSTAT_HISTHEAD_HISTORY: ADDED INTERVAL PARTITION SYS_P226 (41479) VALUES LESS THAN (TO_DATE(' 2013-07-26 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    Thu Jul 25 22:46:36 2013
    ALTER TABLESPACE example READ WRITE
    Completed: ALTER TABLESPACE example READ WRITE
    Thu Jul 25 22:47:13 2013
    Thread 1 cannot allocate new log, sequence 2
    Private strand flush not complete
      Current log# 1 seq# 1 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG
    Thu Jul 25 22:47:17 2013
    Thread 1 advanced to log sequence 2 (LGWR switch)
      Current log# 2 seq# 2 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG
    Thu Jul 25 22:47:57 2013
    TABLE SYS.WRI$_OPTSTAT_HISTGRM_HISTORY: ADDED INTERVAL PARTITION SYS_P246 (41479) VALUES LESS THAN (TO_DATE(' 2013-07-26 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    Thu Jul 25 22:48:04 2013
    Shutting down instance (immediate)
    Stopping background process SMCO
    Stopping background process FBDA
    Starting background process SMCO
    Thu Jul 25 22:48:04 2013
    SMCO started with pid=23, OS id=5744
    Shutting down instance: further logons disabled
    Stopping background process CJQ0
    Thu Jul 25 22:48:20 2013
    Killed process ORACLE.EXE (Q001) with pid is 39, OS pid 3856
    Killed process ORACLE.EXE (Q003) with pid is 60, OS pid 5704
    Stopping background process MMNL
    Stopping background process MMON
    License high water mark = 21
    All dispatchers and shared servers shutdown
    ALTER DATABASE CLOSE NORMAL
    Stopping Emon pool
    Thu Jul 25 22:48:21 2013
    SMON: disabling tx recovery
    Thu Jul 25 22:48:21 2013
    Stopping Emon pool
    Thu Jul 25 22:48:21 2013
    SMON: disabling cache recovery
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Jul 25 22:48:22 2013
    Thread 1 closed at log sequence 2
    Successful close of redo thread 1
    Completed: ALTER DATABASE CLOSE NORMAL
    ALTER DATABASE DISMOUNT
    Shutting down archive processes
    Archiving is disabled
    Completed: ALTER DATABASE DISMOUNT
    Thu Jul 25 22:48:23 2013
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Thu Jul 25 22:48:25 2013
    Stopping background process VKTM
    Thu Jul 25 22:48:25 2013
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Thu Jul 25 22:48:28 2013
    Instance shutdown complete
    Thu Jul 25 22:48:42 2013
    Starting ORACLE instance (restrict)
    Thu Jul 25 22:48:42 2013
    CLI notifier numLatches:3 maxDescs:519
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Initial number of CPU is 2
    Number of processor cores in the system is 2
    Number of processor sockets in the system is 1
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =51
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting up:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options.
    Windows NT Version V6.1 Service Pack 1
    CPU                 : 2 - type 8664, 2 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:1304M/3836M, Ph+PgF:3037M/7670M
    Using parameter settings in client-side pfile C:\APP\BABOEHME\CFGTOOLLOGS\DBCA\ORCL12C\INITORCL12CTEMP.ORA on machine AR0TQCZDHV1
    System parameters with non-default values:
      processes                = 300
      memory_target            = 1536M
      control_files            = "C:\APP\BABOEHME\ORADATA\ORCL12C\CONTROL01.CTL"
      control_files            = "C:\APP\BABOEHME\FAST_RECOVERY_AREA\ORCL12C\CONTROL02.CTL"
      db_block_size            = 8192
      compatible               = "12.1.0.0.0"
      db_recovery_file_dest    = "C:\app\baboehme\fast_recovery_area"
      db_recovery_file_dest_size= 6930M
      _no_recovery_through_resetlogs= TRUE
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=orcl12cXDB)"
      local_listener           = "LISTENER_ORCL12C"
      audit_file_dest          = "C:\APP\BABOEHME\ADMIN\ORCL12C\ADUMP"
      audit_trail              = "DB"
      db_name                  = "orcl12c"
      open_cursors             = 300
      _enable_automatic_maintenance= 0
      diagnostic_dest          = "C:\APP\BABOEHME"
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting background process PMON
    Thu Jul 25 22:48:57 2013
    PMON started with pid=2, OS id=4540
    Starting background process PSP0
    Thu Jul 25 22:48:58 2013
    PSP0 started with pid=3, OS id=5328
    Starting background process VKTM
    Thu Jul 25 22:48:58 2013
    VKTM started with pid=4, OS id=3208 at elevated priority
    Thu Jul 25 22:48:58 2013
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Starting background process GEN0
    Thu Jul 25 22:48:59 2013
    GEN0 started with pid=5, OS id=5404
    Starting background process MMAN
    Thu Jul 25 22:49:00 2013
    MMAN started with pid=7, OS id=3312
    Starting background process DIAG
    Thu Jul 25 22:49:00 2013
    DIAG started with pid=8, OS id=5976
    Starting background process DBRM
    Thu Jul 25 22:49:00 2013
    DBRM started with pid=9, OS id=800
    Starting background process DIA0
    Thu Jul 25 22:49:00 2013
    DIA0 started with pid=10, OS id=4944
    Starting background process DBW0
    Thu Jul 25 22:49:00 2013
    DBW0 started with pid=11, OS id=5992
    Starting background process LGWR
    Thu Jul 25 22:49:00 2013
    LGWR started with pid=6, OS id=5452
    Starting background process CKPT
    Thu Jul 25 22:49:01 2013
    CKPT started with pid=12, OS id=4824
    Starting background process SMON
    Thu Jul 25 22:49:01 2013
    SMON started with pid=15, OS id=5848
    Starting background process RECO
    Thu Jul 25 22:49:02 2013
    RECO started with pid=16, OS id=5348
    Starting background process LREG
    Thu Jul 25 22:49:02 2013
    LREG started with pid=17, OS id=112
    Starting background process MMON
    Thu Jul 25 22:49:03 2013
    MMON started with pid=18, OS id=5152
    Starting background process MMNL
    Thu Jul 25 22:49:03 2013
    MMNL started with pid=19, OS id=4236
    Thu Jul 25 22:49:04 2013
    Using default pga_aggregate_limit of 2048 MB
    Thu Jul 25 22:49:03 2013
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Thu Jul 25 22:49:04 2013
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\baboehme
    Thu Jul 25 22:49:04 2013
    ALTER DATABASE   MOUNT
    Thu Jul 25 22:49:08 2013
    Changing di2dbun from  to orcl12c
    Thu Jul 25 22:49:08 2013
    Successful mount of redo thread 1, with mount id 652220448
    Thu Jul 25 22:49:08 2013
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Ping without log force is disabled.
    Completed: ALTER DATABASE   MOUNT
    Thu Jul 25 22:49:09 2013
    ALTER DATABASE OPEN
    Starting background process TMON
    Thu Jul 25 22:49:09 2013
    TMON started with pid=22, OS id=5700
    Thu Jul 25 22:49:09 2013
    Thread 1 opened at log sequence 2
      Current log# 2 seq# 2 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG
    Successful open of redo thread 1
    Thu Jul 25 22:49:09 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Thu Jul 25 22:49:10 2013
    SMON: enabling cache recovery
    Thu Jul 25 22:49:11 2013
    [5668] Successfully onlined Undo Tablespace 2.
    Undo initialization finished serial:0 start:5000034 end:5000705 diff:671 ms (0.7 seconds)
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    Thu Jul 25 22:49:11 2013
    SMON: enabling tx recovery
    Starting background process SMCO
    Thu Jul 25 22:49:11 2013
    SMCO started with pid=25, OS id=2884
    Thu Jul 25 22:49:11 2013
    Database Characterset is US7ASCII
    No Resource Manager plan active
    Starting background process FBDA
    Thu Jul 25 22:49:12 2013
    FBDA started with pid=26, OS id=4860
    replication_dependency_tracking turned off (no async multimaster replication found)
    AQ Processes can not start in restrict mode
    Starting background process CJQ0
    Thu Jul 25 22:49:28 2013
    CJQ0 started with pid=28, OS id=5188
    Completed: ALTER DATABASE OPEN
    alter database character set INTERNAL_CONVERT AL32UTF8
    Thu Jul 25 22:49:37 2013
    Thread 1 advanced to log sequence 3 (LGWR switch)
      Current log# 3 seq# 3 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG
    Thu Jul 25 22:49:38 2013
    Updating character set in controlfile to AL32UTF8
    Synchronizing connection with database character set information
    SYS.RADM_FPTM_LOB$ (CLOBCOL) - CLOB representation altered
    SYS.OPT_DIRECTIVE$ (CL_ONE) - CLOB representation altered
    SYS.SNAP$ (REL_QUERY) - CLOB representation altered
    SYS.SNAP$ (ALIAS_TXT) - CLOB representation altered
    SYS.SUM$ (SRC_STMT) - CLOB representation altered
    SYS.SUM$ (DEST_STMT) - CLOB representation altered
    SYS.METASTYLESHEET (STYLESHEET) - CLOB representation altered
    SYS.EXTERNAL_TAB$ (PARAM_CLOB) - CLOB representation altered
    Shared IO Pool defaulting to 48MB. Trying to get it from Buffer Cache for process 5668.
    SYS.WRI$_EMX_FILES (DATA) - CLOB representation altered
    SYS.ATTRIBUTE_TRANSFORMATIONS$ (XSL_TRANSFORMATION) - CLOB representation altered
    SYS.RULE$ (CONDITION) - CLOB representation altered
    SYS.WRI$_ADV_OBJECTS (ATTR4) - CLOB representation altered
    SYS.WRI$_ADV_OBJECTS (OTHER) - CLOB representation altered
    SYS.WRI$_ADV_DIRECTIVE_META (DATA) - CLOB representation altered
    SYS.SCHEDULER$_EVENT_LOG (ADDITIONAL_INFO) - CLOB representation altered
    SYS.WRI$_DBU_FEATURE_USAGE (FEATURE_INFO) - CLOB representation altered
    SYS.WRI$_DBU_FEATURE_METADATA (INST_CHK_LOGIC) - CLOB representation altered
    SYS.WRI$_DBU_FEATURE_METADATA (USG_DET_LOGIC) - CLOB representation altered
    Thu Jul 25 22:49:48 2013
    SYS.WRI$_DBU_HWM_METADATA (LOGIC) - CLOB representation altered
    SYS.WRI$_OPTSTAT_HISTHEAD_HISTORY (EXPRESSION) - CLOB representation altered
    XDB.XDB$XDB_READY (DATA) - CLOB representation altered
    XDB.XDB$RESOURCE (SYS_NC00027$) - CLOB representation altered
    Thu Jul 25 22:50:43 2013
    Thread 1 advanced to log sequence 4 (LGWR switch)
      Current log# 1 seq# 4 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG
    Thu Jul 25 22:50:53 2013
    MDSYS.SDO_COORD_OP_PARAM_VALS (PARAM_VALUE_FILE) - CLOB representation altered
    MDSYS.SDO_STYLES_TABLE (DEFINITION) - CLOB representation altered
    MDSYS.SDO_XML_SCHEMAS (XMLSCHEMA) - CLOB representation altered
    MDSYS.SDO_GEOR_XMLSCHEMA_TABLE (XMLSCHEMA) - CLOB representation altered
    APEX_040200.WWV_FLOW_BANNER (BANNER) - CLOB representation altered
    APEX_040200.WWV_FLOW_TEMPLATES (JAVASCRIPT_CODE) - CLOB representation altered
    APEX_040200.WWV_FLOW_TEMPLATES (JAVASCRIPT_CODE_ONLOAD) - CLOB representation altered
    Thu Jul 25 22:51:03 2013
    APEX_040200.WWV_FLOW_TEMPLATES (INLINE_CSS) - CLOB representation altered
    APEX_040200.WWV_FLOW_TEMPLATES (HEADER_TEMPLATE) - CLOB representation altered
    APEX_040200.WWV_FLOW_TEMPLATES (FOOTER_TEMPLATE) - CLOB representation altered
    Thu Jul 25 22:51:14 2013
    APEX_040200.WWV_FLOW_TEMPLATES (BOX) - CLOB representation altered
    APEX_040200.WWV_FLOW_PROCESSING (PROCESS_SQL_CLOB) - CLOB representation altered
    Thu Jul 25 22:51:32 2013
    APEX_040200.WWV_FLOW_STEPS (HELP_TEXT) - CLOB representation altered
    Thu Jul 25 22:51:46 2013
    APEX_040200.WWV_FLOW_STEPS (HTML_PAGE_HEADER) - CLOB representation altered
    Thu Jul 25 22:52:01 2013
    APEX_040200.WWV_FLOW_STEPS (JAVASCRIPT_CODE) - CLOB representation altered
    Thu Jul 25 22:52:17 2013
    APEX_040200.WWV_FLOW_STEPS (JAVASCRIPT_CODE_ONLOAD) - CLOB representation altered
    Thu Jul 25 22:52:32 2013
    APEX_040200.WWV_FLOW_STEPS (INLINE_CSS) - CLOB representation altered
    Thu Jul 25 22:52:41 2013
    Thread 1 cannot allocate new log, sequence 5
    Checkpoint not complete
      Current log# 1 seq# 4 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG
    Thu Jul 25 22:52:47 2013
    Thread 1 advanced to log sequence 5 (LGWR switch)
      Current log# 2 seq# 5 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG
    Thu Jul 25 22:55:01 2013
    APEX_040200.WWV_FLOW_PAGE_PLUGS (PLUG_SOURCE) - CLOB representation altered
    Thu Jul 25 22:55:36 2013
    Thread 1 cannot allocate new log, sequence 6
    Checkpoint not complete
      Current log# 2 seq# 5 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG
    Thu Jul 25 22:55:39 2013
    Thread 1 advanced to log sequence 6 (LGWR switch)
      Current log# 3 seq# 6 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG
    Thu Jul 25 22:57:28 2013
    APEX_040200.WWV_FLOW_PAGE_PLUGS (CUSTOM_ITEM_LAYOUT) - CLOB representation altered
    APEX_040200.WWV_FLOW_PAGE_GENERIC_ATTR (ATTRIBUTE_VALUE) - CLOB representation altered
    Thu Jul 25 22:58:14 2013
    APEX_040200.WWV_FLOW_STEP_PROCESSING (PROCESS_SQL_CLOB) - CLOB representation altered
    APEX_040200.WWV_FLOW_BUTTON_TEMPLATES (TEMPLATE) - CLOB representation altered
    APEX_040200.WWV_FLOW_BUTTON_TEMPLATES (HOT_TEMPLATE) - CLOB representation altered
    Thu Jul 25 22:58:19 2013
    Thread 1 advanced to log sequence 7 (LGWR switch)
      Current log# 1 seq# 7 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG
    Thu Jul 25 22:58:26 2013
    APEX_040200.WWV_FLOW_PAGE_PLUG_TEMPLATES (TEMPLATE) - CLOB representation altered
    APEX_040200.WWV_FLOW_PAGE_PLUG_TEMPLATES (TEMPLATE2) - CLOB representation altered
    Thu Jul 25 22:58:43 2013
    APEX_040200.WWV_FLOW_PAGE_PLUG_TEMPLATES (TEMPLATE3) - CLOB representation altered
    APEX_040200.WWV_FLOW_ROW_TEMPLATES (ROW_TEMPLATE1) - CLOB representation altered
    APEX_040200.WWV_FLOW_ROW_TEMPLATES (ROW_TEMPLATE2) - CLOB representation altered
    APEX_040200.WWV_FLOW_ROW_TEMPLATES (ROW_TEMPLATE3) - CLOB representation altered
    Thu Jul 25 22:58:55 2013
    APEX_040200.WWV_FLOW_ROW_TEMPLATES (ROW_TEMPLATE4) - CLOB representation altered
    APEX_040200.WWV_FLOW_LIST_TEMPLATES (LIST_TEMPLATE_CURRENT) - CLOB representation altered
    APEX_040200.WWV_FLOW_LIST_TEMPLATES (LIST_TEMPLATE_NONCURRENT) - CLOB representation altered
    Thu Jul 25 22:59:08 2013
    APEX_040200.WWV_FLOW_LIST_TEMPLATES (SUB_LIST_ITEM_CURRENT) - CLOB representation altered
    APEX_040200.WWV_FLOW_LIST_TEMPLATES (SUB_LIST_ITEM_NONCURRENT) - CLOB representation altered
    APEX_040200.WWV_FLOW_LIST_TEMPLATES (ITEM_TEMPLATE_CURR_W_CHILD) - CLOB representation altered
    APEX_040200.WWV_FLOW_LIST_TEMPLATES (ITEM_TEMPLATE_NONCURR_W_CHILD) - CLOB representation altered
    Thu Jul 25 22:59:20 2013
    APEX_040200.WWV_FLOW_LIST_TEMPLATES (SUB_TEMPLATE_CURR_W_CHILD) - CLOB representation altered
    APEX_040200.WWV_FLOW_LIST_TEMPLATES (SUB_TEMPLATE_NONCURR_W_CHILD) - CLOB representation altered
    APEX_040200.WWV_FLOW_SHARED_QUERIES (QUERY_TEXT) - CLOB representation altered
    APEX_040200.WWV_FLOW_SHARED_QRY_SQL_STMTS (SQL_STATEMENT) - CLOB representation altered
    APEX_040200.WWV_FLOW_SHORTCUTS (SHORTCUT) - CLOB representation altered
    APEX_040200.WWV_FLOW_AUTHENTICATIONS (PLSQL_CODE) - CLOB representation altered
    APEX_040200.WWV_FLOW_SHARED_WEB_SERVICES (SOAP_ENVELOPE) - CLOB representation altered
    APEX_040200.WWV_FLOW_SHARED_WEB_SERVICES (FLOW_ITEMS_COMMA_DELIMITED) - CLOB representation altered
    APEX_040200.WWV_FLOW_SHARED_WEB_SERVICES (STYLESHEET) - CLOB representation altered
    Thu Jul 25 22:59:43 2013
    APEX_040200.WWV_FLOW_REGION_REPORT_COLUMN (PK_COL_SOURCE) - CLOB representation altered
    APEX_040200.WWV_FLOW_REPORT_LAYOUTS (PAGE_TEMPLATE) - CLOB representation altered
    APEX_040200.WWV_FLOW_INSTALL (DEINSTALL_SCRIPT) - CLOB representation altered
    APEX_040200.WWV_FLOW_INSTALL_SCRIPTS (SCRIPT) - CLOB representation altered
    APEX_040200.WWV_FLOW_FLASH_CHARTS (CHART_XML) - CLOB representation altered
    APEX_040200.WWV_FLOW_FLASH_CHART_SERIES (SERIES_QUERY) - CLOB representation altered
    APEX_040200.WWV_FLOW_FLASH_CHARTS_5 (CHART_XML) - CLOB representation altered
    APEX_040200.WWV_FLOW_FLASH_CHART5_SERIES (SERIES_QUERY) - CLOB representation altered
    Thu Jul 25 22:59:57 2013
    APEX_040200.WWV_FLOW_WORKSHEETS (SQL_QUERY) - CLOB representation altered
    APEX_040200.WWV_FLOW_WS_TABLES (DDL) - CLOB representation altered
    APEX_040200.WWV_FLOW_WS_CONSTRAINTS (SEARCH_CONDITION) - CLOB representation altered
    APEX_040200.WWV_FLOW_WS_TRIGGERS (TRIGGER_BODY) - CLOB representation altered
    APEX_040200.WWV_FLOW_WS_CUSTOM_AUTH_SETUPS (PAGE_SENTRY_FUNCTION) - CLOB representation altered
    APEX_040200.WWV_FLOW_WS_CUSTOM_AUTH_SETUPS (SESS_VERIFY_FUNCTION) - CLOB representation altered
    APEX_040200.WWV_FLOW_WS_CUSTOM_AUTH_SETUPS (PRE_AUTH_PROCESS) - CLOB representation altered
    APEX_040200.WWV_FLOW_WS_CUSTOM_AUTH_SETUPS (AUTH_FUNCTION) - CLOB representation altered
    APEX_040200.WWV_FLOW_WS_CUSTOM_AUTH_SETUPS (POST_AUTH_PROCESS) - CLOB representation altered
    APEX_040200.WWV_FLOW_ADVISOR_CHECKS (CHECK_STATEMENT) - CLOB representation altered
    APEX_040200.WWV_FLOW_PLUGINS (PLSQL_CODE) - CLOB representation altered
    APEX_040200.WWV_FLOW_PROV_SIGNUP_Q (AGREEMENT_TEXT) - CLOB representation altered
    APEX_040200.APEX$_WS_WEBPG_SECTIONS (CONTENT) - CLOB representation altered
    APEX_040200.APEX$_WS_WEBPG_SECTIONS (CONTENT_UPPER) - CLOB representation altered
    Thu Jul 25 23:00:02 2013
    Thread 1 cannot allocate new log, sequence 8
    Checkpoint not complete
      Current log# 1 seq# 7 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO01.LOG
    Thu Jul 25 23:00:02 2013
    APEX_040200.APEX$_WS_ROWS (CLOB001) - CLOB representation altered
    APEX_040200.APEX$_WS_ROWS (SEARCH_CLOB) - CLOB representation altered
    APEX_040200.APEX$_WS_NOTES (CONTENT) - CLOB representation altered
    APEX_040200.APEX$_WS_WEBPG_SECTION_HISTORY (OLD_CONTENT) - CLOB representation altered
    APEX_040200.APEX$_WS_WEBPG_SECTION_HISTORY (NEW_CONTENT) - CLOB representation altered
    PM.PRINT_MEDIA (AD_SOURCETEXT) - CLOB representation altered
    PM.PRINT_MEDIA (AD_FINALTEXT) - CLOB representation altered
    PM.ONLINE_MEDIA (SYS_NC00042$) - CLOB representation altered
    PM.ONLINE_MEDIA (SYS_NC00062$) - CLOB representation altered
    PM.ONLINE_MEDIA (PRODUCT_TEXT) - CLOB representation altered
    PM.ONLINE_MEDIA (SYS_NC00080$) - CLOB representation altered
    Thu Jul 25 23:00:05 2013
    Thread 1 advanced to log sequence 8 (LGWR switch)
      Current log# 2 seq# 8 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG
    Thu Jul 25 23:00:10 2013
    Refreshing type attributes with new character set information
    Completed: alter database character set INTERNAL_CONVERT AL32UTF8
    Thu Jul 25 23:00:21 2013
    ALTER SYSTEM disable restricted session;
    Starting background process AQPC
    WARNING: AQ 12C time manager not started, no enabled queue
    Thu Jul 25 23:00:21 2013
    AQPC started with pid=31, OS id=6140
    XDB installed.
    XDB initialized.
    Thu Jul 25 23:00:36 2013
    db_recovery_file_dest_size of 6930 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Thu Jul 25 23:01:33 2013
    SERVER COMPONENT id=UTLRP_BGN: timestamp=2013-07-25 23:01:33
    Thu Jul 25 23:02:21 2013
    Thread 1 cannot allocate new log, sequence 9
    Checkpoint not complete
      Current log# 2 seq# 8 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO02.LOG
    Thu Jul 25 23:02:25 2013
    Thread 1 advanced to log sequence 9 (LGWR switch)
      Current log# 3 seq# 9 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG
    Thu Jul 25 23:02:31 2013
    SERVER COMPONENT id=UTLRP_END: timestamp=2013-07-25 23:02:31
    Shutting down instance (immediate)
    Stopping background process SMCO
    Stopping background process FBDA
    Shutting down instance: further logons disabled
    Stopping background process CJQ0
    Stopping background process MMNL
    Stopping background process MMON
    License high water mark = 13
    Thu Jul 25 23:03:33 2013
    All dispatchers and shared servers shutdown
    ALTER DATABASE CLOSE NORMAL
    Thu Jul 25 23:03:35 2013
    SMON: disabling tx recovery
    Thu Jul 25 23:03:35 2013
    Stopping Emon pool
    Stopping Emon pool
    Thu Jul 25 23:03:38 2013
    SMON: disabling cache recovery
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Jul 25 23:03:46 2013
    Thread 1 closed at log sequence 9
    Successful close of redo thread 1
    Completed: ALTER DATABASE CLOSE NORMAL
    ALTER DATABASE DISMOUNT
    Shutting down archive processes
    Archiving is disabled
    Completed: ALTER DATABASE DISMOUNT
    Thu Jul 25 23:03:48 2013
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Thu Jul 25 23:03:50 2013
    Stopping background process VKTM
    Thu Jul 25 23:03:52 2013
    Instance shutdown complete
    Thu Jul 25 23:04:11 2013
    WARNING: failed to retrieve DB spfile location (unable to communicate with CRSD/OHASD)
    Starting ORACLE instance (normal)
    Thu Jul 25 23:04:11 2013
    CLI notifier numLatches:3 maxDescs:519
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Initial number of CPU is 2
    Number of processor cores in the system is 2
    Number of processor sockets in the system is 1
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =51
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting up:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options.
    Windows NT Version V6.1 Service Pack 1
    CPU                 : 2 - type 8664, 2 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:1310M/3836M, Ph+PgF:2916M/7670M
    Using parameter settings in server-side spfile C:\APP\BABOEHME\PRODUCT\12.1.0\DBHOME_2\DATABASE\SPFILEORCL12C.ORA
    System parameters with non-default values:
      processes                = 300
      memory_target            = 1536M
      control_files            = "C:\APP\BABOEHME\ORADATA\ORCL12C\CONTROL01.CTL"
      control_files            = "C:\APP\BABOEHME\FAST_RECOVERY_AREA\ORCL12C\CONTROL02.CTL"
      db_block_size            = 8192
      compatible               = "12.1.0.0.0"
      db_recovery_file_dest    = "C:\app\baboehme\fast_recovery_area"
      db_recovery_file_dest_size= 6930M
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=orcl12cXDB)"
      local_listener           = "LISTENER_ORCL12C"
      audit_file_dest          = "C:\APP\BABOEHME\ADMIN\ORCL12C\ADUMP"
      audit_trail              = "DB"
      db_name                  = "orcl12c"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\BABOEHME"
    NOTE: remote asm mode is local (mode 0x1; from cluster type)
    Starting background process PMON
    Thu Jul 25 23:04:32 2013
    PMON started with pid=2, OS id=4188
    Starting background process PSP0
    Thu Jul 25 23:04:33 2013
    PSP0 started with pid=3, OS id=1100
    Starting background process VKTM
    Thu Jul 25 23:04:33 2013
    VKTM started with pid=4, OS id=5800 at elevated priority
    Thu Jul 25 23:04:33 2013
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Starting background process GEN0
    Thu Jul 25 23:04:34 2013
    GEN0 started with pid=5, OS id=5364
    Starting background process MMAN
    Thu Jul 25 23:04:34 2013
    MMAN started with pid=7, OS id=5544
    Starting background process DIAG
    Thu Jul 25 23:04:34 2013
    DIAG started with pid=8, OS id=5392
    Starting background process DBRM
    Thu Jul 25 23:04:35 2013
    DBRM started with pid=6, OS id=3128
    Starting background process DIA0
    Thu Jul 25 23:04:35 2013
    DIA0 started with pid=9, OS id=2688
    Starting background process DBW0
    Thu Jul 25 23:04:36 2013
    DBW0 started with pid=10, OS id=5620
    Starting background process LGWR
    Thu Jul 25 23:04:36 2013
    LGWR started with pid=11, OS id=4264
    Starting background process CKPT
    Thu Jul 25 23:04:37 2013
    CKPT started with pid=12, OS id=5476
    Starting background process SMON
    Thu Jul 25 23:04:37 2013
    SMON started with pid=15, OS id=808
    Starting background process RECO
    Thu Jul 25 23:04:38 2013
    RECO started with pid=16, OS id=1036
    Starting background process LREG
    Thu Jul 25 23:04:39 2013
    LREG started with pid=17, OS id=4792
    Thu Jul 25 23:04:40 2013
    Using default pga_aggregate_limit of 2048 MB
    Starting background process MMON
    Thu Jul 25 23:04:40 2013
    MMON started with pid=18, OS id=6056
    Starting background process MMNL
    Thu Jul 25 23:04:40 2013
    MMNL started with pid=19, OS id=3396
    Thu Jul 25 23:04:40 2013
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\baboehme
    Thu Jul 25 23:04:42 2013
    ALTER DATABASE   MOUNT
    Thu Jul 25 23:04:46 2013
    Successful mount of redo thread 1, with mount id 652226762
    Thu Jul 25 23:04:46 2013
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Ping without log force is disabled.
    Completed: ALTER DATABASE   MOUNT
    Thu Jul 25 23:04:47 2013
    ALTER DATABASE OPEN
    Starting background process TMON
    Thu Jul 25 23:04:48 2013
    TMON started with pid=22, OS id=5104
    Thu Jul 25 23:04:50 2013
    Thread 1 opened at log sequence 9
      Current log# 3 seq# 9 mem# 0: C:\APP\BABOEHME\ORADATA\ORCL12C\REDO03.LOG
    Successful open of redo thread 1
    Thu Jul 25 23:04:50 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Thu Jul 25 23:04:50 2013
    SMON: enabling cache recovery
    Thu Jul 25 23:04:52 2013
    [5824] Successfully onlined Undo Tablespace 2.
    Undo initialization finished serial:0 start:5940861 end:5941890 diff:1029 ms (1.0 seconds)
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    Thu Jul 25 23:04:52 2013
    SMON: enabling tx recovery
    Starting background process SMCO
    Thu Jul 25 23:04:52 2013
    SMCO started with pid=25, OS id=6096
    Thu Jul 25 23:04:52 2013
    Database Characterset is AL32UTF8
    No Resource Manager plan active
    Starting background process FBDA
    Thu Jul 25 23:04:54 2013
    FBDA started with pid=26, OS id=6016
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process AQPC
    Thu Jul 25 23:04:56 2013
    AQPC started with pid=28, OS id=1440
    Starting background process CJQ0
    Thu Jul 25 23:05:11 2013
    CJQ0 started with pid=33, OS id=4644
    Completed: ALTER DATABASE OPEN
    Thu Jul 25 23:05:23 2013
    db_recovery_file_dest_size of 6930 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Thu Jul 25 23:05:25 2013
    XDB installed.
    XDB initialized.
    Fri Jul 26 00:00:55 2013
    Shared IO Pool defaulting to 48MB. Trying to get it from Buffer Cache for process 5924.
    Fri Jul 26 02:39:40 2013
    TABLE SYS.WRP$_REPORTS: ADDED INTERVAL PARTITION SYS_P247 (1303) VALUES LESS THAN (TO_DATE(' 2013-07-27 01:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    TABLE SYS.WRP$_REPORTS_DETAILS: ADDED INTERVAL PARTITION SYS_P248 (1303) VALUES LESS THAN (TO_DATE(' 2013-07-27 01:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    TABLE SYS.WRP$_REPORTS_TIME_BANDS: ADDED INTERVAL PARTITION SYS_P251 (1302) VALUES LESS THAN (TO_DATE(' 2013-07-26 01:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    WARNING: failed to retrieve DB spfile location (unable to communicate with CRSD/OHASD)
    Starting ORACLE instance (normal)
    Fri Jul 26 03:36:55 2013
    CLI notifier numLatches:3 maxDescs:519
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Fri Jul 26 03:37:21 2013
    Initial number of CPU is 2
    Number of processor cores in the system is 2
    Number of processor sockets in the system is 1
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =51
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    NOTE: remote asm mode is local (mode 0x1; from cluster

  • Error in Oracle 10g Installation windows 2000 advance server

    Hi,
    I am facing error message below when try 2 install oracle 10 in my work station . Already 8i and 9i with forms and reports was there in my machine. The follwing error display in log file.
    Actual Result: 4
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking physical memory requirements ...
    Expected result: 256MB
    Actual Result: 503MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    After given an ip address and proceeded. This error message is displayed in trace file:
    Shutting down instance: further logons disabled
    Mon May 07 11:32:09 2007
    Stopping background process CJQ0
    Mon May 07 11:32:09 2007
    Stopping background process MMNL
    Mon May 07 11:32:10 2007
    Stopping background process MMON
    Mon May 07 11:32:11 2007
    Shutting down instance (immediate)
    License high water mark = 1
    Mon May 07 11:32:11 2007
    Stopping Job queue slave processes
    Mon May 07 11:32:11 2007
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Mon May 07 11:32:16 2007
    alter database close normal
    ORA-1507 signalled during: alter database close normal...
    The error message in udump trace file is as follows:
    Dump file e:\or10g\product\10.2.0\admin\or10g\udump\or10g_ora_2340.trc
    Mon May 07 11:26:03 2007
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows 2000 Version V5.0 Service Pack 4
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:4M/503M, Ph+PgF:9M/1327M, VA:1740M/2047M
    Instance name: or10g
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 2340, image: ORACLE.EXE (SHAD)
    opiino: Attach failed! error=-1 ifvp=00000000
    There is no pfile or anything in admin directory. Kindly help me in installing 10G for testing please
    efshafi

    Solution : Install and Configure Microsoft LoopBack Adapter:
    Installation of Microsoft LoopBack Adapter:
    1. Click Start, and then click Control Panel.
    2. Click on Add Hardware and then Click Next.
    3. Click Install the hardware that I manually select from a list, and then click Next.
    4. Click Network adapters, and then click Next.
    5. In the Manufacturer box, click Microsoft.
    6. In the Network Adapter box, click Microsoft Loopback Adapter, and then click Next.
    7. Click Finish.
    Configuration of Microsoft LoopBack Adapter:
    1. Click Start, and then click Control Panel.
    2. Click on Network and Sharing Center.
    3. On the left side of the Window, Cick Manage Network Connections.
    4. You will find a name like "Local Area Connection 4 Unidentified Network Microsoft Loopback Adapter".
    5. Right Click on it and select Properties.
    6. Then Click on Internet Protocol Version 4 (TCP/IPv4) and then again click Properties.
    7. Click on Use the following IP address and enter 192.168.1.10 for the IP Address and 255.255.255.0 for the subnet mask.
    8. Click OK.
    After this you can continue with the installation of the Oracle 10g again.

Maybe you are looking for

  • Explanation of solid amber light?

    Hi, i am having trouble to get Apple TV (First edition from 2007) to display a picture on my beamer. its a ASK Proxima M3 wih DVI input, resolution is XGA. My MacBookPro interfaces perfectly with the beamer. Cable is HDMI-DVI from Oehlbach.de. When p

  • Sap ISU and CRM

    We are implementing SAP ISU with Billing and Invoicing, next step would be the implementation of CRM for Utilities.  In a part we are using the installation guide of Best Practices for Water Utilities, which presuppose the implementation of CRM. My q

  • Opening Word document - font not recognised

    Hi there, I have opened a document I wrote in word. The body text is Sylfaen. Unfortunately, as this font is not "supported" the document will not show the text in the body of the document. Is there an easy solution to this that aninternet troublesho

  • Connection with a remote cache

    Hi, I have an option to connect to cohernace clustre by 1) Connect as an Extends node 2) Connect as a non storage node out of the 2 options which one is better and why ? I think conncetion as a non storage node is a better option, I have to connect t

  • Unable to Uninstall "TVT Packet Filter Miniport #4

    Does anyone know the purpose of the TVT Packet Filter Miniport #4 that appears in my Device Manager list under Network adapters?  The listing shows it with a yellow ! and I am unable to update the driver or uninstall it.  I get the message "Failed to