Media failure of oracle 8i database

Good Evening Gurus,
I know this question has been answered a number of times but this has happened first time with me and I am really scared to do htis with my level of experience.We have got hard disk failure and we currently were able to copy all the datafiles from the drive.We have windows with oracle 8i db.It is one of the legacy systems database which was ignored before this happened.I tried to search and came to know we can recover the database.Can you GURUS please help.
Regards,

Hello,
The password of Oracle Users are stored inside the data dictionary so, if you could succesfully open
the database, all the Oracle Users / Schema have their password.
You may check it by executing the following query:
select username, password from dba_users;How do you connect to the database ?
Do you use some application ?
If yes, may be your application stores the user/password into some external files that you have to
restore too.
Best regards,
Jean-Valentin

Similar Messages

  • How the media files are stored in Oracle 10g database

    I guess they have introduced new datatypes to handle multimedia objects( audio file, video file, images, etc etc). Can anyone tell which is the data type which is used to handle the media files in Oracle 10g database.
    thanks,
    shekar.

    Check this out.
    http://download-west.oracle.com/docs/cd/B14117_01/appdev.101/b10840/mm_uses.htm#sthref433

  • ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode

    Hi All,
    Need help from the gurus.
    Currently we are in state unable to do anything.
    Was using a database and all of a sudden it crashed. Tried to mount the database, open it, it failed. Also tried the recover and alter database open, even that failed. Errors are as follows.
    Errors in file e:\oracle\product\10.2.0 \admin\devrevdb\bdump\devrevdb_p000_2620.trc:
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-00449: background process 'DBW0' unexpectedly terminated with error 1242
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    In my spfile, the administrator has set only two control files and there is no mirroring and hence do not have another control file that will help me boot the db.
    Please let me know how I should go about it. I am only a timebeing person trying to carryout a db activity. Any help would be of great help.

    Hemant,
    thanks for the reply.
    I tried the way you suggested and it threw an error.
    ORA-01145: offline immediate disallowed unless media recovery enabled
    I searched and found that an additional tag of drop needs to be added to the command which you suggested.
    ALTER DATABASE DATAFILE '<filename>' OFFLINE DROP.
    i don't know what will the drop command have an effect ?
    i have copied the data file to another location. Since i don't know much, i just want to be sure of what im doing.
    if the above command is successfull, will it drop the datafile or the tablespace and i can no more use it. How can i use the copied datafile.
    Thanks,
    Sachin
    I

  • Oracle 9i database download failure

    I am not able to download the oracle 9i database disk 1 file i.e. 92010NT_Disk1.zip (612802971 bytes). Plz help me out.

    Hi
    de symcjic.dll generates problems in server with PENTIUM IV procceses.
    Please, check into Metalink the Technical Note 1507946.1, maybe it´d can help yuo
    good luck

  • Restore Oracle XE database to another machine

    I have an oracle XE database on a Windows XP machine, and I want to copy it to a Windows 7 machine.
    On the XP, I performed a backup through the "Backup Database" from the GUI (BACKUP.BAT). The Oracle backup created 3 new folders underneath C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\
    ARCHIVELOG
    AUTOBACKUP
    BACKUPSET
    I installed XE on the Windows 7 machine and it seems to work well.
    Then I coped the 3 backup folders onto a jump drive and put them in the corresponding folder structure on the new Windows 7 machine. I ran the Restore from the GUI as an administrator (RESTORE.BAT). The restore failed, and I can't seem to figure out why. I'm not sure what the Sequence Numbers are all about.
    Now I can't get into Apex or Apex_Admin
    Thanks for taking a look at this.
    The contents of the OXE_RESTORE file are as follows:
    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:33:11 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Windows NT Version V6.1
    CPU : 8 - type 586, 4 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:6031M/8183M, Ph+PgF:13737M/16364M, VA:1973M/2047M
    Starting with debugging turned off
    connected to target database: xe (not mounted)
    RMAN> set echo on;
    2> restore (spfile from autobackup db_recovery_file_dest='C:\oraclexe\app\oracle\flash_recovery_area\');
    3> startup nomount force;
    4> restore (controlfile from autobackup);
    5> alter database mount;
    6> configure controlfile autobackup off;
    7> restore database;
    8>
    echo set on
    Starting restore at 08-JAN-11
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=37 devtype=DISK
    recovery area destination: C:\oraclexe\app\oracle\flash_recovery_area\
    database name (or database unique name) used for search: XE
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_.BKP
    channel ORA_DISK_1: SPFILE restore from autobackup complete
    Finished restore at 08-JAN-11
    Oracle instance started
    Total System Global Area 805306368 bytes
    Fixed Size 1289996 bytes
    Variable Size 239075572 bytes
    Database Buffers 562036736 bytes
    Redo Buffers 2904064 bytes
    Starting restore at 08-JAN-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=36 devtype=DISK
    recovery area destination: C:\oraclexe\app\oracle\flash_recovery_area
    database name (or database unique name) used for search: XE
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_.BKP
    channel ORA_DISK_1: control file restore from autobackup complete
    output filename=C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    Finished restore at 08-JAN-11
    database mounted
    released channel: ORA_DISK_1
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    new RMAN configuration parameters are successfully stored
    Starting restore at 08-JAN-11
    Starting implicit crosscheck backup at 08-JAN-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=35 devtype=DISK
    Crosschecked 1 objects
    Finished implicit crosscheck backup at 08-JAN-11
    Starting implicit crosscheck copy at 08-JAN-11
    using channel ORA_DISK_1
    Finished implicit crosscheck copy at 08-JAN-11
    searching for all files in the recovery area
    cataloging files...
    cataloging done
    List of Cataloged Files
    =======================
    File Name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_.ARC
    File Name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_.ARC
    File Name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_.BKP
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF
    restoring datafile 00002 to C:\ORACLEXE\ORADATA\XE\UNDO.DBF
    restoring datafile 00003 to C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF
    restoring datafile 00004 to C:\ORACLEXE\ORADATA\XE\USERS.DBF
    restoring datafile 00005 to C:\ORACLEXE\ORADATA\XE\APEX_1244616068553754.DBF
    channel ORA_DISK_1: reading from backup piece C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_.BKP
    channel ORA_DISK_1: restored backup piece 1
    piece handle=C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_.BKP tag=TAG20110107T194642
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:56
    Finished restore at 08-JAN-11
    Recovery Manager complete.
    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:34:37 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Windows NT Version V6.1
    CPU : 8 - type 586, 4 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:6021M/8183M, Ph+PgF:13238M/16364M, VA:1973M/2047M
    Starting with debugging turned off
    connected to target database: XE (DBID=2604800077, not open)
    RMAN> set echo on;
    2> recover database;
    3> alter database open resetlogs;
    4>
    echo set on
    Starting recover at 08-JAN-11
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=38 devtype=DISK
    starting media recovery
    archive log thread 1 sequence 375 is already on disk as file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_.ARC
    archive log thread 1 sequence 376 is already on disk as file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_.ARC
    archive log filename=C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_.ARC thread=1 sequence=375
    archive log filename=C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_.ARC thread=1 sequence=376
    unable to find archive log
    archive log thread=1 sequence=377
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 01/08/2011 18:34:47
    RMAN-20000: abnormal termination of job step
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 377 lowscn 11715842
    Recovery Manager complete.

    After playing around a little bit I fixed the problem.
    There are a total of four folders in \FLASH_RECOVERY_AREA\XE\ I had only copied three of the four.
    ARCHIVELOG
    AUTOBACKUP
    BACKUPSET
    The Windows services keep the files in ONLINELOG open, so I had to shut down the services and then work with the folder. Therefore four folders have to be transported and copied onto the new machine:
    ARCHIVELOG
    AUTOBACKUP
    BACKUPSET
    ONLINELOG
    If you run as an administrator "Backup" from the GUI, it executes BACKUP.BAT, a batch file which calls RMAN. Once that's done, copy the four folders to the same location on the target machine and then run as an administrator "Restore" (RESTORE.BAT).
    In another forum someone said to be sure that the "Archive Logs" are copied. It should be interpreted to mean not just the "ARCHIVELOG" folder, but all four folders.
    Edited by: PhilMan2 on Jan 11, 2011 11:28 AM

  • Media failure in Noarchivelog mode

    Dear all,
    I am running Oracle database 10g in noarchivelog mode.
    It has a media failure, a datafile has corrupted. How can i recovery it suppose i dont have the latest backup?
    Thanks and regards,
    Steve

    Hi,
    since you don't have a backup, and you have a media failure, you cannot recover.
    You can set the tablespace/datafile in question offline, and work with whatever is left in the remaining datafiles. (i.e. export/import elsewhere)
    if the file is just corrupted, and not lost,
    you may be able to get some of the data back using oracles data unloader, but that is going to be expensive (i.e. you would need to engage oracle consulting to do it for you)
    i strongly recommend you get familiar with the rman tool next time around, this is quite capable of performing backup and recovery.
    Karsten

  • Oracle 8i database data recover problem

    Hi hi,
    I've recently encountered a problem on how to restoring data from old oracle folders to a new oracle 8i database.
    Originally, my oracle 8i was installed in windows 2000 server on a harddisk (J:\oracle old) separated from that the OS (windows 2000 server) resided. Recently, the harddisk with the OS has been permanantly demaged and I've installed windows 2000 server on a new harddisk (C:\winnt), reinstalled the oracle database (J:\oracle).
    However, is there any way to recover the data from an instance of the original database to the newly created database.
    I will be grateful for any suggestion? Thanks a lot.

    CREATE CONTROLFILE
    Caution:
    Oracle recommends that you perform a full backup of all files in the database before using this statement. For more information, see Oracle9i User-Managed Backup and Recovery Guide.
    Purpose
    Use the CREATE CONTROLFILE statement to re-create a control file in one of the following cases:
    All copies of your existing control files have been lost through media failure.
    You want to change the name of the database.
    You want to change the maximum number of redo log file groups, redo log file members, archived redo log files, datafiles, or instances that can concurrently have the database mounted and open.
    Note:
    If it is necessary to use the CREATE CONTROLFILE statement, do not include in the DATAFILE clause any datafiles in temporary or read-only tablespaces. You can add these types of files to the database later.
    An alternative to the CREATE CONTROLFILE statement is ALTER DATABASE BACKUP CONTROLFILE TO TRACE, which generates a SQL script in the trace file to re-create the controlfile. If your database contains any read-only or temporary tablespaces, that SQL script will also contain all the necessary SQL statements to add those files back into the database.
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_54a.htm#SQLRF01203
    Joel P�rez

  • ORA-01242: data file suffered media failure - ORA-01208: data file is an

    Hi,
    I am running Oracle 9.2.0.5 and if fails almost on a daily basis.
    I get the following errors:
    *** 2008-04-09 09:31:46.334
    *** SESSION ID:(4.1) 2008-04-09 09:31:46.318
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01122: database file 11 failed verification check
    ORA-01110: data file 11: 'E:\ORACLE\ORADATA\MYDB\MYDB.ORA'
    ORA-01208: data file is an old version - not accessing current version
    error 1242 detected in background process
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01122: database file 11 failed verification check
    ORA-01110: data file 11: 'E:\ORACLE\ORADATA\MYDB\MYDB.ORA'
    ORA-01208: data file is an old version - not accessing current version
    I run the following SQL and DB is recovered but I can't keep doing this everytime it crashes:
    sqlplus>startup nomount;
    sqlplus>alter database mount;
    sqlplus>alter database recover;
    sqlplus> alter database open;
    Any ideas how can I resolve this problem.
    Regards
    Spiros

    Refer to this metalink note:
    ORA-1242, ORA-1122, ORA-1110 & ORA-1208 Errors Occurring Intermittently
    Doc ID: Note:471280.1
    Werner

  • ORA-01242: data file suffered media failure

    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01110: data file 17: 'H:\DATABASE\BMFDATA.DBF'
    ORA-01115: IO error reading block from file 17 (block # 1)
    ORA-27072: File I/O error
    OSD-04006: ReadFile() 失败, 无法读取文件
    O/S-Error: (OS 33) 另一个程序已锁定文件的一部分,进程无法访问。
    error 1242 detected in background process
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01110: data file 17: 'H:\DATABASE\BMFDATA.DBF'
    ORA-01115: IO error reading block from file 17 (block # 1)
    ORA-27072: File I/O error
    OSD-04006: ReadFile() 失败, 无法读取文件
    O/S-Error: (OS 33) 另一个程序已锁定文件的一部分,进程无法访问。

    my database well be auto shutdown at 12:02 veryday .but i donot kown why!
    the follow is the whole error message:
    Dump file d:\oracle\product\10.2.0\admin\hbhis\bdump\hbhis_ckpt_2872.trc
    Sat Mar 26 00:02:56 2011
    ORACLE V10.2.0.4.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU : 32 - type 586, 8 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:31264M/32763M, Ph+PgF:33119M/34449M, VA:1253M/2047M
    Instance name: hbhis
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Windows thread id: 2872, image: ORACLE.EXE (CKPT)
    *** 2011-03-26 00:02:56.031
    *** SERVICE NAME:(SYS$BACKGROUND) 2011-03-26 00:02:56.031
    *** SESSION ID:(162.1) 2011-03-26 00:02:56.031
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01110: data file 17: 'H:\DATABASE\BMFDATA.DBF'
    ORA-01115: IO error reading block from file 17 (block # 1)
    ORA-27072: File I/O error
    OSD-04006: ReadFile() 失败, 无法读取文件
    O/S-Error: (OS 33) 另一个程序已锁定文件的一部分,进程无法访问。
    error 1242 detected in background process
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01110: data file 17: 'H:\DATABASE\BMFDATA.DBF'
    ORA-01115: IO error reading block from file 17 (block # 1)
    ORA-27072: File I/O error
    OSD-04006: ReadFile() 失败, 无法读取文件
    O/S-Error: (OS 33) 另一个程序已锁定文件的一部分,进程无法访问。

  • Lost .ARC and media failure on UNDOTBS01 and datafile

    Hi,
    I have media failure in UNDOTBS01.DBF and .dbf datafile.
    Database is 9.2 on windows 2003 server in archiving mode but have lost some .ARC file too.
    I have a export of schema EXPLZHPRDBF in good state.
    I think to drop user EXPLZHPRDBF , re-create schema and impot from .dmp file but when
    go to drop user have some error. I have re-create new UNDOTBS02 undo tablespace, and
    ALTER SYSTEM SET undo_tablespace='UNDOTBS2' scope=BOTH;
    then startup database but have this problem.
    drop USER EXPLZHPRDBF cascade
    Error starting at line 1 in command:
    drop USER EXPLZHPRDBF cascade
    Error report:
    SQL Error: ORA-00604: error occurred at recursive SQL level 2
    ORA-00376: file 2 cannot be read at this time
    ORA-01110: data file 2: 'D:\ORACLE\ORA92\ZHORA01\UNDOTBS01.DBF'
    00604. 00000 - "error occurred at recursive SQL level %s"
    *Cause:    An error occurred while processing a recursive SQL statement
    (a statement applying to internal dictionary tables).
    *Action:   If the situation described in the next error on the stack
    can be corrected, do so; otherwise contact Oracle Support.
    what can I do ? have to create a new instance for import good .dmp file or can be other solution ?
    Edited by: mauro brn on Oct 7, 2009 3:15 PM
    Edited by: mauro brn on Oct 7, 2009 3:16 PM

    In case of missing archived files you can not recover your undo tablespace. It's always a good practice to define more than one destination for your archived log files so in case you lose a file at one destination it could be recoverd from another arc destination. There might be some uncommited information present on your lost undo file that required to be rolled back.
    If you have an export file available then it's better you create a new database and import your data in the new database. In case of doing import, you are going to lose data that was inserted/updated or deleted after you took the export dump.
    http://waqas-dba.blogspot.com

  • Media failure was detected at time/line number

    Version: Oracle 10g
    Recently, this error kept popping up on my EM Alert - "Media failure was detected at time/line number". In the EM, it says Critical.
    I looked at http://download.oracle.com/docs/cd/B16240_01/doc/doc.102/e16282/oracle_database_help/oracle_database_alertlogstatus_mediafailureerrors.html and it says no user action required.
    Anyone guidance on what should I check or if I should be doing anything?
    thks.

    Definitely investigate further. I checked the link you posted and indeed I had to read it about 3 times before I understood what it was saying.
    Get onto the database server and search your alert log (bdump directory) if none 11g for media errors and then determine what needs to be done. Hard to say more until you know what the problem is.
    If you needed to test the datafiles then run dbverify (dbv) or my preferred option which ius to export the full database to a file which causes every block to be read or if you do not have a lot of space just pipe it out to /dev/null but ensure you create a logfile.
    John
    www.jhdba.wordpress.com

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

  • How to capture the exact SQL exception for failure to connect to database

    Hi, i would like to capture the exact exception for failure to connect to a Oracle 9i database (via JDBC). I learnt that there is specific code or exception that can be captured, so that a more proper error message can be thrown out like "Failure to connect to database" can be displayed. Anyone know how to go about doing it? thanks

    That depends on your database vendor, I believe. (Unless there's a SQL standard for states and codes that I'm unaware of.)
    Personally, I wouldn't worry about "catching" a particular code. (You've already caught the exception - that's the best you can do.) I'd report the error code and state and just look up what it means when I got one.
    Hopefully you won't be catching exceptions. They're supposed to be rare. - MOD

  • Oracle 10g database installation in red hat 5

    what are the packages needed for oracle 10g database installation in red hat 5?
    what do you mean by yum way of installation?

    Check on the release notes for your platform
    This is for x86-64 Linux.. read it all, then you'll find the "6 Documentation Corrections and Additions" section you'll find the RPMs that you need
    http://download.oracle.com/docs/cd/B19306_01/relnotes.102/b15666/toc.htm
    then go to the official doc installation of 10gR2 on x86-64 Linux
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15667/toc.htm
    Yum is a package management tool. This is what you'll be using to install the RPMs. But first you'll have to setup the Yum repository, usually what I do is stage the DVD media on the server then make it as a repository. If ever there's a specific (higher) version that I need then I just pull it on the RedHat Network.
    There are a lot of HOWTOs about Yum. You may read on this link http://docs.fedoraproject.org/yum/en/
    - Karl Arao
    http://karlarao.wordpress.com/

  • Oracle 10g database as Resource manager and heuristic transaction decision

    Hi,
    I have read in documents about distributed tarnsaction that resource manager like oracle databasecthat are involved in distributed transaction can take heuristic decision(unilateral decision) and can either rollback or commit the transaction associated with itself without having confirmation from the transaction manager.
    I want to know how a resource manager take this unilateral decision and can we set this as parameter either in resource manager or in application server.
    Thanks in advance

    Hi,
    Following are some links to documents.
    Handling Heuristic Completions
    http://edocs.bea.com/wls/docs81/ConsoleHelp/jta.html
    A heuristic completion (or heuristic decision) occurs when a resource makes a unilateral decision during the completion stage of a distributed transaction to commit or rollback updates. This can leave distributed data in an indeterminate state. Network failures or resource timeouts are possible causes for heuristic completion. In the event of an heuristic completion, one of the following heuristic outcome exceptions may be thrown:
    HeuristicRollback—one resource participating in a transaction decided to autonomously rollback its work, even though it agreed to prepare itself and wait for a commit decision. If the Transaction Manager decided to commit the transaction, the resource's heuristic rollback decision was incorrect, and might lead to an inconsistent outcome since other branches of the transaction were committed.
    HeuristicCommit—one resource participating in a transaction decided to autonomously commit its work, even though it agreed to prepare itself and wait for a commit decision. If the Transaction Manager decided to rollback the transaction, the resource's heuristic commit decision was incorrect, and might lead to an inconsistent outcome since other branches of the transaction were rolled back.
    HeuristicMixed—the Transaction Manager is aware that a transaction resulted in a mixed outcome, where some participating resources committed and some rolled back. The underlying cause was most likely heuristic rollback or heuristic commit decisions made by one or more of the participating resources.
    2. Understanding EJB Transaction
    http://www2.sys-con.com/itsg/virtualcd/Java/archives/0504/tyagi/index.html
    Unilateral Decisions
    The transaction manager allows certain heuristic or speculative decisions to be made based on the state of all participating resources in a transaction and the underlying two-phase commit protocol. A heuristic decision occurs when one of the resources in the transaction unilaterally decides to commit or roll back the transaction without permission from the transaction manager
    3. Oracle® Containers for J2EE
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28958.pdf
    Heuristics
    To achieve consensus, two-phase commit is a blocking protocol. This means that, if a coordinator fails before delivering the final phase messages, the participants must remain blocked, holding onto resources. Modern transaction systems add heuristics to two-phase commit, which allows such participants to make unilateral decisions about whether they will commit or rollback. If a participant makes a choice that turns out to be different from the one taken by other participants, then non-atomic behavior occurs.
    I got this problem while trying to do a distributed J2EE tarnsaction with two XA (one MQ and other Oracle 10g database XA) and one non-xa (oracle 10g database). According to above docs a resource manager can decide tarnsaction final state unilaterally and that can result in unatomic transaction.
    Do oracle also make such decision and if yes then on what ground it takes decision? Can we change this according to our requirement either always rollback/commit anywhere as parameter setting?
    Thanks

Maybe you are looking for

  • Numbers '09 stalls, slows down, shows incorrect formulas in Formula List

    I developed a relatively simple spreadsheet for help in calculating federal and state estimated income payments and the totals that will be due for the year. I enter data thru the year as it becomes known. It has a main table that shows information t

  • IPhone 6 contacts & iCloud sync = not so much

    When I add/change a contact on the iPhone (6), it doesn't always sync with iCloud (and therefore with my other devices). When I do it the other way around (add contact on MacBook or iMac), it appears on the phone immediately. I searched the database

  • Does this applet work on your system.

    After talking to other people, it seems to me that it doesn't work on XP for some reason. Please go here: http://pigseye.kennesaw.edu/~prosconi/Shooter/index.html and tell me if it works on your system. JDK 1.4.2 Windows 2000 MSIE 6.0

  • Payment of iTunes

    how I can remove my payment of iTunes?

  • How to use Power BI designer preview to access a postgresql database

    We have a postgresql 9.1 database which we want to connect to Power BI Designer Preview. I've setup the machine according to the instructions given in support.office.com I am getting a error displaying: DataSource.Error: PostgreSQL: Failed to establi