Oracle Partitioning is an option or not..

In Oracle 10g, partitioning is an option to be bought separately or it is the part of the core product.
Thx

It is an Enterprise Edition option. This website is for 11g, but also valid for earlier versions.
http://www.oracle.com/database/product_editions.html
Werner

Similar Messages

  • Create OEM report - Databases using Oracle Partitioning option

    Hi
    Is it possible to draw a report on Oracle Enterprise Manager 10g to discover which of its list of target databases are using the oracle partitioning option. It is for license purposes. Oracle partitioning is installed by default, but it is not always used.
    Thanks and Regards

    Yes that is possible if you create a report using a query like
    SELECT
    HOST, DATABASE_NAME, INSTANCE_NAME,
    TARGET_TYPE,NAME,
    CURRENTLY_USED, DETECTED_USAGES, FIRST_USAGE_DATE,
    LAST_USAGE_DATE, VERSION, LAST_SAMPLE_DATE,
    DESCRIPTION
    FROM SYSMAN.MGMT$DB_FEATUREUSAGE
    WHERE
    NAME = 'Partitioning (user)'
    AND
    CURRENTLY_USED = 'TRUE'
    Eric

  • Oracle SQL Developer 1.2  has not Third Party Connection Options?

    I downloaded SQL Developer 1.2 and i try to create a sql server connection, but have problems with jdbc drivers. The documentation refer to :
    1. In SQL Developer choose Tools -> Preferences...
    2. Expand the "Database" option in the left hand tree
    3. Click on "Third Party JDBC Drivers"
    4. Click on "Add Entry..."
    5. Navigate to your third party driver jar file and choose OK
    This option is not.
    I need help...
    Thank you.

    Only if try to access <PL/SQL Compiler Options> and <PL/SQL Debugger>.
    See in the following blocks.
    PL/SQL Compiler Options
    Error Details
    [java.lang.NullPointerException
         at oracle.dbtools.raptor.config.PlSqlCompilerOptionsPanel.onEntry(PlSqlCompilerOptionsPanel.java:35)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:921)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:894)
         at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:104)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1343)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1211)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1205)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:202)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:795)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:580)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:47)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:265)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:571)
         at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)]
    PL/SQL Debugger
    Error Details
    [java.lang.NullPointerException
         at oracle.dbtools.raptor.config.PlSqlCompilerOptionsPanel.onExit(PlSqlCompilerOptionsPanel.java:41)
         at oracle.ide.panels.MDDPanel.exitTraversable(MDDPanel.java:972)
         at oracle.ide.panels.MDDPanel.mav$exitTraversable(MDDPanel.java:104)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1267)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1211)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1205)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:202)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:795)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:580)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:47)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:265)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:571)
         at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)]

  • Oracle 11G password case sensitive option is not working.

    Hello,
    I am facing problem in Oracle 11G. I installed and created a database. I disabled password case sensitive option by setting it to false (Pls see the below output). but case sensitive option is not disabled and i am not able to logon using the lower case password.
    SQL> connect sys/<pwd in lower case>@<connect string> as sysdba;
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> connect sys/<pwd in uppper case>@<connect string> as sysdba;
    Connected.
    SQL> show parameter SEC_CASE_SENSITIVE_LOGON
    NAME TYPE VALUE
    sec_case_sensitive_logon boolean FALSE
    Any idea.... should i open the case in the metalink ?
    With Regards
    Hemant Joshi.

    Can you execute:
    SQL> select USERNAME, PASSWORD_VERSIONS from dba_users where username = 'SYS';Have you tried reseting the sys password? When you create the password file by default the passwords stored on it are case sensitive, maybe you also need to rebuild it...
    Enrique
    PS. See Note:429465.1 +11g R1 New Feature : Case Sensitive Passwords and Strong User Authentication+
    Edited by: Enrique Orbegozo on Oct 15, 2008 1:20 AM

  • Does  oracle 9i support inctype option in exp or not?

    I want to know whether oracle 9i supports inctype option in exp or not......
    if not then how to take a incremental export..........
    Exp userid=DBA/password full=Y inctype=cumulative file=’010399cml.dmp’
    i am getting an error message
    EXP-00042: INCTYPE parameter is obsolete
    although exp command is working even after generating an error........

    EXP-00041 INCTYPE parameter is obsolete
    Cause : Export encountered when parsing the parameter INCTYPE Export options. Incremental Exports are no longer supported.
    Action : Consult the Oracle9i User-Managed Backup and Recovery Guide. Export will attempt to continue.
    This incremental into law has become obsolete, not to be supported.

  • HT3910 i have erased my partition completely. now i am not getting the installation started when i quit the disk utilities..instead i get an option to restore my system. and i have no restore points on my system so eventually my mac dosent get installed..

    i have erased my partition completely. now i am not getting the installation started when i quit the disk utilities..instead i get an option to restore my system. and i have no restore points on my system so eventually my mac dosent get installed
    please help me out

    I can't do that since I do nothing with Windows.
    It sounds like it was hacked to run XP and then makes it not run OS X now.
    Only thing I can suggest is to repartition the hard drive to a single HFS+, GUID partition and see if that allows you to install OS X.
    Allan

  • 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

  • ORACLE 8I EXPORT의 QUERY OPTION 기능

    제품 : ORACLE SERVER
    작성날짜 : 2000-09-19
    Oracle 8i EXPORT의 Query Option 기능
    ====================================
    Oracle 8i에서는 export 작업 수행 시 Query Option을 이용하여 테이블의
    부분적인 추출이 가능하다.
    SQL> select empno, ename, job, sal from emp order by job;
    EMPNO ENAME JOB SAL
    7788 SCOTT ANALYST 3000
    7902 FORD ANALYST 3000
    9999 홍길동 ANALYST 2000
    7369 SMITH CLERK 800
    7876 ADAMS CLERK 1100
    7934 MILLER CLERK 1300
    7900 JAMES CLERK 950
    7566 JONES MANAGER 2975
    7782 CLARK MANAGER 2450
    7698 BLAKE MANAGER 2850
    7839 KING PRESIDENT 5000
    7499 ALLEN SALESMAN 1600
    7654 MARTIN SALESMAN 1250
    7844 TURNER SALESMAN 1500
    7521 WARD SALESMAN 1250
    위와 같이 구성된 EMP 테이블에서 만일 'MANAGER'로 JOB을 가진 사원중 SAL
    컬럼이 2500이상인 레코드를 export하고 싶다면, 다음과 같이 수행하면 된다.
    % exp scott/tiger tables=emp query=\"where job=\'MANAGER\' and sal\>=2500\"
    Export: Release 8.1.5.0.1 - Production on Tue Sep 19 16:14:15 2000
    About to export specified tables via Conventional Path ...
    . . exporting table EMP 2 rows
    exported
    Export terminated successfully without warnings.
    한글 컬럼에 대해서도 동일한 where 조건에 지정이 가능하다.
    % exp scott/tiger tables=emp query=\"where ename like \'홍%\'\"
    V8.1.5 버젼에서 제공되는 Query 옵션의 특징:
    1. 테이블 레벨의 export 명령어에서만 가능하다.
    2. Direct 옵션과 함께 사용될 수 없다.
    3. Nested 테이블을 갖는 테이블에는 적용할 수 없다.
    4. Partition 테이블에 대한 export에도 적용가능하다.
    5. Import 명령에는 적용되지 않는다.

    Thanks Guys,
    I am still a bit lost though...
    It may be simply a matter of me finding Oracle 8i so I can do what I need to do.
    Where can I get Orcale 8i from? Does anybody have it? The oracle site only has a version back to 9.2 I queried with a employee from Oracle University here in Australia, and he suggested asking in the forums.
    Just so you know what I'm trying to do:
    Data Server:
    Running Aix with Oracle 7.14... actually could be 7.41 - I'll check today.
    This system will not be upgraded to any later version of Orcale, because systems are in place, and core systems at our other sites have to be the same. (my project is a local one)
    Web Server:
    Running XP profession with IIS and using ASP (active server pages)
    Currently running Oracle 10g, and ASP code connects to the local database on this machine via an ODBC connection.
    At the moment, I have scripts on the Aix server that dumps data from Oracle 7.x into a .csv file.
    Then, I have scripts that copy those csv files to the XP server, and they are imported to the local Oracle 10g database.
    To display this data on the website, I use ASP via the odbc connection to query the local database on the XP server.
    As said in my previous post, there must be an easier way to do this.
    I need a local database on the XP server too, and am thinking the best way is to downgrade to 8i.
    Can anybody tell me where I can get 8i to try this out? I have been trying to reasearch this for a while now without luck. Any help would be appreciated, and thanks for those who have replied so far.
    -Tom

  • ORA-01409 NOSORT option may not be used

    Hi all,
    We've got a range partitioned table, each partition resides in a different tablespace (locally managed) thus :
    create tablespace abcblast_hit_test_data1
    datafile '/export/data/oracle/HLDDEV05/abcblast_hit_test_data1.dbf'
    size 2600m extent management local uniform size 2500m;
    create tablespace abcblast_hit_test_data2
    datafile '/export/data/oracle/HLDDEV05/abcblast_hit_test_data2.dbf'
    size 2600m extent management local uniform size 2500m;
    Two large SORTED files of data are sql*loaded into each partition, taking up ONE extent in each partition
    I then try to create a non-unique index on the table using NOSORT and get the error ORA-01409 NOSORT option may not be used; rows are not in ascending order
    ... with the following reasoning :
    For non-unique indexes the ROWID is considered part of the index key. This means that two rows that appear to be stored in ascending order may not be. If you create an index NOSORT, and two of the rows in the table have the same index values, but get split across two extents, the data block address of the first block in the second extent can be less than the data block address of the last block in the first extent. If these addresses are not in ascending order, the ROWIDs are not either. Since these ROWIDs are considered part of the index key, the index key is not in ascending order, and the create index NOSORT fails.
    BUT the data for each partition DOES reside in one extent :
    select partition_name, tablespace_name, extent_id, bytes
    from dba_extents
    where segment_name = 'ABCBLAST_HIT'
    and segment_type = 'TABLE PARTITION';
    PARTITION_NAME     TABLESPACE_NAME          EXTENT_ID     BYTES
    PART_01          ABCBLAST_HIT_TEST_DATA1     0          2621440000
    PART_02          ABCBLAST_HIT_TEST_DATA2     0          2621440000
    (Oracle 9.0.1 on Linux)
    HELP !!!! Does this mean we can't use NOSORT when building indexes on partitioned tables ?!
    (Note : if NOSORT is not used then a sort is performed which we are trying to avoid - final table will contain 1.6 billion rows and will consist of 50 partitions)

    Hi ,
    Still i am facing same error like. Can any body help me..
    The following index(es) on table KA31CVLA.CITY were processed:
    index KA31CVLA.CITY_PK was made unusable due to:
    ORA-01409: NOSORT option may not be used; rows are not in ascending order
    index KA31CVLA.CITY_UQ01 loaded successfully with 29761 keys
    i have create one table CITY in user KA31CVLA.
    CREATE TABLE CITY
    CNTRY_CD VARCHAR2(2 BYTE) NOT NULL,
    CITY_NM VARCHAR2(40 BYTE) NOT NULL,
    SEQ_NBR NUMBER(10) NOT NULL,
    POSTL_STT_EQNT_CD VARCHAR2(9 BYTE),
    LATITUDE NUMBER(9,5) NOT NULL,
    LONGITUDE NUMBER(9,5) NOT NULL
    and then added primary constraints
    ALTER TABLE CITY ADD CONSTRAINT KA31CVLA.CITY_PK PRIMARY KEY (CNTRY_CD, CITY_NM, SEQ_NBR)
    after this default unique index created as below
    CREATE UNIQUE INDEX KA31CVLA.CITY_PK ON KA31CVLA.CITY (CNTRY_CD, CITY_NM, SEQ_NBR)
    after that i have added one more constraints is
    CREATE UNIQUE INDEX KA31CVLA.CITY_UQ01 ON KA31CVLA.CITY (CITY_NM, POSTL_STT_EQNT_CD, CNTRY_CD, SEQ_NBR)
    Now trying to load data to KA31CVLA.CITY table through SQLLDR
    here is the command which i am executing to insert..
    SQLLDR CONTROL=D:\GMVS\city.ctl, DATA=D:\GMVS\sorted_city.dat log=D:\GMVS\sorted_log.log USERID="KA31CVLA/KA31CVLA123" DIRECT=Y
    Here is the control file details
    options (direct=true)
    unrecoverable
    load data
    truncate
    into table KA31CVLA.city
    sorted indexes (city_PK)
    reenable disabled_constraints
    fields terminated by "^"
    trailing nullcols
    (cntry_cd char,
    city_nm char,
    seq_nbr integer external,
    postl_stt_eqnt_cd Char,
    latitude integer external,
    longitude integer external)
    The total records insertd to table but i am getting above error in log files.
    The following index(es) on table KA31CVLA.CITY were processed:
    index KA31CVLA.CITY_PK was made unusable due to:
    ORA-01409: NOSORT option may not be used; rows are not in ascending order
    index KA31CVLA.CITY_UQ01 loaded successfully with 29761 keys

  • Oracle Enterprise Edition Database Option Licensing

    Does anyone know if there is an official Oracle document regarding licensing of Oracle Enterprise Edition Licensing options?
    If you for example install Oracle Enterprise Edition, do a standard install, a number of Enterprise options get installed, for example Partitioning and OLAP.
    Both of those options are license extras.
    So if they are installed but not used, should they still be licensed?
    Does anyone know the official line on this?
    Regards
    Steven Miller

    Welcome to the forums !
    AFAIK, as long as these extra options are not used, you should be ok - but the best/correct answer will be given by your Oracle salesperson. Answers offered in these forums will not stand up in a court of law :-)
    http://download.oracle.com/docs/cd/E11882_01/license.112/e10594/editions.htm#BABDJGGI
    http://download.oracle.com/docs/cd/E11882_01/license.112/e10594/options.htm#CIHDDBCG
    If you do not plan to use these options, it is best to turn them off or disable them.
    Is it possible to deinstall/remove a specific component from already installed Oracle Database Home using OUI? (Doc ID 888934.1)
    HTH
    Srini

  • How to use Oracle partitioning with JPA @OneToOne reference?

    Hi!
    A little bit late in the project we have realized that we need to use Oracle partitioning both for performance and admin of the data. (Partitioning by range (month) and after a year we will move the oldest month of data to an archive db)
    We have an object model with an main/root entity "Trans" with @OneToMany and @OneToOne relationships.
    How do we use Oracle partitioning on the @OneToOne relationships?
    (We'd rather not change the model as we already have millions of rows in the db.)
    On the main entity "Trans" we use: partition by range (month) on a date column.
    And on all @OneToMany we use: partition by reference (as they have a primary-foreign key relationship).
    But for the @OneToOne key for the referenced object, the key is placed in the main/source object as the example below:
    @Entity
    public class Employee {
    @Id
    @Column(name="EMP_ID")
    private long id;
    @OneToOne(fetch=FetchType.LAZY)
    @JoinColumn(name="ADDRESS_ID")
    private Address address;
    EMPLOYEE (table)
    EMP_ID FIRSTNAME LASTNAME SALARY ADDRESS_ID
    1 Bob Way 50000 6
    2 Sarah Smith 60000 7
    ADDRESS (table)
    ADDRESS_ID STREET CITY PROVINCE COUNTRY P_CODE
    6 17 Bank St Ottawa ON Canada K2H7Z5
    7 22 Main St Toronto ON Canada     L5H2D5
    From the Oracle documentation: "Reference partitioning allows the partitioning of two tables related to one another by referential constraints. The partitioning key is resolved through an existing parent-child relationship, enforced by enabled and active primary key and foreign key constraints."
    How can we use "partition by reference" on @OneToOne relationsships or are there other solutions?
    Thanks for any advice.
    /Mats

    Crospost! How to use Oracle partitioning with JPA @OneToOne reference?

  • Import option is not showing the Data Source created using ODBC

    Hi all,
    I'm new to OBIEE, just installed OBIEE 10g in my system with the help of some reply from this Forum (thanks to Kalyan for this).
    Now when I tried to create new rpd, the Import option is not showing the Data source I have created. I have created new Datasource in the SystemDSN tab of the ODBC Administrator window,I have tried this by creating the Datasource in the UserDNS tab as well.
    Mine is Windows 7 Ultimate. The new data source which I have created through the ODBC Administrator window is to connect to SQL 2008 (I'm trying to get some table from SQL 2008 database), I don't have Oracle data base.
    While creating the Data source ODBC Administrator is showing only two drives (SQL Server and SQL Server Native Client 10.0 ) , so I have created the Data source using the SQL Server Native Client 10.0 drive.
    Can some one help me to understand the issue and to solve it.
    Thanks,
    Mithun

    By calling your cellular data provider.

  • How to Implement 30 days Range Partitioning with Date column. Not Interval

    Hi,
    I am using the db:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit
    Current table structure is:
    CREATE TABLE A
    a NUMBER,
    CreationDate DATE
    PARTITION BY RANGE (CreationDate)
    INTERVAL ( NUMTODSINTERVAL (30, 'DAY') )
    (PARTITION P_FIRST
    VALUES LESS THAN (TIMESTAMP ' 2001-01-01 00:00:00'))
    How can I define virtual column based partitioning with RANGE partitioning without using INTERVAL partitioning.
    And that is with Intervals of 30 days.
    For monthly I am trying as
    CREATE TABLE A
    a NUMBER,
    CreationDate DATE,
    monthly_interval date as (to_char(CreationDate,'MM-YYYY')) VIRTUAL
    PARTITION BY RANGE (monthly_interval)
    partition p_AUG12 values less than (to_date('08-2012','mm-yyyy')),
    partition p_SEP12 values less than (to_date('09-2012','mm-yyyy')),
    partition p_OCT12 values less than (to_date('10-2012','mm-yyyy'))
    Enable ROw Movement
    BUT CAN'T INSERT the data even for that:
    Insert into a (a, CreationDate)
    Values (1, '12-10-2012')
    Insert into a (a, CreationDate)
    Values (1, '12-10-2012')
    Please suggest..

    Hi rp,
    Interval Partitioned to Range. Created Daily Partitions from Monthly Part. got complicated so I am posting here.
    Basically,
    I know Interval Partitioning is a kind of Range partitioning. But explicitly for Interval Partitioned tables XML Indexes are not allowed as discussed here:
    XMLIndexes on an Interval Partitioned Table??
    I can do monthly partitions as :
    CREATE TABLE A
    a NUMBER,
    CreationDate DATE,
    monthly_interval varchar2(8) as (to_char(CreationDate,'MM-YYYY')) VIRTUAL
    PARTITION BY RANGE (monthly_interval)
    partition p_AUG12 values less than ('09-2012'),
    partition p_SEP12 values less than ('10-2012'),
    partition p_OCT12 values less than ('11-2012')
    ) Enable ROw Movement
    Insert into a (a, CreationDate)
    Values (1, '12-SEP-2012')
    Insert into a (a, CreationDate)
    Values (1, '14-SEP-2012')
    Select * from A partition (p_SEP12)
    Select * from A partition (p_AUG12)
    Select * from A partition (p_OCT12)
    Can we do it for 30 days partitions, instead of the monthly partitions. ANY suggestions..
    Thanks..

  • Editor option is not opening for table object

    Hi Experts,
    I have installed OWB 11.1 on my table machine. The strange thing what i found out that, the 'open editor 'option of Table is not opening for oracle module in the design centre.for other object (Like mapping ..etc) 'Open Editor' option is working fine.I have an project where there are frequent changes in the table structure , but as the open editor option is not working fine. i have to totally re-import mordified table . Do anyone having any idea how to slove this problem.
    Regards
    Ani

    Hi,
    Are you by any chance trying to run OWB on a 64 bit client? I have seen similar problems to what you are describing when trying to run OWB on 64 bit Windows. If this is the case you should try to use a 32 bit client machine
    Regards
    Roald

  • Getting [Microsoft][ODBC SQL Server Driver] Optional feature not implemented

    I am using below mentioned code to insert values in MSAccess 2000 which having table structure as mentioned below:-
    Field Name Data Type
    TodaysDate Date/Time
    Cart ID Number
    Client Name Text
    Campaign Text
    Team & Segment Text
    Duration Number
    Tape ID Text
    Start Date Date/Time
    End Date Date/Time
    Station Text
    Code:-
    private boolean enterDataIntoMSAccessDatabaseusingPreparedStatement()
       try {
      ps = connection.prepareStatement("INSERT INTO Cart ID Details VALUES (?,?,?,?,?,?,?,?,?)");
      System.out.println("After Query");
       catch (SQLException se) {
      generateErrorMessage("Error in Prepared Statement \n " + se.getMessage() );
       return false;
       catch (Exception e)
      generateErrorMessage("Unexpected Error Occured \n " + e.getMessage());
       String todaysDate = cartIDApplicationAddCartIDDatejTextField.getText().trim();
       String cartID = cartIDApplicationAddCartIDCartIDjTextField.getText().trim();
       String clientName = cartIDApplicationAddCartIDClientNamejTextField.getText().trim();
       String campaign = cartIDApplicationAddCartIDCampaignjTextField.getText().trim();
       String teamSegment = cartIDApplicationAddCartIDTeamAndSegmentjTextField.getText().trim();
       String duration = cartIDApplicationAddCartIDDurationjTextField.getText().trim();
       String tapeID = cartIDApplicationAddCartIDTapeIDjTextField.getText().trim();
       String startDate = cartIDApplicationAddCartIDStartDatejTextField.getText().trim();
       String endDate = cartIDApplicationAddCartIDEndDatejTextField.getText().trim();
       String station = cartIDApplicationAddCartIDDELjCheckBox.getText().substring(0, 3);
      System.out.println(station);
       try {
      System.out.println("Before ps.setString()");
      SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-mm-dd", Locale.ENGLISH);
      System.out.println("Simple Date Format");
       /*ps.setString(1, todaysDate);
      ps.setString(2, cartID );
      ps.setString(3, clientName);
      ps.setString(4, teamSegment);
      ps.setString(5, duration);
      ps.setString(6, tapeID);
      ps.setString(7, startDate);
      ps.setString(8, endDate);*/
      System.out.println("1");
      ps.setDate(1, new java.sql.Date(simpleDateFormat.parse(todaysDate).getTime()));
      ps.setString(2, cartID);
      ps.setString(3, clientName);
      ps.setString(4, campaign);
      ps.setString(5, teamSegment);
      ps.setString(6, duration);
      ps.setString(7, tapeID);
      ps.setDate(8, new java.sql.Date(simpleDateFormat.parse(startDate).getTime()));
      ps.setDate(9, new java.sql.Date(simpleDateFormat.parse(endDate).getTime()));
      ps.setString(10, station);
      System.out.println("After ps.setString()");
      ps.executeUpdate();
       catch (SQLException se) {
      generateErrorMessage("Error while inserting data in database \n " + se.getMessage());
       return false;
       catch (Exception e)
      generateErrorMessage("Unexpected Error Occured \n" + e.getMessage() );
       return true;
    I got below error after implementing the above code:-
    [Microsoft][ODBC SQL Server Driver]Optional feature not implemented.
    Kindly help me for the same.

    >>  [Microsoft][ODBC SQL Server Driver]  
    I don't see anything Oracle in your question.   It looks like you're getting an error using Microsoft's SQL Server driver, did you mean to post this to a forum on  Microsoft's site perhaps?

Maybe you are looking for