NW 7.01 on Oracle 10.2.0.4 - Upgrade Path to NW 7.4 on Oracle 11.2

Hi all
One of our clients has a 2-system-BW-landscape (2 physical hosts) based on the following versions:
* Windows 2008 R2 SP1
* Oracle 10.2.0.4.0
* Oracle Client 10.2.0.4.0
* NetWeaver 7.01 SP7
* SAP Kernel 7.01 Patch 94 64bit UC
As you can see 60% of the setup is no longer in maintenance. The client does not have sufficient hardware ressources for a third physical host.
I wonder what is the best approach (upgrade path) to update to
* Oracle 11.2.0.4
* NetWeaver 7.4
* Kernel 7.41
* Oracle Client 11.2.0.4
My inital thoughts:
Upgrade Kernel from 7.01 64bit UC to 7.20 (non-EXT) 64bit UC
Upgrade Oracle InstantClient from 10.2.0.4 to 11.2.0.4
Upgrade Oracle from 10.2.0.4 to 11.2.0.4
Upgrade NetWeaver to 7.4
I know there are a whole lot of SAP Notes about these topics, but maybe one can already suggest a way to go.
What do you think?
BR Michael

Hi Michael,
These sequence of steps which you described looks good.
Upgrade Kernel from 7.01 64bit UC to 7.20 (non-EXT) 64bit UC
Upgrade Oracle InstantClient from 10.2.0.4 to 11.2.0.4
Upgrade Oracle from 10.2.0.4 to 11.2.0.4
Upgrade NetWeaver to 7.4
Steps 2+3 can be combined together and you will be left with only 3 steps.
Regards,
Deepak Kori

Similar Messages

  • Oracle 8.1.5.1 upgrade to 9.2.0.6 sql - Oracle change or bug ?

    The following query is working on Oracle 8.1.5.1 (result 1 record), but not on Oracle 9.2.0.6 (result 0 record).
    We don't have the source to this application, and we then have to solve it on the Oracle side - it looks like an Oracle change/bug ?
    I've turned on Oracle tracing to trace the actual sql and also running explain seeing no difference.
    SELECT UNIQUE change_log.pkey_val1, customer.customer_name, customer.brief_name,
    change_log.user_id, trunc(change_log.created_date, 'DD'), change_log.auth_status,
    trunc(change_log.auth_status_date,'DD'), trunc(change_log.print_date,'DD'),
    change_log.print_status FROM customer, change_log WHERE customer.customer_id=change_log.pkey_val1
    AND auth_status = '0' AND change_log.pkey_val1 like '5334073' ORDER BY 5;
    SELECT STATEMENT_ID, operation, options, object_name, object_type, id, parent_id FROM plan_table
    WHERE STATEMENT_ID = 'QUERY1' ORDER BY id;
    Oracle 8.1.5.1
    QUERY1 SELECT STATEMENT
    QUERY1 SORT UNIQUE
    QUERY1 NESTED LOOPS
    QUERY1 TABLE ACCESS BY INDEX ROWID CHANGE_LOG
    QUERY1 INDEX RANGE SCAN DX_971_01 NO
    QUERY1 TABLE ACCESS BY INDEX ROWID CUSTOMER
    QUERY1 INDEX UNIQUE SCAN U128_13 UN
    Oracle 9.2.0.6
    QUERY1 SELECT STATEMENT
    QUERY1 SORT UNIQUE
    QUERY1 NESTED LOOPS
    QUERY1 TABLE ACCESS BY INDEX ROWID CHANGE_LOG
    QUERY1 INDEX RANGE SCAN DX_971_01 NO
    QUERY1 TABLE ACCESS BY INDEX ROWID CUSTOMER
    QUERY1 INDEX UNIQUE SCAN U128_13 UN

    Please refer [url http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/conditions10a.htm
    ]'Patterns Without % Example' on Oracle9i SQL Reference.
    Here is [url http://download-west.oracle.com/docs/cd/F49540_01/DOC/server.815/a67779/operator.htm#997970]Oracle8i SQL Reference.
    If a pattern does not contain the "%" character, the condition can be TRUE only if both operands have the same length.
    So... there are bugs on 8.1.x, 9.2.0.4...
    SQL> select * from v$version where rownum <= 1;
    BANNER
    Personal Oracle7 Release 7.3.2.3.1 - Production Release
    SQL> create table tab1 (col1 char(6));
    Table created.
    SQL> insert into tab1 values ('xyz');
    1 row created.
    SQL> select * from tab1 where col1 like 'xyz';
    no rows selected
    SQL> select * from v$version where rownum <= 1;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
    SQL> create table tab1 (col1 char(6));
    Table created.
    SQL> insert into tab1 values ('xyz');
    1 row created.
    SQL> select * from tab1 where col1 like 'xyz';
    COL1
    xyz
    SQL> select * from v$version where rownum <= 1;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    SQL> create table tab1 (col1 char(6));
    Table created.
    SQL> insert into tab1 values ('xyz');
    1 row created.
    SQL> select * from tab1 where col1 like 'xyz';
    COL1
    xyz
    SQL> select * from v$version where rownum <= 1;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    SQL> create table tab1 (col1 char(6));
    Table created.
    SQL> insert into tab1 values ('xyz');
    1 row created.
    SQL> select * from tab1 where col1 like 'xyz';
    no rows selected

  • Error during oracle 10.2.0.1 upgrade from oracle 9.2.0.6

    I was trying to upgrade oracle 9.2.0.1.6 to 10.2.0.1 in AIX %L
    I installed 10.2 s/w in a different home. I started manual upgrade by starting oracle in upgrade mode.
    I got following error message while running the script catupgrd.sql
    Type altered.
    Procedure altered.
    Type altered.
    Warning: Package altered with compilation errors.
    Procedure altered.
    declare
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    Did the same thing again and fails at the same point.
    Any idea how can I fix this. I didn't apply the patch s/w.
    Now the status of the db is:
    SQL> @/u00/home/app/oracle/product/10.2.0/rdbms/admin/utlu102s.sql
    Oracle Database 10.2 Upgrade Status Utility 11-07-2008 15:57:50
    Component Status Version HH:MM:SS
    Oracle Database Server VALID 10.2.0.1.0 00:18:40
    Oracle XDK VALID 10.2.0.1.0 00:00:00
    Oracle Database Java Packages LOADING 9.2.0.6.0 00:00:00
    Oracle Text VALID 10.2.0.1.0 00:00:00
    Upgrade Incomplete
    PL/SQL procedure successfully completed.
    This is a standard edition install and COMAPATIBLE is set to 9.2.0
    Thansk for your help.

    Oracle Database Java Packages LOADING 9.2.0.6.0 00:00:00Is your JAVA pool configured adequately?
    How much of memory have you allocated to different pools for this upgrade?

  • I am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found

    i am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found.

    "command not found" means ... there is no such thing.
    Has the .rpm been installed?
    http://docs.oracle.com/cd/E17781_01/install.112/e18802/toc.htm#XEINL122

  • Failure in Oracle 11.2.3.0 upgrade

    Windows 2008 server
    I'm trying to upgrade a Oracle 11.2.0.2 database to 11.2.0.3. I use DBUA, go through the screen and start the process. The issue get to about 2% and it fails with the following error
    ORA-01078: failure in processing system parameters, then Oracle Not Available.
    Before I start the upgrade process, I've made sure I can TNSPING the database, connect to it and make sure its up and running..
    PreUpgrade log
      1
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    select count(*) from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    LRM-00116: syntax error at 'C:\APPdispatcher' following '='
    ORA-01078: failure in processing system parameters
    Trace file
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [CompManager.doPreMigrationChecks:2965]  Logging Dir at this point :=c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [CompManager.doPreMigrationChecks:2989]  ++++++++++ASM Checks Start++++++++++
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:35:59.111 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:35:59.111 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:35:59.111 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:35:59.360 CEST ] [CompManager.asmUpgradeFeasible:9998]  Databases uses ASM? :=false
    [Thread-27] [ 2013-08-15 15:35:59.360 CEST ] [CompManager.doPreMigrationChecks:2994]  ++++++++++ASM Checks Complete++++++++++
    [Thread-27] [ 2013-08-15 15:35:59.360 CEST ] [CompManager.doPreMigrationChecks:3063]  ++++++++++Generating Upgrade File (MEP)++++++++++
    [Thread-27] [ 2013-08-15 15:35:59.360 CEST ] [CompManager.executeServerUtility:1856]  validateConnectionToDB using user:=
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [CompManager.executeServerUtility:1871]  Executing Upgrade Config Script:=c:\app\product\11.2.0\dbhome_2\rdbms\admin\utlu112x.sql
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [CompManager.executeServerUtility:1872]  Spooling to Upgrade log filec:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\upgrade.xml
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\upgrade.xml
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:07.426 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\upgrade.xml
    [Thread-27] [ 2013-08-15 15:36:07.426 CEST ] [CompManager.executeServerUtility:1883]  Executed Server Utility, Now load MEP............
    [Thread-27] [ 2013-08-15 15:36:07.457 CEST ] [MEPLoader.load:145]  Utility executed on svrmgrl, needs stripping of invalid xml lines
    [Thread-27] [ 2013-08-15 15:36:07.457 CEST ] [OsUtilsBase.copyFile:1565]  OsUtilsBase.copyFile:
    [Thread-27] [ 2013-08-15 15:36:07.457 CEST ] [OsUtilsBase.copyFile:1613]  **write of file at destination complete...
    [Thread-27] [ 2013-08-15 15:36:07.472 CEST ] [OsUtilsBase.copyFile:1648]  **file copy status:= true
    [Thread-27] [ 2013-08-15 15:36:07.504 CEST ] [MEPLoader.load:186]  Parsing done
    [Thread-27] [ 2013-08-15 15:36:07.504 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: null
    [Thread-27] [ 2013-08-15 15:36:07.504 CEST ] [InventoryUtil.getOUIInvSession:347]  setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [Thread-27] [ 2013-08-15 15:36:07.504 CEST ] [OracleHome.getVersion:908]  Homeinfo c:\app\product\11.2.0\dbhome_2,2
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:936]  OracleHome.server.getVersion Version: 11.2.0.3.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.3.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [CompManager.doPreMigrationChecks:3078]  ++++++++++ServerUtility Executed, MEP Loaded ++++++++++
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [CompManager.doPreMigrationChecks:3081]  executeQuery: SELECT VALUE FROM V$PARAMETER where name='db_domain'
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:07.738 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:07.753 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:07.753 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:07.769 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [CompManager.isModeSet:9823]   Mode := 4 is not set
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [SubComponent.execCEPImpl:340]  Connect as SYSDBA USER:
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> false
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SubComponent.execCEPImpl:348]  Execute CEP :c:\app\product\11.2.0\dbhome_2\rdbms\admin\rdbmsup.sql
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLPlusEngine.executeScript:328]  Spool before script run = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:09.173 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:09.173 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:09.173 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLPlusEngine.executeScript:345]  Spool after script run = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:09.547 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:09.547 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:09.547 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:09.812 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.828 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=rdbms/admin/catupgrd.sql
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [BounceDatabaseDirective.<init>:71]  BounceDatabaseDirective startup clause was [] bounceIfDown was false
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=rdbms/admin/catuppst.sql
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=sqlplus/admin/help/hlpbld.sql helpus.sql
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CompManager.doPreMigrationChecks:3108]  Version obtained From CEP:=11.2.0.2
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CompManager.doPreMigrationChecks:3325]     Check if OLS is enabled in ORACLE_HOME=c:\app\product\11.2.0\dbhome_2 when source db has a valid OLS
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [OracleHome.isDatabaseOptionOn:1133]  Checking Database Option: Oracle Label Security
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [OracleHome.isDatabaseOptionOn:1190]  Database Option Oracle Label Security is false
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CompManager.doPreMigrationChecks:3329]  executeQuery: SELECT name FROM user$ where name = 'DVSYS'
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CompManager.doPreMigrationChecks:3347]  executeQuery: Select count(*) from registry$ where cid = 'OLS' and status=1
    [Thread-27] [ 2013-08-15 15:36:14.336 CEST ] [CompManager.doPreMigrationChecks:3441]  warning dialog return value 4
    [Thread-27] [ 2013-08-15 15:36:14.352 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-27] [ 2013-08-15 15:36:14.352 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3456]   ++++++++++++++++++++++++++++++++++++++++++++++++
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3457]  Run pre Migration checks *******
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3458]     Check if DV is enabled in ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [OracleHome.isDatabaseOptionOn:1133]  Checking Database Option: Oracle Database Vault
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [OracleHome.isDatabaseOptionOn:1190]  Database Option Oracle Database Vault is false
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3474]  Check if the respective Comonent scripts are present
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3536]  Execute ceps for version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [SubComponent.executeCEP:413]  TO RUN CEP of :Oracle Server for version:11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [SubComponent.execCEPImpl:340]  Connect as SYSDBA USER:
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:14.492 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:14.492 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:14.492 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> false
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SubComponent.execCEPImpl:348]  Execute CEP :c:\app\product\11.2.0\dbhome_2\rdbms\admin\rdbmsup.sql
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLPlusEngine.executeScript:328]  Spool before script run = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:15.054 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:15.662 CEST ] [SQLPlusEngine.executeScript:345]  Spool after script run = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:15.662 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:15.662 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=rdbms/admin/catupgrd.sql
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [BounceDatabaseDirective.<init>:71]  BounceDatabaseDirective startup clause was [] bounceIfDown was false
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=rdbms/admin/catuppst.sql
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=sqlplus/admin/help/hlpbld.sql helpus.sql
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle Server
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=JServer JAVA Virtual Machine
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle XDK for Java
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=EM Repository
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle Text
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle XML Database
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle Java Packages
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle interMedia
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle Workspace Manager
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Data Mining
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Expression Filter
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Rule Manager
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3557]  Executed RDBMS cep RDBMSUP.SQL successfully
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [CompManager.doPreMigrationChecks:3708]  From Init File::jobQProcesses:=10
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [CompManager.doPreMigrationChecks:3736]  From Init File::processes:=300
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [SQLEngine.doSQLSubstitution:2414]  The substituted sql statement:=select value from v$parameter where name='db_recovery_file_dest';
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [Database.setRecoveryAreaAndSize:4363]  From SQL::recovery area:=L:\oraarch\PRODTEST
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [SQLEngine.doSQLSubstitution:2414]  The substituted sql statement:=select value from v$parameter where name='db_recovery_file_dest_size';
    [Thread-27] [ 2013-08-15 15:36:16.489 CEST ] [Database.setRecoveryAreaAndSize:4375]  From SQL::recovery area size:=85899345920
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [Database.setDatabaseSize:4413]  From SQL::largest database file size:=32770
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [Database.setDatabaseSize:4414]  From SQL::total database files size:=289320
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [CompManager.obtainDbInfoForClone:4379]  Source instance_name: prodtest
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-27] [ 2013-08-15 15:36:20.530 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1419]  Controlfile 1: F:\ORADATA\PRODTEST\CONTROL01.CTL
    [Thread-27] [ 2013-08-15 15:36:20.530 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1419]  Controlfile 2: H:\ORADATA\PRODTEST\CONTROL02.CTL
    [Thread-27] [ 2013-08-15 15:36:20.530 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1419]  Controlfile 3: L:\ORADATA\PRODTEST\CONTROL03.CTL
    [Thread-27] [ 2013-08-15 15:36:22.370 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 2170 Adjusted size: 2170
    [Thread-27] [ 2013-08-15 15:36:22.370 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 1 ID: 1 name: H:\ORADATA\PRODTEST\SYSTEM01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.370 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 7335 Adjusted size: 7335
    [Thread-27] [ 2013-08-15 15:36:22.370 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 2 ID: 2 name: H:\ORADATA\PRODTEST\UNDOTBS01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 890 Adjusted size: 890
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 3 ID: 3 name: H:\ORADATA\PRODTEST\SYSAUX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 4 ID: 4 name: H:\ORADATA\PRODTEST\USERS01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 5 ID: 5 name: H:\ORADATA\PRODTEST\IFSAPP_DATA01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 6 ID: 6 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 7 ID: 7 name: H:\ORADATA\PRODTEST\IFSAPP_LOB01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 8 ID: 8 name: H:\ORADATA\PRODTEST\IFSAPP_REPORT_DATA01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 9 ID: 9 name: H:\ORADATA\PRODTEST\IFSAPP_REPORT_INDEX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 10 ID: 10 name: H:\ORADATA\PRODTEST\IFSAPP_ARCHIVE_DATA01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 11 ID: 11 name: H:\ORADATA\PRODTEST\IFSAPP_ARCHIVE_INDEX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 12 ID: 12 name: H:\ORADATA\PRODTEST\IFSAPP_IAL_DATA01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 13 ID: 13 name: H:\ORADATA\PRODTEST\IFSAPP_IAL_INDEX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 14 ID: 14 name: H:\ORADATA\PRODTEST\MIGRATION_DATA.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 15 ID: 15 name: H:\ORADATA\PRODTEST\MIGRATION_INDEX.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 16 ID: 16 name: H:\ORADATA\PRODTEST\IFSAPP_LOB02.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 2170 Adjusted size: 2170
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 17 ID: 17 name: H:\ORADATA\PRODTEST\SYSTEM02.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 18 ID: 18 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX02.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 19 ID: 19 name: H:\ORADATA\PRODTEST\IFSAPP_LOB03.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 20 ID: 20 name: H:\ORADATA\PRODTEST\IFSAPP_DATA02.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 21 ID: 21 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX03.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 22 ID: 22 name: H:\ORADATA\PRODTEST\IFSAPP_DATA03.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 23 ID: 23 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX04.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 24 ID: 24 name: H:\ORADATA\PRODTEST\IFSAPP_DATA04.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 25 ID: 25 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX05.DBF
    [Thread-27] [ 2013-08-15 15:36:22.495 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 252 Adjusted size: 500
    [Thread-27] [ 2013-08-15 15:36:22.495 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1497]  Tempfile 1 ID: 1 name: H:\ORADATA\PRODTEST\TEMP01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 1 member: F:\ORADATA\PRODTEST\REDO011.LOG
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 1 member: H:\ORADATA\PRODTEST\REDO021.LOG
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 1 member: L:\ORADATA\PRODTEST\REDO031.LOG
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1532]  Redo log size for group 1 is 52428800 bytes
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1537]  Set redo log size 51200 KB for group 1
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 2 member: F:\ORADATA\PRODTEST\REDO012.LOG
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 2 member: H:\ORADATA\PRODTEST\REDO022.LOG
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 2 member: L:\ORADATA\PRODTEST\REDO032.LOG
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1532]  Redo log size for group 2 is 52428800 bytes
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1537]  Set redo log size 51200 KB for group 2
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 3 member: F:\ORADATA\PRODTEST\REDO013.LOG
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 3 member: H:\ORADATA\PRODTEST\REDO023.LOG
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 3 member: L:\ORADATA\PRODTEST\REDO033.LOG
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1532]  Redo log size for group 3 is 52428800 bytes
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1537]  Set redo log size 51200 KB for group 3
    [Thread-27] [ 2013-08-15 15:36:22.558 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 4 member: F:\ORADATA\PRODTEST\REDO014.LOG
    [Thread-27] [ 2013-08-15 15:36:22.558 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 4 member: H:\ORADATA\PRODTEST\REDO024.LOG
    [Thread-27] [ 2013-08-15 15:36:22.558 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 4 member: L:\ORADATA\PRODTEST\REDO034.LOG
    [Thread-27] [ 2013-08-15 15:36:22.573 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1532]  Redo log size for group 4 is 52428800 bytes
    [Thread-27] [ 2013-08-15 15:36:22.573 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1537]  Set redo log size 51200 KB for group 4
    [Thread-27] [ 2013-08-15 15:36:22.573 CEST ] [CloneAttributes.setDatabaseFileAttributes:385]  Database file attributes have been set
    [Thread-27] [ 2013-08-15 15:36:22.589 CEST ] [CloneAttributes.generateMapfile:405]  mapfile generated: c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\mapfile.txt
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.604 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.604 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.604 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.776 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.776 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.807 CEST ] [InstallGroupImpl.<init>:112]  OUI_LOC_PROPERTY = oracle.installer.oui_loc
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.823 CEST ] [ClusterwareInfo.isHAInstalled:295]  PRCI-1124 : Oracle Restart home does not exist on the local node
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.823 CEST ] [CompManager.isEMAlreadyConfigured:10275]  Check if EM Config is configured for db:=PRODTEST
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [Version.isPre:528]  version to be checked 11.2.0.3.0 major version to check against10
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [Version.isPre:539]  isPre.java: Returning FALSE
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [OCR.loadLibrary:312] 
    Inside constructor of OCR
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [OCR.isCluster:952]  Calling OCRNative for isCluster()
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [OCR.isCluster:956]  OCR Result status = true
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [OCR.isCluster:968]  Bolean result = false
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.963 CEST ] [CompManager.isEMAlreadyConfigured:10284]  EM is NOT configured for db:=PRODTEST
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.447 CEST ] [CompManager.isEMAlreadyConfigured:10306]  EM is NOT configured but EM repository exists
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.665 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.665 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.712 CEST ] [UpgradeOptionsPage.initializePage:377]  isFlashBackMode? false
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.712 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.728 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.728 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.899 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.899 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:26.302 CEST ] [UpgradeOptionsPage.doNext:491]  run utlrp true
    [AWT-EventQueue-0] [ 2013-08-15 15:36:26.302 CEST ] [UpgradeOptionsPage.doNext:502]  archive mode set false
    [AWT-EventQueue-0] [ 2013-08-15 15:36:26.302 CEST ] [UpgradeOptionsPage.doNext:512]  Degre of parallelism Selected:=7
    [Thread-75] [ 2013-08-15 15:36:26.333 CEST ] [CompManager.validate:6275]  validate - performing space checks
    [Thread-75] [ 2013-08-15 15:36:26.333 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-75] [ 2013-08-15 15:36:26.333 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-75] [ 2013-08-15 15:36:26.333 CEST ] [CompManager.validateInternal:6354]  Validating the Space required for tablespaces, datafiles
    [Thread-75] [ 2013-08-15 15:36:26.395 CEST ] [DBFreeSpacer$RollbackSegsFreeSpacer.validateSpace:2043]  Should be called only For RollbackSegments.....
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified Z:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified P:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified L:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified J:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified H:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified G:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified F:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified C:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CompManager.updateRequiredSpace:11504]  put in spaceMap, mountPoint:=C:\  currSize:=70 isASM=false
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [RollbackSegment.validate:297]  Validate of Tablespace
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [Tablespace.getValidateMsg:567]  Validate of Tablespace
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CommonAttributes.replaceVariables:1329]  var2 c:\app
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CommonAttributes.replaceVariables:1329]  var2 PRODTEST
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [Tablespace.getValidateMsg:575]  -- SDatafile name from MEP file:=c:\app\oradata\PRODTEST\odma_rbs.dbf
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-75] [ 2013-08-15 15:36:26.520 CEST ] [Tablespace.spaceCheckforTablespace:239]  -- Check for Database is Auto Undo Mgmt mode
    [Thread-75] [ 2013-08-15 15:36:26.536 CEST ] [Tablespace.spaceCheckforTablespace:246]  undo tablespace in database = UNDOTBS1
    [Thread-75] [ 2013-08-15 15:36:26.567 CEST ] [Tablespace.canICreateUserGivenUndoTbs:336]  Block size for the tablespace = 8192
    [Thread-75] [ 2013-08-15 15:36:26.660 CEST ] [Tablespace.canICreateUserGivenUndoTbs:345]  Get all the datafiles from undo tablespace= UNDOTBS1
    [Thread-75] [ 2013-08-15 15:36:26.660 CEST ] [Tablespace.canICreateUserGivenUndoTbs:352]  Datafile in UndoTablespace:= H:\ORADATA\PRODTEST\UNDOTBS01.DBF
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:381]  MAXSIZE of datafile [H:\ORADATA\PRODTEST\UNDOTBS01.DBF] = 4194302
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:418]  total size of undo tablespace [UNDOTBS1] in Mbytes: 32767
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:422]  total size of undo tablespace [UNDOTBS1] in Mbytes: 32767
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:429]  Requred space for tablespaceODMA_RBS = 209715200 KB
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:436]  undo tablespace not created, user has large enough
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validateDiskSpace:11353]  mountPoint from hashMap:=C:\
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validateDiskSpace:11360]  diskSpace Available in MB:= 12277
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validateDiskSpace:11361]  estimatedDatabaseSize in MB:= 70
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.spaceNotAvailableMessage:11209]  The specified mapfile is: c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\SpaceUsage.txt
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.spaceNotAvailableMessage:11273]  Below is the space usage summary:
    Space usage reason: "Log file location"
    Directory: "c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7"
    Required space: 70MB
    Below is the disk space usage summary:
    Mount point: "C:\"
    Required space: 70MB
    Free space: 12277MB
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validateDiskSpace:11414]  BINGO ...you have enough free disk space to continue with upgrade
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validate:6333]  validate - complete returning:true
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [UpgradeOptionsPage.doProcessing:595]  Space check returned true
    [AWT-EventQueue-0] [ 2013-08-15 15:36:29.968 CEST ] [OracleBasePage.onCreatePage:172]  OracleBasePage.onCreatePage () ...
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.046 CEST ] [OracleBasePage.initializePage:543]  OracleBasePage.initializePage () ...
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.046 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: null
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.046 CEST ] [InventoryUtil.getOUIInvSession:347]  setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.046 CEST ] [OracleHome.getVersion:908]  Homeinfo C:\app\product\11.2.0\dbhome_1,1
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleHome.getVersion:936]  OracleHome.server.getVersion Version: 11.2.0.2.0
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleBasePage.initializePage:548]  version >= 11.1.0.6.0true
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.560 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.560 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.560 CEST ] [OracleBasePage.initializePage:686]  Size of recoveryArea in bytes:= 85899345920
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.509 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.509 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.509 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.680 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.680 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.doNext:798]  Validation for ORACLE_BASE and diagnostic_dest...
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [InventoryUtil.getOracleBase:147]  Getting ORACLE_BASE from inventory.
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [InventoryUtil.getOUIInvSession:347]  setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [InventoryUtil.getOracleBase:162]  Inventory Home Size = 2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [InventoryUtil.getOracleBase:187]  ORACLE_BASE returned from inventory:= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.displayOracleBaseWarning:985]  oracleBaseFromEnv null
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.displayOracleBaseWarning:991]  oracle_base from OUI  c:\app oracle_base from envnull
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.doNext:858]  setting diagnostic_dest c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.doNext:859]  OracleBasePage.validate ORACLE_BASE = c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.doNext:860]  OracleBasePage.validate DIAGNOSTIC_DESTINATION = c:\app
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.updateDatabaseParameters:4419]  CompManager.updateDatabaseInformation
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.updateDatabaseParametersImpl:3812]  CompManager.updateDatabaseParametersImpl
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setAuditParameter:10879]  setAuditParameter() old OH value: c:\app\product\11.2.0\dbhome_1\
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setAuditParameter:10892]   retrieving audit param from source db oracle.sysman.assistants.util.attributes.DBParameter@464693f9
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setCDumpParameter:10834]  setCDumpParameter() old OH value: c:\app\product\11.2.0\dbhome_1\
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setCDumpParameter:10837]   retrieving audit param from source db oracle.sysman.assistants.util.attributes.DBParameter@715c2843
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setADRParameters:10986]  In CompManager.setADRParameters ...
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setADRParameters:10990]  m_oracleBase = c:\app
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setADRParameters:10991]  m_diagDest = c:\app
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setADRParameters:11044]  Updating Parameters: m_diagDest = c:\app
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3083]  lsnr LISTENER
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [HAUtils.isCRSInstalled:592]  enter isCRSInstalled() m_ouiLoc C:\Program Files\Oracle\Inventory\ContentsXML
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [InstallGroupImpl.<init>:112]  OUI_LOC_PROPERTY = oracle.installer.oui_loc
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [ClusterwareInfo.isCRSInstalled:427]  PRCI-1123 : CRS home does not exist on the local node
    [Thread-83] [ 2013-08-15 15:36:33.727 CEST ] [HAUtils.getCurrentOracleHome:366]  Oracle home from system property: c:\app\product\11.2.0\dbhome_2
    [Thread-83] [ 2013-08-15 15:36:33.727 CEST ] [GETCRSHOMEUtil.<init>:90]  Toolname: getcrshome.exe   ---    Tool location: c:\app\product\11.2.0\dbhome_2\binTool dependencies: [Ljava.lang.String;@5ff06dc3
    [Thread-85] [ 2013-08-15 15:36:33.727 CEST ] [StreamReader.run:61]  In StreamReader.run
    [Thread-84] [ 2013-08-15 15:36:33.727 CEST ] [StreamReader.run:61]  In StreamReader.run
    [Thread-83] [ 2013-08-15 15:36:33.883 CEST ] [CmdToolUtil.executeLocally:528]  Failed to execute command. Command = [c:\app\product\11.2.0\dbhome_2\bin\getcrshome.exe] env = null error = []
    [Thread-83] [ 2013-08-15 15:36:33.883 CEST ] [HAUtils.getHASHome:938]  Failed to get HAS home.
    PRCT-1011 : Failed to run "getcrshome.exe". Detailed error: []
    [Thread-83] [ 2013-08-15 15:36:33.883 CEST ] [HAUtils.isHASConfigured:532]  HA Home is null
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3250]  host=null hostParam=AT01S001.ccivalve.com
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3316]  returning bestAddrSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3376]  Returning bestSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3376]  Returning bestSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.isDefaultHostName:2765]  lsnrHost: AT01S001.ccivalve.com ==> ip address:169.254.1.183 host: AT01S001 ==> ip address:169.254.1.183
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getLocalListenerAddresses:1308]  listener[0]=LISTENER address=null
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [StepContext.setListenersToUpdate:878]  needLocalListener = false
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3083]  lsnr LISTENER
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [HAUtils.isCRSInstalled:592]  enter isCRSInstalled() m_ouiLoc C:\Program Files\Oracle\Inventory\ContentsXML
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [InstallGroupImpl.<init>:112]  OUI_LOC_PROPERTY = oracle.installer.oui_loc
    [Thread-83] [ 2013-08-15 15:36:33.914 CEST ] [ClusterwareInfo.isCRSInstalled:427]  PRCI-1123 : CRS home does not exist on the local node
    [Thread-83] [ 2013-08-15 15:36:33.914 CEST ] [HAUtils.getCurrentOracleHome:366]  Oracle home from system property: c:\app\product\11.2.0\dbhome_2
    [Thread-83] [ 2013-08-15 15:36:33.914 CEST ] [GETCRSHOMEUtil.<init>:90]  Toolname: getcrshome.exe   ---    Tool location: c:\app\product\11.2.0\dbhome_2\binTool dependencies: [Ljava.lang.String;@5ff06dc3
    [Thread-86] [ 2013-08-15 15:36:33.914 CEST ] [StreamReader.run:61]  In StreamReader.run
    [Thread-87] [ 2013-08-15 15:36:33.914 CEST ] [StreamReader.run:61]  In StreamReader.run
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [CmdToolUtil.executeLocally:528]  Failed to execute command. Command = [c:\app\product\11.2.0\dbhome_2\bin\getcrshome.exe] env = null error = []
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [HAUtils.getHASHome:938]  Failed to get HAS home.
    PRCT-1011 : Failed to run "getcrshome.exe". Detailed error: []
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [HAUtils.isHASConfigured:532]  HA Home is null
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3250]  host=null hostParam=AT01S001.ccivalve.com
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3316]  returning bestAddrSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3376]  Returning bestSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3376]  Returning bestSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.isDefaultHostName:2765]  lsnrHost: AT01S001.ccivalve.com ==> ip address:169.254.1.183 host: AT01S001 ==> ip address:169.254.1.183
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getLocalListenerAddresses:1308]  listener[0]=LISTENER address=null
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [CompManager.updateDatabaseParametersImpl:4018]  OS_AUTHENT_PREFIX does not have ENV_VARIABLES
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [SQLEngine.done:2189]  Done called
    [AWT-EventQueue-0] [ 2013-08-15 15:36:34.102 CEST ] [OracleBasePage.doNext:936]  setting recovery param L:\oraarch\PRODTEST
    [AWT-EventQueue-0] [ 2013-08-15 15:36:34.102 CEST ] [OracleBasePage.onRecoveryAreaChanged:531]  -- Size of recoveryArea in LONG:= 85899345920
    [AWT-EventQueue-0] [

    JamesW wrote:
    That's exactly that. Shutdown the database. make the correction in the PFILE, started the DB using the PFILE and then created a new SPFILE .. Restarted the DB (using the SPFILE), restated the upgraded assist.. its not at 9% and running
    Pesky Oracle Thanks guys for your help
    FWIW, and for your future understanding, you didn't actually have to *start* the database with the pfile in order to create the spfile.
    In this example, I don't even have a database named fubar ...
    oracle:fubar$ pwd
    /u01/app/oracle/product/11.2.0/db_1/dbs
    2013-08-15 10:52:29
    oracle:fubar$ ls -l init*
    -rw-r--r-- 1 oracle oinstall 2851 May 15  2009 init.ora
    -rw-r----- 1 oracle oinstall   35 Jan 31  2013 initorcl.ora
    2013-08-15 10:52:36
    oracle:fubar$ ls -l spfile*
    -rw-r----- 1 oracle asmadmin 2560 Aug 15 10:47 spfilekilroy.ora
    2013-08-15 10:52:39
    oracle:fubar$ export ORACLE_SID=fubar
    2013-08-15 10:52:48
    oracle:fubar$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Aug 15 10:52:53 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> create spfile from pfile='init.ora';
    File created.
    SQL> exit
    Disconnected
    2013-08-15 10:53:05
    oracle:fubar$ ls -l spfile*
    -rw-r----- 1 oracle asmadmin 1536 Aug 15 10:53 spfilefubar.ora
    -rw-r----- 1 oracle asmadmin 2560 Aug 15 10:47 spfilekilroy.ora
    2013-08-15 10:53:07
    oracle:fubar$

  • Upgrading oracle database 9.2.0.5 to 9.2.0.8 for Oracle E-Business suite

    I have applied patch to upgrade Oracle E-business suite(11.5.10) database from 9.2.0.5 to 9.2.0.8. but after applying patch also it showing 9.2.0.5. please help me.

    Thanks Hussain for ur reply
    server OS is windows server 2003 std. i have performed following steps
    1.     First I installed 11.5.10.2 Technology Stack Validation Patch (Revision 1 July, 2005) on both application (D:\Oracle\visappl) and database (D:\oracle\Visdb\9.2.0) home. (p4318672_11i_GENERIC.zip)
    2.     Then I review the html log file generated for both the home. Html file generated for oracle home with ALL PASS status. But html file for DBMS oracle home has return FAIL status. I review the reason in txkVal11510MP_DB.html. it gives me following reason to fail
    “11.5.10.2 requires that your Oracle 9iR2 database version to be 9.2.0.6.0 or higher on Windows platform. Please refer to Oracle MetaLink Note 216550.1 "Oracle Applications Release 11i with Oracle 9i Release 2 (9.2.0)" to upgrade to the latest certified version of Oracle 9iR2. After upgrading to 9.2.0.6, you must apply 9.2.0.6 patch 5 ( 4287598 ) before upgrading to 11.5.10.2. “
    3.     I went through the Metalink Note 216550.1. I refer Section 2 of it. I applied patch 5035661. when I applied this patch , output of this patch mentioned that OUI 2.2 is already installed on both the Home.
    4.     Then I applied 9.2.0.6 patch 5 (4287598). Prior to this I applied patch 2617419 because patch 4287598 require OPatch 1.0.0.0.52.
    5.     I performed patch 4287598 post installation task also. I didn’t apply windows patch 6, because my database was not showing 9.2.0.8 as required by windows patch 6.
    6.     so this is the complete task list I have done to upgrade database from 9.2.0.5 to 9.2.0.8
    output of given query is as below:
    Oracle9i Catalog Views     9.2.0.5.0     VALID
    Oracle9i Packages and Types     9.2.0.5.0     VALID
    Oracle9i Real Application Clusters     9.2.0.5.0     INVALID
    JServer JAVA Virtual Machine     9.2.0.5.0     VALID
    Oracle XDK for Java     9.2.0.7.0     VALID
    Oracle9i Java Packages     9.2.0.5.0     VALID
    Oracle interMedia     9.2.0.1.0     LOADED
    Spatial     9.2.0.5.0     VALID
    Oracle Text     9.2.0.5.0     VALID
    OLAP Analytic Workspace     9.2.0.5.0     LOADED
    Oracle OLAP API     9.2.0.5.0     LOADED
    OLAP Catalog     9.2.0.5.0     VALID

  • Urgent SAP upgrade from 4.0B to 4.7 Oracle 9.2.0.6

    Dear support,
    I have upgraded my oracle database to 8.1.7.4 with 4.0B extended kernel along with upgradation from NT 4.0 to Win 2000 is finished , and we are planning to upgrade SAP to 4.7 version.Please let me know whether i need to upgrade my database to oracle 9.2.0.6 before upgrade prepare phase ,
    If yes then , do 4.0B ext kernel on Win 2000 will support oracle 9.2.0.6
    I am not able to find any info on service.sap.com\PAM , because info about 4.0B
    version not available.
    Best Regards,
    AjitR.

    -> regarding 40B_EXT see sapnote 1.009.695
    -> see sapnote 85.838 (section Operating System: WINDOWS FOR X86):
    <b>SAP KERNEL 4.0B_COM 32-BIT:</b>
    <b>ORACLE 8.1.7      WINDOWS SERVER 2000/IA32 32BIT    4,5
    ORACLE 9.2            WINDOWS SERVER 2000/IA32 32BIT     6,7,8</b>
    ORACLE 9.2            WINDOWS SERVER 2003/IA32 32BIT     9
    SAP KERNEL 4.0B_EXT 32-BIT:
    <b>ORACLE 9.2            WINDOWS SERVER 2000/IA32 32BIT     6,7,8</b>
    ORACLE 9.2            WINDOWS SERVER 2003/IA32 32BIT     9
    GreetZ, AH

  • Oracle Database 11.2 Post-Upgrade error: ORA-01658: unable to create INITIA

    Hi,
    While upgrading of database 11.1.0 to 11.2.0, i am getting the below errors.
    SQL> @$ORACLE_HOME/rdbms/admin/utlu112s.sql
    Oracle Database 11.2 Post-Upgrade Status Tool 12-28-2011 23:26:45
    Component Status Version HH:MM:SS
    Oracle Server
    . VALID 11.2.0.1.0 00:33:27
    JServer JAVA Virtual Machine
    . VALID 11.2.0.1.0 00:14:04
    Oracle Real Application Clusters
    . INVALID 11.2.0.1.0 00:00:01
    OLAP Analytic Workspace
    . VALID 11.2.0.1.0 00:00:40
    OLAP Catalog
    . VALID 11.2.0.1.0 00:02:00
    Oracle OLAP API
    . VALID 11.2.0.1.0 00:00:32
    Oracle Label Security
    . OPTION OFF 10.2.0.3.0 00:00:00
    Oracle Enterprise Manager
    . LOADING 00:00:00
    Oracle XDK
    . VALID 11.2.0.1.0 00:01:10
    Oracle Text
    . VALID 11.2.0.1.0 00:01:52
    Oracle XML Database
    . VALID 11.2.0.1.0 00:04:49
    Oracle Database Java Packages
    . VALID 11.2.0.1.0 00:00:28
    Oracle Multimedia
    . VALID 11.2.0.1.0 00:12:37
    Spatial
    . INVALID 11.2.0.1.0 00:09:51
    Oracle Application Express
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-00942: table or view does not exist
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-00942: table or view does not exist
    . ORA-00942: table or view does not exist
    . ORA-00942: table or view does not exist
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-00942: table or view does not exist
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-00942: table or view does not exist
    . ORA-00942: table or view does not exist
    . ORA-00942: table or view does not exist
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-00942: table or view does not exist
    . ORA-00942: table or view does not exist
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-00942: table or view does not exist
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . ORA-01658: unable to create INITIAL extent for segment in tablespace HTMLDB
    . INVALID 3.2.1.00.10 00:33:43
    Gathering Statistics
    . 00:44:43
    Total Upgrade Time: 02:40:35
    PL/SQL procedure successfully completed.
    Please help me on this.
    Thanks,

    Vinod Ranjan wrote:
    Hi sb92075,
    Thanks for quick update,
    So is this related error is related to HTMLDB tablespace ?yes
    >
    Is this solution will workout?It depends upon actual size of new datafile added.
    So do as directed & report the results.
    What is current size of HTMLDB datafiles?
    >
    + Use ALTER TABLESPACE ADD DATAFILE to add additional space to the+
    + tablespace or retry with a smaller value for INITIAL +
    Thanks,
    Edited by: Vinod Ranjan on 31 Dec, 2011 7:43 AM

  • Not able to view Forms Server version in Help: About Oracle Applications after the forms upgrade 10.1.2.3.0

    Hi all,
    DB:11.2.0.3.0
    EBS:12.1.3
    O/S: Sun Solaris SPARC 64 bits
    I am not able to view Forms Server version in Help: About Oracle Applications after the forms upgrade 10.1.2.3.0 after the forms upgrade 10.1.2.3.0 as per note:Upgrading OracleAS 10g Forms and Reports to 10.1.2.3 (437878.1)
    Java/jre upgraded to 1.7.0.45 and JAR files regenerated(without force option). Able to opne forms without any issues.
    A)
    $ORACLE_HOME/bin/frmcmp help=y
    FRM-91500: Unable to start/complete the build.
    B)
    $ORACLE_HOME/bin/rwrun ?|grep Release
    Report Builder: Release 10.1.2.3.0 - Production on Thu Nov
    28 14:20:45 2013
    Is this an issue? Could anyone please share the fix if faced the similar issue earlier.
    Thank You for your time
    Regards,

    Hi Hussein,
    You mean reboot the solaris server and then start database and applications services. We have two databases running on this solaris server.
    DBWR Trace file shows:
    Read of datafile '+ASMDG002/test1/datafile/system.823.828585081' (fno 1) header failed with ORA-01206
    Rereading datafile 1 header failed with ORA-01206
    V10 STYLE FILE HEADER:
            Compatibility Vsn = 186646528=0xb200000
            Db ID=0=0x0, Db Name='TEST1'
            Activation ID=0=0x0
            Control Seq=31739=0x7bfb, File size=230400=0x38400
            File Number=1, Blksiz=8192, File Type=3 DATA
    Tablespace #0 - SYSTEM  rel_fn:1
    Creation   at   scn: 0x0000.00000004 04/27/2000 23:14:44
    Backup taken at scn: 0x0001.db8e5a1a 04/17/2010 04:16:14 thread:1
    reset logs count:0x316351ab scn: 0x0938.0b32c3b1
    prev reset logs count:0x31279a4c scn: 0x0938.08469022
    recovered at 11/28/2013 19:43:22
    status:0x2004 root dba:0x00c38235 chkpt cnt: 364108 ctl cnt:364107
    begin-hot-backup file size: 230400
    Checkpointed at scn:  0x0938.0cb9fe5a 11/28/2013 15:04:52
    thread:1 rba:(0x132.49a43.10)
    enabled  threads:  01000000 00000000 00000000 00000000 00000000 00000000
    Hot Backup end marker scn: 0x0000.00000000
    aux_file is NOT DEFINED
    Plugged readony: NO
    Plugin scnscn: 0x0000.00000000
    Plugin resetlogs scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Foreign creation scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Foreign checkpoint scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Online move state: 0
    DDE rules only execution for: ORA 1110
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK'
    (SUCCESS, 0 csec) -----
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    ORA-01186: file 1 failed verification tests
    ORA-01122: database file 1 failed verification check
    ORA-01110: data file 1:
    '+ASMDG002/test1/datafile/system.823.828585081'
    ORA-01206: file is not part of this database - wrong
    database id
    Thanks,

  • Calling From Oracle Forms 11g patch set 2(11.1.1.3.0) to  Oracle Reports 1

    Hi
    While calling From Oracle Forms 11g patch set 2(11.1.1.3.0) to Oracle Reports 11g patch set 2(11.1.1.3.0) I found unable to run report error
    But its finely working in 10g. The Place of error is in find_report_object
    Is any solution to resolve this problem like any registry setting or patches to solve this problem
    Please guide me
    Regards
    Murali N S

    I was able to download it from this link:
    [http://download-llnw.oracle.com/otn/java/jdeveloper/11.1.1.3.0/jdevstudio11113install.exe]
    on the general 11g Fusion download page at:
    [http://www.oracle.com/technology/software/products/middleware/index.html]
    Although the site does appear to be having problems. I got intermittent errors of the page/server not being available.

  • ORACLE NOT COMING UP AFTER UPGRADE to  10.0.2.0.4

    Hi
    In an Oracle upgraded system from 10.0.2.0.2  to 10.0.2.0.4  , ORACLE is not coming up
    with following messages
    when i type SQL> startup force
    ORA-01092: ORACLE instance terminated. Disconnection forced
    also
    When i type
    hostname> ./dbua
    am getting
    JVMXM008: Error occured while initialising System ClassException in thread "main" Could not create the Java virtual machine.
    Regards

    Also find the last 100 lines  from alert SID.log**************************
    Specified value of sga_max_size is too small, bumping to 616562688
    sskgpgetexecname failed to get name
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 400
      sessions                 = 800
      event                    = 10028 trace name context forever, level 1, 10027 trace name context forever, level 1, 10162 trace name context forever, level 1, 38068 trace name context forever, level 100, 10629 trace name context forever, level 1, 38087 trace name context forever, level 1
      sga_max_size             = 616562688
      shared_pool_size         = 293601280
      filesystemio_options     = setall
      control_files            = /oracle/DBB/origlogA/cntrl/cntlrDBB.dbf, /oracle/DBB/origlogB/cntrl/cntrlDBB.dbf, /oracle/DBB/sapdata1/cntrl/cntrlDBB.dbf
      control_file_record_keep_time= 30
      db_block_size            = 8192
      db_cache_size            = 293601280
      compatible               = 10.2.0
      log_archive_dest         = /oracle/DBB/oraarch/DBBarch
      log_buffer               = 2040832
      log_checkpoint_interval  = 0
      db_files                 = 254
      log_checkpoints_to_alert = TRUE
      dml_locks                = 4000
      replication_dependency_tracking= FALSE
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      inmemory_undo          = FALSE
      undo_retention           = 43200
      recyclebin               = off
      remote_os_authent        = TRUE
      remote_login_passwordfile= EXCLUSIVE
      job_queue_processes      = 1
      parallel_max_servers     = 20
      parallel_execution_message_size= 16384
      background_dump_dest     = /oracle/DBB/saptrace/background
      user_dump_dest           = /oracle/DBB/saptrace/usertrace
      max_dump_file_size       = 20000
      core_dump_dest           = /oracle/DBB/saptrace/background
      optimizer_features_enable= 10.2.0.1
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = DBB
      open_cursors             = 800
      sortelimination_cost_ratio= 10
      btree_bitmap_plans     = FALSE
      star_transformation_enabled= TRUE
      parallel_threads_per_cpu = 1
      query_rewrite_enabled    = FALSE
      indexjoin_enabled      = FALSE
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 386547056
      workarea_size_policy     = AUTO
      statistics_level         = typical
      optimizermjc_enabled   = FALSE
    PMON started with pid=2, OS id=1388620
    PSP0 started with pid=3, OS id=1282090
    MMAN started with pid=4, OS id=1110138
    DBW0 started with pid=5, OS id=864434
    LGWR started with pid=6, OS id=848030
    CKPT started with pid=7, OS id=716928
    SMON started with pid=8, OS id=1441840
    RECO started with pid=9, OS id=1364174
    CJQ0 started with pid=10, OS id=1355930
    MMON started with pid=11, OS id=1351838
    MMNL started with pid=12, OS id=1413306
    Tue Oct 27 13:01:46 2009
    ALTER DATABASE   MOUNT
    Tue Oct 27 13:01:50 2009
    Setting recovery target incarnation to 1
    Tue Oct 27 13:01:50 2009
    Successful mount of redo thread 1, with mount id 1022367290
    Tue Oct 27 13:01:50 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Tue Oct 27 13:01:50 2009
    ALTER DATABASE OPEN
    Tue Oct 27 13:01:50 2009
    Thread 1 opened at log sequence 4620
      Current log# 4 seq# 4620 mem# 0: /oracle/DBB/origlogB/log_g14m1.dbf
      Current log# 4 seq# 4620 mem# 1: /oracle/DBB/mirrlogB/log_g14m2.dbf
    Successful open of redo thread 1
    Tue Oct 27 13:01:50 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Tue Oct 27 13:01:50 2009
    SMON: enabling cache recovery
    Tue Oct 27 13:01:50 2009
    Errors in file /oracle/DBB/saptrace/usertrace/dbb_ora_1491064.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Tue Oct 27 13:01:50 2009
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Instance terminated by USER, pid = 1491064
    ORA-1092 signalled during: ALTER DATABASE OPEN...

  • How to install oracle multiple homes in the same path

    Hi,
    In my environment i have multiple oracle home.
    for ex:
    /u01/oracle/product/10.2.0.3/
    /u01/oracle/product/10.2.0.4/
    /u01/oracle/product/11.2.0.1/
    The above are the oracle default home paths
    now i want to install 11.2.0.2 in the same path with different folder under the same name version
    may i know what are the pre-request parameter that i need to check in solaris 64 bit
    And i want to install oracle software alone
    while installing oracle software alone how about the file /var/opt/oracle/oratab and oracle oraInventory files
    whether it replace the old version oracle file. Please clarify
    Thanks in advance.

    Hello,
    By default, the Oracle Inventory directory is not installed under the Oracle Base directory.
    This is because all Oracle software installations share a common Oracle Inventory,
    ...The Oracle Inventory should be shared by all Oracle installations on the Server. So its location is unique.
    However, you may have several Oracle Base directories.
    Oracle Base is the root directory of the Oracle installation and may change from one major release to another one. However, the same Oracle Base may be used for several installations:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17163/glossary.htm#g998168
    Also, by default OUI suggest you the Oracle Base directory. In general you have something like "/u01/app/oracle". But you are free to set the Oracle Base directory you prefer.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Upgrading from solaris 9 to 10, with oracle installed

    Hi
    Friends i have salaries 9 on the my machine with oracle and web server configured,
    Now i want to upgrade to solaris 10, any effect to oracle,
    Cheer's
    Rajendra Prasad

    It should work. You can use live upgrade method but needed some space. If upgrade fails ( should not be ) you can always revert back to original setup.
    But be ready for installation of same version of Oracle , if needed. No need to say backup is must for OS and Oracle.
    You should well aware SMF before upgrdation.
    Mahendra Rajgude

  • Portal upgrade path for 10.1.2 to 10.1.4 for OracleAS Standard Edition One?

    Is there a portal upgrade path for 10.1.2 to 10.1.4 for OracleAS Standard Edition One? If so, could someone please point me to the document/download?

    Hope this helps,
    http://www.oracle.com/technology/products/ias/portal/html/upg_1014_1012_intro.html
    :Krishna

  • Now Live - "Oracle Certification Database 11g OCM (Upgrade)" Exam

    The "Oracle Certification Database 11g OCM (Upgrade)" Exam is now LIVE! http://bit.ly/961oTi

    mediaguy wrote:
    The "Oracle Certification Database 11g OCM (Upgrade)" Exam is now LIVE! http://bit.ly/961oTi
    Good news.

Maybe you are looking for

  • How do I take away a unit/number that I have linked to my Apple ID?

    I have let my brother link his mobile number to my Apple ID, however, now all of his text messages that are sent and received as iMessage get on my phone as well. So I want to take away his device/number that is linked to my Apple ID and have him cre

  • How to setup a wireless printer

    I was wandering if anyone out there knows how to setup a wireless printer without spending a lot of money. I have a dell photo 962 printer and a wrt54g router. I have tried to setup the printer on my laptop but it will not let me do so unless I conne

  • ERROR IN Material Master Generation (AII 4.0)

    Hi all, We're working with Auto ID 4.0.. When we try to create products from R3 ECC 5.0 we find errors, the message is well sent from R3 to XI and then to AII but when the proxy is executed is thrown an ABAP exception. These are our errors: Data cann

  • Release Date and Price

    Hello I came to know that in UK the BB Q10 price is almost equal to BB Z10. If it is the case then which one we should buy?? Pre-Booking is started in UK. May I know when is going to start in India and What will be the Price?? Will it be equal to Z10

  • Can we mirror an iPad 2 to a iPhone 4s

    Was wondering if we can mirror an iPad 2 to a iPhone 4s?