Oracle workspace

hi,
you think that i have a one textbox and one button on my webpage, and i want to write ORacle code in textbox something like that
begin
dbms_output.put_line ('hello!');
end;
after that when i click on the button , i want to display result below.otherwise i am using oracle 10g express edition,i searched on the net ,and i find a website that exactly what i want to do. this website URL : http://193.140.164.123:5561/isqlplus/login.uix you can enter 'hr' for both username and password. there you can see Workspace.
pls.if u know about this topic write here. thx.

PHP.

Similar Messages

  • Width of Report view changes in Oracle Workspace

    Hi,
    I'm having a problem with BI publisher. With some reports for example the Inventory Adjustment standard report supplied with Oracle retail and BI publisher when selecting values of parameters in the dropboxes and fields the paramter fields width changes and you have to side scroll to reach the end of the report.
    This problem is in Oracle workspace when opening BI publisher reports. It only seems to affect certain reports.
    So when selecting the first paramter and generating a report the width of the report and paramter field above is as wide as the screen resolution.
    But when selecting a secondary paramter for example to get a more fine grained view of the report the entire report field including the paramter field doubles in size and you have to scroll far sideways to see the right side of the workspace and the report field.
    Has anyone else encountered this issue and are there any suggestion on how to solve this?
    Best regards,
    Gustav

    Bump.

  • Upgrading from 9.0.1.3 to 11.2.0.4 with Oracle Workspace Manager

    Our client has a (very old) 9.0.1.3 database on Windows 2000
    This database (and other products – but that’s not the main concern right now) needs to be upgraded to 11.2.0.4 in Windows2008R2 (64 bit).
    A complicating factor might be the use of Oracle Workspace Manager – a lot of tables are Workspace Managed.
    We can do it the long way, by upgrading it via 9.1.0.4, 10.2.0.1, 10.2.0.4 -> Export and then, on the new environment, import on 10.2.0.4 en subsequently upgrade it to 10.2.0.5 and then 11.2 (and maybe some more patching afterwards).
    But that takes way too long (downtime).
    So would it be possible to do it the “easy way”:
    Full Database Export of 9.0.1.3, import it into a brand new empty 11.2.0.4 and then upgrade Workspace Manager to 11.2 as well?
    Or should we upgrade OWM to 11.2 in the old environment - and is that possible at all?
    (FYI: Snippet from the OWM manuals : Workspace Manager supports the import and export of version-enabled tables in one of the following two ways: a full database import and export, and a workspace-level import and export through Workspace Manager procedures. No other export modes, such as schema, table, or partition level, are currently supported).
    (On purpose cross-posted in the "Workspace Manager" Forum : Upgrading from 9.0.1.3 to 11.2.0.4 with Oracle Workspace Manager

    The database is not that big (in fact there are two, both around 130Gb).
    Affordable downtime is one weekend. The long way (with all patching and upgrading) takes around 100 hours...
    We did raise an SR, but the answer was ... take the long way home ;-)
    (But, FYI, I didn't raise the SR, so I don't know what question has been asked... If the original question was "how to upgrade", you get the official statement. If you don't ask for other options, you don't get them - so I ask it here...)
    And I've seen that presentation... Thanks anyway.

  • Application in apex.oracle workspace

    hi,
    I got workspace on apex.oracle for making demo application.
    having
    Workspace :SANJAY_WS
    User ID :[email protected]
    Password :huveku
    Application -Id id 20376
    I made an application (id 20376) and exported it then translated it to italian.
    It is being uploaded now when i am trying to do
    "APPLY XLIFF TRANSLATION" it is giving following error.
    ORA-04063: package body "XDB.DBMS_XMLPARSER" has errors ORA-06508: PL/SQL: could not find program unit being called.
    Error updating translatable text using XLIFF file.
    Please look at it in the apex.oracle workspace.
    Please kindly help me in this.
    thanks
    sanjay.

    Hi,
    Try same username and passwd that you use when login to apex.oracle.com workspace
    Br,Jari

  • Upgrading oracle workspace manager

    hi,
    I have upgraded recently 9.2.0.1 database to 9.2.0.6 db by applying patchset.
    all the components have been brought up to 9.2.0.6 except
    Oracle Workspace Manager
    9.2.0.1.0
    (select comp_name,version from dba_registry) this query returns all the components status valid with 9.2.0.6.0 version).
    can Anyone tell me what I have to do to bring up oracle workspace manager to 9.2.0.6.0

    Hi,
    A full database import/export containing Workspace Manager version enabled tables and/or workspaces is only supported when both the source and target are the same version. So, obviously, you would not be able to export from 9.0.1.3 and import directly into a later version. Typically, this could only be accomplished via upgrade without using import/export as you described.
    However, you should be able to install the 9.0.1.3 Workspace manager code on the target database, do the import, and then after that completes to upgrade Workspace Manager to the original version.
    Regards,
    Ben

  • Oracle Workspace Manager

    Can you configure WebLogic connection pools to work with Oracle Workspace Manager?

    Randall wrote:
    Can you configure WebLogic connection pools to work with Oracle Workspace Manager?We support all standard J2EE APIs, but OWM isn't a standard. How does it relate to JDBC
    connections?
    Joe

  • Error in uploading file on Apex.oracle workspace

    hi,
    I got workspace on apex.oracle for making demo application.
    i have made an application and exported it then translated it to italian.
    Now after uploading it when i am trying to do
    "APPLY XLIFF TRANSLATION" it is giving following error.
    ORA-04063: package body "XDB.DBMS_XMLPARSER" has errors ORA-06508: PL/SQL: could not find program unit being called.
    Error updating translatable text using XLIFF file.
    Please kindly help me in this.
    thanks
    sanjay.

    I have finally got it working.
    I copied the version of webutil.pll file from the developer suite onto the server.
    This has got it working and the file(s) I am uploading are going through correctly.
    I still have one query though. The progress bar which displays the upload progress seems to be in the top left corner of the screen, any parameters we can set so as to get it in the middle of the screen?
    Thanks,
    Rishikesh

  • Php-oracle workspace

    hi,
    you think that i have a one textbox and one button on my webpage, and i want to write ORacle code in textbox something like that
    begin
    dbms_output.put_line ('hello!');
    end;
    after that when i click on the button , i want to display result below.i am using php code to do that things. otherwise i am using oracle 10g express edition,i searched on the net ,and i find a website that exactly what i want to do. this website URL : http://193.140.164.123:5561/isqlplus/login.uix you can enter 'hr' for both username and password. there you can see Workspace.
    pls.if u know about this topic write here. thx.

    That's a pretty open ended question. Perhaps reading the OCI8 manual http://us.php.net/manual/en/book.oci8.php or getting one of the many fine PHP Oracle books will help get you started.

  • Hide files in Oracle Workspaces client Team Collaboration

    Hi,
    Could anybody tell me how to make specific files/ folders hidden from users.
    For example my WS contains:
    a,b,c users and f1,f2,f3 files
    Now suppose i want
    user 'a' able to see f1, f2
    user 'b' able to see f1, f3
    user 'c' able to see f3
    TIA,
    Vikas

    Vikas,
    you will need to implement beehive ACLs / ACEs. For details, look here
    I would always implement ACLs on folder level only,
    I would always imlement ACLs on groups only, both for sake of manageability.
    There is also a tricky issue in beehive implementation of ACL/ACEs, see [this discussion|http://forums.oracle.com/forums/thread.jspa?messageID=4093387]
    HTH, Thomas
    Edited by: snmdla on Dec 6, 2010 5:10 PM

  • No application into 'navigate' menu of workspace

    Hi All,
    After having researched into a lot of different forum topics, I couldn't find any answer that could help me solve this issue. Working with EPM 11.1.2.2, for maintenance reasons, I had to restart all services on our linux server. Since I have restarted the services, I'm not able to see any application under the navigate button of the workspace. Then, I tried to create a dummy application and register it and everything works fine (no error message), I can also access planning applications through HP direct weblink. But, unfortunately, can't see these applications under 'navigate' button.
    I've already tried to re-execute the configure web server of the config utility + stop-start services. I can also access to planning adminitration through workspace. No error when I execute the validation tool.
    Can also confirm this is not a display issue from IE (settings are correct).
    As I didn't do any changes except restarting services, I do not understand why I cannot see any HP application through workspace.
    Any ideas or suggestions ? It would be really helpful !! Thanks in advance !
    Regards,
    Laurent

    Ok, I checked the logs under the path you've mentionned in your post.
    What I found interesting are the following lines :
    [2013-08-30T10:00:57.502+02:00] [FoundationServices0] [NOTIFICATION] [00510] [oracle.bi.bifndnepm.workspace.security.AppsChecker] [tid: 11] [userId: <anonymous>] [ecid: 54004tVOig2E8Tk5Oz4Eyd0000vv00002E,0:1] [SRC_CLASS: com.oracle.workspace.security.AppsChecker] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: getAppRegistration:298] [URI: /workspace/modules/com/oracle/workspace/mode/modeApps.jsp] Fetching registration for product HP-11.1.2.0 application Plan
    [2013-08-30T10:00:57.524+02:00] [FoundationServices0] [ERROR] [02801] [oracle.bi.bifndnepm.workspace.security.CSSUtils] [tid: 11] [userId: <anonymous>] [ecid: 54004tVOig2E8Tk5Oz4Eyd0000vv00002E,0:1] [SRC_CLASS: com.oracle.workspace.security.CSSUtils] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: getTrustedSSOToken:86] [URI: /workspace/modules/com/oracle/workspace/mode/modeApps.jsp] Failed to authenticate a trusted CSS user.
    [2013-08-30T10:00:57.525+02:00] [FoundationServices0] [ERROR] [00509] [oracle.bi.bifndnepm.workspace.security.AppsChecker] [tid: 11] [userId: <anonymous>] [ecid: 54004tVOig2E8Tk5Oz4Eyd0000vv00002E,0:1] [SRC_CLASS: com.oracle.workspace.security.AppsChecker] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: getAppRegistration:370] [URI: /workspace/modules/com/oracle/workspace/mode/modeApps.jsp] There was an error fetching an application registration
    [2013-08-30T10:00:57.525+02:00] [FoundationServices0] [ERROR] [00509] [oracle.bi.bifndnepm.workspace.security.AppsChecker] [tid: 11] [userId: <anonymous>] [ecid: 54004tVOig2E8Tk5Oz4Eyd0000vv00002E,0:1] [SRC_CLASS: com.oracle.workspace.security.AppsChecker] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: getProvisionedApps:249] [URI: /workspace/modules/com/oracle/workspace/mode/modeApps.jsp] There was an error fetching an application registration
    I found these lines in a file called 'Workspace.log'. It looks like a possible cause of this issue, true ? Now the problem is that I did not found references onto the web about these errors... Any ideas ?
    Thanks in advance and Regards,
    Laurent
    P.S: sorry if my English looks bad... not my mother tongue :-)

  • Manually Migrating from Oracle 10g to 11g

    Hello, I'm currently a student in an Oracle DBA class. I'm totally new to the Oracle world.
    One of our final assignments concerns upgrading Oracle instances without the use of DBUA.
    I've currently got Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 and am trying to upgrade to 11.1.0.7.0
    This is all inside of VirtualBox, running Windows Server 2008. I've been using 10g with absolutely no issues for the duration of this class.
    I successfully installed 11g, choosing to install the software only and not use dbua.
    I changed my environment variables to point towards the 10g installation; ORACLE_HOME, ORACLE_SID, PATH, and LD_LIBRARY_PATH.
    Then logged into 10g's SQLPlus and ran utlu111i.sql, which ran successfully. I issued a shutdown immediate and exited SQLPlus.
    Changed my environment variables to point towards the 11g home and set ORACLE_SID as the 10g database name. I was able to log into 11g's SQL plus, was told I was connected to an idle instance, which I expected. I issued a startup upgrade command, and then attempted to run catupgrd.sql, but got an error stating that I had to run the script from 11g.
    If I don't set the environment variables then when I try to log into 11g's sqlplus, I get an ORA-12560: TNS:protocol adapter error... I've tried reinstalling 11g from scratch, but to no avail. My instructor and I have been emailing back and forth frequently over the past few days but we have not been able to reach a solution, so I thought I would see if I could pick your brains.
    Here's all of the terminal output from the process:
    C:\Users\Administrator>sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Apr 29 20:15:09 2011
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: connect /as sysdba
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> @?
    SP2-0310: unable to open file "C:\270Oracle.sql"
    SQL> @C:\NewCIS270\product\11.1.0\db_1\rdbms\admin\utlu111i
    Oracle Database 11.1 Pre-Upgrade Information Tool 04-29-2011 20:16:16
    Database:
    --> name: KYLMAN
    --> version: 10.2.0.3.0
    --> compatible: 10.2.0.3.0
    --> blocksize: 8192
    --> platform: Microsoft Windows IA (32-bit)
    --> timezone file: V4
    Tablespaces: [make adjustments in the current environment]
    --> SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 729 MB
    .... AUTOEXTEND additional space required: 249 MB
    --> UNDOTBS1 tablespace is adequate for the upgrade.
    .... minimum required size: 417 MB
    .... AUTOEXTEND additional space required: 352 MB
    --> SYSAUX tablespace is adequate for the upgrade.
    .... minimum required size: 455 MB
    .... AUTOEXTEND additional space required: 215 MB
    --> TEMP tablespace is adequate for the upgrade.
    .... minimum required size: 61 MB
    .... AUTOEXTEND additional space required: 33 MB
    --> EXAMPLE tablespace is adequate for the upgrade.
    .... minimum required size: 78 MB
    Update Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    -- No update parameter changes are required.
    Renamed Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    -- No renamed parameters found. No changes are required.
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    --> "background_dump_dest" replaced by "diagnostic_dest"
    --> "user_dump_dest" replaced by "diagnostic_dest"
    --> "core_dump_dest" replaced by "diagnostic_dest"
    Components: [The following database components will be upgraded or installed]
    --> Oracle Catalog Views [upgrade] VALID
    --> Oracle Packages and Types [upgrade] VALID
    --> JServer JAVA Virtual Machine [upgrade] VALID
    --> Oracle XDK for Java [upgrade] VALID
    --> Oracle Workspace Manager [upgrade] VALID
    --> OLAP Analytic Workspace [upgrade] VALID
    --> OLAP Catalog [upgrade] VALID
    --> EM Repository [upgrade] VALID
    --> Oracle Text [upgrade] VALID
    --> Oracle XML Database [upgrade] VALID
    --> Oracle Java Packages [upgrade] VALID
    --> Oracle interMedia [upgrade] VALID
    --> Spatial [upgrade] VALID
    --> Data Mining [upgrade] VALID
    --> Expression Filter [upgrade] VALID
    --> Rule Manager [upgrade] VALID
    --> Oracle OLAP API [upgrade] VALID
    Miscellaneous Warnings
    WARNING: --> Database contains stale optimizer statistics.
    .... Refer to the 11g Upgrade Guide for instructions to update
    .... statistics prior to upgrading the database.
    .... Component Schemas with stale statistics:
    .... SYS
    .... OLAPSYS
    .... SYSMAN
    .... CTXSYS
    .... XDB
    WARNING: --> Database contains schemas with objects dependent on network
    packages.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    WARNING: --> EM Database Control Repository exists in the database.
    .... Direct downgrade of EM Database Control is not supported. Refer to the
    .... 11g Upgrade Guide for instructions to save the EM data prior to upgrade.
    PL/SQL procedure successfully completed.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Users\Administrator>set ORACLE_HOME=C:\NewCIS270\product\11.1.0\db_1
    C:\Users\Administrator>set ORACLE_SID=KYLMAN
    C:\Users\Administrator>set PATH=%ORACLE_HOME%\bin
    C:\Users\Administrator>sqlplus "/as sysdba"
    SQL*Plus: Release 11.1.0.7.0 - Production on Fri Apr 29 20:22:49 2011
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup upgrade;
    ORACLE instance started.
    Total System Global Area 440401920 bytes
    Fixed Size 1291072 bytes
    Variable Size 146803904 bytes
    Database Buffers 289406976 bytes
    Redo Buffers 2899968 bytes
    Database mounted.
    Database opened.
    SQL> @?
    SP2-0310: unable to open file "C:\NewCIS270\product\11.1.0\db_1.sql"
    SQL> @?/rdbms/admin/catupgrd
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>
    DOC> The first time this script is run, there should be no error messages
    DOC> generated; all normal upgrade error messages are suppressed.
    DOC>
    DOC> If this script is being re-run after correcting some problem, then
    DOC> expect the following error which is not automatically suppressed:
    DOC>
    DOC> ORA-00001: unique constraint (<constraint_name>) violated
    DOC> possibly in conjunction with
    DOC> ORA-06512: at "<procedure/function name>", line NN
    DOC>
    DOC> These errors will automatically be suppressed by the Database Upgrade
    DOC> Assistant (DBUA) when it re-runs an upgrade.
    DOC>
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    DOC>######################################################################
    DOC>######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the user running this script is not SYS. Disconnect
    DOC> and reconnect with AS SYSDBA.
    DOC>######################################################################
    DOC>######################################################################
    DOC>#
    no rows selected
    DOC>######################################################################
    DOC>######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the database server version is not correct for this script.
    DOC> Shutdown ABORT and use a different script or a different server.
    DOC>######################################################################
    DOC>######################################################################
    DOC>#
    SELECT TO_NUMBER('MUST_BE_11_1') FROM v$instance
    ERROR at line 1:
    ORA-01722: invalid number
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Users\Administrator>
    Edited by: 855732 on Apr 29, 2011 6:59 PM

    Hi,
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    Your instance is started from the 10g ORACLE_HOME. You mentioned you started it from the 11g ORACLE_HOME but it's not the case.
    Here is an example with a 10gR2 database started from a 11gR2 ORACLE_HOME :
    SQL> startup upgrade pfile =/u01/app/oracle/product/10.2.0/db_1/dbs/initP102.ora
    ORA-32006: BACKGROUND_DUMP_DEST initialization parameter has been deprecated
    ORA-32006: USER_DUMP_DEST initialization parameter has been deprecated
    ORACLE instance started.
    Total System Global Area  167387136 bytes
    Fixed Size                  1335248 bytes
    Variable Size              88080432 bytes
    Database Buffers           75497472 bytes
    Redo Buffers                2473984 bytes
    Database mounted.
    Database opened.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsNotice the Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 part.
    In your case it was Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    To solve the issue follow the official documentation, you have specific actions with oradim etc. to do (it's always a bit more complicated than with Unix/Linux but it's documented) :
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/upgrade.htm#insertedID8
    Best regards
    Phil

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

  • Upgrade OS Oracle Linux Server release 6.3 with Oracle DB 11.2.0.3.0

    Hello!
    I have Primary, two Physical Standby and one Logical Standby Servers.
    $ uname -a
    Linux host 2.6.39-200.32.1.el6uek.x86_64 #1 SMP Wed Sep 26 23:11:38 PDT 2012 x86_64 x86_64 x86_64 GNU/Linux
    $ cat /etc/issue
    Oracle Linux Server release 6.3
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    SQL> select * from dba_registry;
    COMP_ID COMP_NAME VERSION STATUS MODIFIED NAMESPACE CONTROL SCHEMA PROCEDURE STARTUP PARENT_ID OTHER_SCHEMAS
    CATALOG Oracle Database Catalog Views 11.2.0.3.0 VALID 30-SEP-2012 02:07:19 SERVER SYS SYS DBMS_REGISTRY_SYS.VALIDATE_CATALOG
    CATPROC Oracle Database Packages and Types 11.2.0.3.0 VALID 30-SEP-2012 02:07:19 SERVER SYS SYS DBMS_REGISTRY_SYS.VALIDATE_CATPROC APPQOSSYS,DBSNMP,DIP,ORACLE_OCM,OUTLN,SYSTEM
    OWM Oracle Workspace Manager 11.2.0.3.0 VALID 30-SEP-2012 02:07:19 SERVER SYS WMSYS VALIDATE_OWM
    XDB Oracle XML Database 11.2.0.3.0 VALID 30-SEP-2012 02:07:19 SERVER SYS XDB DBMS_REGXDB.VALIDATEXDB
    DGMGRL> connect sys/password
    Connected.
    DGMGRL> show configuration verbose;
    Configuration - work_DataGuardConfig
    Protection Mode: MaxAvailability
    Databases:
    primary - Primary database
    physical1 - Physical standby database
    physical1 - Physical standby database
    Properties:
    FastStartFailoverThreshold = '30'
    OperationTimeout = '30'
    FastStartFailoverLagLimit = '30'
    CommunicationTimeout = '180'
    FastStartFailoverAutoReinstate = 'TRUE'
    FastStartFailoverPmyShutdown = 'TRUE'
    BystandersFollowRoleChange = 'ALL'
    Fast-Start Failover: DISABLED
    Configuration Status:
    SUCCESS
    $ rpm -qa
    kernel-2.6.32-279.5.2.el6.x86_64
    system-config-firewall-tui-1.2.27-5.el6.noarch
    poppler-data-0.4.0-1.el6.noarch
    mesa-dri-drivers-7.11-5.el6.x86_64
    ghostscript-fonts-5.50-23.1.el6.noarch
    libxml2-python-2.7.6-8.0.1.el6_3.3.x86_64
    PyGreSQL-3.8.1-2.el6.x86_64
    perl-Time-HiRes-1.9721-127.el6.x86_64
    glibc-2.12-1.80.el6_3.5.i686
    kernel-2.6.32-279.9.1.el6.x86_64
    biosdevname-0.3.11-1.el6.x86_64
    device-mapper-1.02.74-10.el6.x86_64
    strace-4.5.19-1.11.el6_3.2.x86_64
    aic94xx-firmware-30-2.el6.noarch
    cpuspeed-1.5-15.el6.x86_64
    matahari-network-0.6.0-14.el6.x86_64
    rhino-1.7-0.7.r2.2.el6.noarch
    elinks-0.12-0.20.pre5.el6.x86_64
    libICE-1.0.6-1.el6.x86_64
    lvm2-libs-2.02.95-10.el6.x86_64
    perl-Crypt-SSLeay-0.57-16.el6.x86_64
    libtar-1.2.11-17.el6.x86_64
    perl-XML-Twig-3.34-1.el6.noarch
    libidn-1.18-2.el6.x86_64
    libreport-plugin-logger-2.0.9-5.0.1.el6.x86_64
    crda-1.1.1_2010.11.22-1.el6.x86_64
    lua-5.1.4-4.1.el6.x86_64
    gnutls-2.8.5-4.el6_2.2.x86_64
    yp-tools-2.9-12.el6.x86_64
    attr-2.4.44-7.el6.x86_64
    libtirpc-0.2.1-5.el6.x86_64
    file-5.04-13.el6.x86_64
    pax-3.4-10.1.el6.x86_64
    zip-3.0-1.el6.x86_64
    dash-0.5.5.1-3.1.el6.x86_64
    latrace-0.5.9-2.el6.x86_64
    kexec-tools-2.0.3-3.0.1.el6.x86_64
    libasyncns-0.8-1.1.el6.x86_64
    libertas-usb8388-firmware-5.110.22.p23-3.1.el6.noarch
    nss-softokn-3.12.9-11.el6.x86_64
    dbus-python-0.83.0-6.1.el6.x86_64
    ql2200-firmware-2.02.08-3.1.el6.noarch
    avahi-libs-0.6.25-11.el6.x86_64
    nfs-utils-lib-1.1.5-4.el6.x86_64
    redhat-indexhtml-6-1.0.2.el6.noarch
    boost-regex-1.41.0-11.0.1.el6_1.2.x86_64
    rpm-python-4.8.0-27.el6.x86_64
    slang-2.2.1-1.el6.x86_64
    perl-core-5.10.1-127.el6.x86_64
    libselinux-2.0.94-5.3.el6.x86_64
    iptables-ipv6-1.4.7-5.1.el6_2.x86_64
    audit-libs-2.2-2.el6.x86_64
    tcpdump-4.0.0-3.20090921gitdf3cb4.2.el6.x86_64
    keyutils-libs-1.4-4.el6.x86_64
    crash-6.0.4-2.el6.x86_64
    python-setuptools-0.6.10-3.el6.noarch
    perl-libs-5.10.1-127.el6.x86_64
    lsof-4.82-4.el6.x86_64
    perl-Module-Load-Conditional-0.30-127.el6.x86_64
    libusb1-1.0.9-0.5.rc1.el6.x86_64
    libunistring-0.9.3-5.el6.x86_64
    rsync-3.0.6-9.el6.x86_64
    libXi-1.3-3.el6.x86_64
    perl-IO-Zlib-1.09-127.el6.x86_64
    perl-HTML-Tagset-3.20-4.el6.noarch
    libXt-1.0.7-1.el6.x86_64
    perl-devel-5.10.1-127.el6.x86_64
    boost-wave-1.41.0-11.0.1.el6_1.2.x86_64
    scli-1.7.3-50.x86_64
    libthai-0.1.12-3.el6.x86_64
    perl-Compress-Raw-Bzip2-2.020-127.el6.x86_64
    mpfr-2.4.1-6.el6.x86_64
    foomatic-db-ppds-4.0-7.20091126.el6.noarch
    eggdbus-0.6-3.el6.x86_64
    libXxf86misc-1.0.2-1.el6.x86_64
    libvisual-0.4.0-9.1.el6.x86_64
    mysql-libs-5.1.61-4.el6.x86_64
    libnih-1.0.1-7.el6.x86_64
    oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    hal-0.5.14-11.el6.x86_64
    libgcrypt-1.4.5-9.el6_2.2.x86_64
    boost-test-1.41.0-11.0.1.el6_1.2.x86_64
    glibc-common-2.12-1.80.el6_3.5.x86_64
    mysql-5.1.61-4.el6.x86_64
    ncurses-5.7-3.20090208.el6.x86_64
    python-qpid-0.14-11.el6_3.noarch
    qpid-qmf-0.14-14.0.1.el6_3.x86_64
    matahari-lib-0.6.0-14.el6.x86_64
    oracle-logos-60.0.11-9.el6.noarch
    perl-Module-Build-0.3500-127.el6.x86_64
    libhugetlbfs-utils-2.12-2.el6.x86_64
    fontpackages-filesystem-1.41-1.1.el6.noarch
    perl-Parse-CPAN-Meta-1.40-127.el6.x86_64
    openswan-2.6.32-19.el6_3.x86_64
    ncurses-libs-5.7-3.20090208.el6.x86_64
    e2fsprogs-libs-1.41.12-12.el6.x86_64
    dracut-004-284.0.1.el6_3.1.noarch
    ConsoleKit-libs-0.4.1-3.el6.x86_64
    udev-147-2.42.el6.x86_64
    bind-utils-9.8.2-0.10.rc1.el6_3.4.x86_64
    iwl5150-firmware-8.24.2.2-1.el6.noarch
    unixODBC-devel-2.2.14-11.el6.x86_64
    quota-3.17-16.el6.x86_64
    xdg-utils-1.0.2-17.20091016cvs.el6.noarch
    matahari-broker-0.6.0-14.el6.x86_64
    mingetty-1.08-5.el6.x86_64
    samba-common-3.5.10-125.el6.x86_64
    usermode-1.102-3.el6.x86_64
    abrt-addon-ccpp-2.0.8-6.0.1.el6.x86_64
    perl-XML-Dumper-0.81-6.el6.noarch
    libdhash-0.4.2-9.el6.x86_64
    crontabs-1.10-33.el6.noarch
    libevent-1.4.13-4.el6.x86_64
    mtr-0.75-5.el6.x86_64
    atk-1.28.0-2.el6.x86_64
    sgpio-1.2.0.10-5.el6.x86_64
    rdate-1.4-16.el6.x86_64
    boost-system-1.41.0-11.0.1.el6_1.2.x86_64
    latencytop-common-0.5-9.el6.x86_64
    libsemanage-2.0.43-4.1.el6.x86_64
    libtopology-0.3-7.el6.x86_64
    libtheora-1.1.0-2.el6.x86_64
    atmel-firmware-1.3-7.el6.noarch
    cryptsetup-luks-1.2.0-7.el6.x86_64
    python-dmidecode-3.10.13-1.el6.x86_64
    ipw2200-firmware-3.1-4.el6.noarch
    m4-1.4.13-5.el6.x86_64
    bfa-firmware-3.0.2.2-1.el6.noarch
    python-iwlib-0.1-1.2.el6.x86_64
    libedit-2.11-4.20080712cvs.1.el6.x86_64
    smartmontools-5.42-2.el6.x86_64
    numpy-1.4.1-9.el6.x86_64
    libcom_err-1.41.12-12.el6.x86_64
    nmap-5.51-2.0.1.el6.x86_64
    python-paramiko-1.7.5-2.1.el6.noarch
    grep-2.6.3-3.el6.x86_64
    tcsh-6.17-19.el6_2.x86_64
    db4-4.7.25-17.el6.x86_64
    db4-utils-4.7.25-17.el6.x86_64
    perl-Params-Check-0.26-127.el6.x86_64
    make-3.81-20.el6.x86_64
    expat-2.0.1-11.el6_2.x86_64
    SDL-1.2.14-3.el6.x86_64
    libXext-1.1-3.el6.x86_64
    freetype-2.3.11-6.el6_2.9.x86_64
    xorg-x11-drv-ati-firmware-6.14.2-9.el6.noarch
    libXft-2.1.13-4.1.el6.x86_64
    perl-Term-UI-0.20-127.el6.x86_64
    perl-XML-Parser-2.36-7.el6.x86_64
    libXxf86vm-1.1.0-1.el6.x86_64
    perl-Archive-Extract-0.38-127.el6.x86_64
    xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64
    device-mapper-multipath-libs-0.4.9-56.el6_3.1.x86_64
    libss-1.41.12-12.el6.x86_64
    cloog-ppl-0.15.7-1.2.el6.x86_64
    libfprint-0.1.0-19.pre2.el6.x86_64
    module-init-tools-3.9-20.0.1.el6.x86_64
    desktop-file-utils-0.15-9.el6.x86_64
    xorg-x11-utils-7.4-8.el6.x86_64
    kbd-1.15-11.el6.x86_64
    augeas-libs-0.9.0-4.el6.x86_64
    time-1.7-37.1.el6.x86_64
    logwatch-7.3.6-49.el6.noarch
    plymouth-0.8.3-24.0.1.el6.x86_64
    btparser-0.16-3.el6.x86_64
    libhugetlbfs-2.12-2.el6.x86_64
    python-2.6.6-29.el6_3.3.x86_64
    ipa-python-2.2.0-16.el6.x86_64
    dbus-1.2.24-7.0.1.el6_3.x86_64
    nss-3.13.5-1.0.1.el6_3.x86_64
    glibc-headers-2.12-1.80.el6_3.5.x86_64
    kernel-uek-2.6.39-200.29.3.el6uek.x86_64
    libuser-0.56.13-5.el6.x86_64
    foomatic-db-filesystem-4.0-7.20091126.el6.noarch
    qpid-tools-0.14-6.el6_3.noarch
    perl-ExtUtils-Embed-1.28-127.el6.x86_64
    perl-DBD-MySQL-4.013-3.el6.x86_64
    iso-codes-3.16-2.el6.noarch
    postgresql-server-8.4.13-1.el6_3.x86_64
    mesa-libGLU-7.11-5.el6.x86_64
    dstat-0.7.0-1.el6.noarch
    poppler-utils-0.12.4-3.el6_0.1.x86_64
    libX11-common-1.3-2.el6.noarch
    fipscheck-lib-1.2.0-7.el6.x86_64
    java-1.6.0-openjdk-1.6.0.0-1.49.1.11.4.el6_3.x86_64
    pam_krb5-2.3.11-9.el6.x86_64
    libcap-2.16-5.5.el6.x86_64
    kernel-uek-2.6.39-200.31.1.el6uek.x86_64
    polkit-0.96-2.el6_0.1.x86_64
    kernel-uek-firmware-2.6.39-200.32.1.el6uek.noarch
    setuptool-1.19.9-3.el6.x86_64
    popt-1.13-7.el6.x86_64
    kernel-uek-2.6.39-200.32.1.el6uek.x86_64
    kernel-devel-2.6.32-279.9.1.el6.x86_64
    b43-openfwwf-5.2-4.el6.noarch
    libacl-2.2.49-6.el6.x86_64
    telnet-0.17-47.el6_3.1.x86_64
    iwl1000-firmware-39.31.5.1-1.el6.noarch
    yum-plugin-security-1.1.30-14.0.1.el6.noarch
    readahead-1.5.6-1.el6.x86_64
    libldb-0.9.10-23.el6.x86_64
    libsepol-2.0.41-4.el6.x86_64
    hicolor-icon-theme-0.11-1.1.el6.noarch
    shadow-utils-4.1.4.2-13.el6.x86_64
    prelink-0.4.6-3.el6.x86_64
    ethtool-2.6.33-0.3.el6.x86_64
    elfutils-libelf-0.152-1.el6.x86_64
    postgresql-odbc-08.04.0200-1.el6.x86_64
    iputils-20071127-16.el6.x86_64
    sqlite-3.6.20-1.el6.x86_64
    mysql-connector-odbc-5.1.5r1144-7.el6.x86_64
    findutils-4.4.2-6.el6.x86_64
    libcap-ng-0.6.4-3.el6_0.1.x86_64
    cyrus-sasl-2.1.23-13.el6.x86_64
    ntpdate-4.2.4p8-2.el6.x86_64
    nc-1.84-22.el6.x86_64
    cronie-anacron-1.4.4-7.el6.x86_64
    plymouth-core-libs-0.8.3-24.0.1.el6.x86_64
    setserial-2.17-25.el6.x86_64
    rfkill-0.3-4.el6.x86_64
    lcms-libs-1.19-1.el6.x86_64
    ql2100-firmware-1.19.38-3.1.el6.noarch
    cyrus-sasl-gssapi-2.1.23-13.el6.x86_64
    newt-python-0.52.11-3.el6.x86_64
    rt61pci-firmware-1.2-7.el6.noarch
    python-iniparse-0.3.1-2.1.el6.noarch
    acl-2.2.49-6.el6.x86_64
    ipw2100-firmware-1.3-11.el6.noarch
    blktrace-1.0.1-6.el6.x86_64
    diffutils-2.8.1-28.el6.x86_64
    man-pages-3.22-17.el6.noarch
    system-config-firewall-base-1.2.27-5.el6.noarch
    boost-date-time-1.41.0-11.0.1.el6_1.2.x86_64
    yum-metadata-parser-1.1.2-16.el6.x86_64
    rpm-libs-4.8.0-27.el6.x86_64
    python-nss-0.11-3.el6.x86_64
    unixODBC-2.2.14-11.el6.x86_64
    libgcc-4.4.6-4.el6.x86_64
    gdbm-1.8.0-36.el6.x86_64
    libstdc++-4.4.6-4.el6.x86_64
    python-dateutil-1.4.1-6.el6.noarch
    pcre-7.8-4.el6.x86_64
    python-pycurl-7.19.0-8.el6.x86_64
    xmlrpc-c-1.16.24-1209.1840.el6.x86_64
    python-gudev-147.1-4.el6_0.1.x86_64
    libblkid-2.17.2-12.7.el6.x86_64
    perl-version-0.77-127.el6.x86_64
    perl-Locale-Maketext-Simple-0.18-127.el6.x86_64
    perl-IO-Compress-Base-2.020-127.el6.x86_64
    abrt-libs-2.0.8-6.0.1.el6.x86_64
    perl-Compress-Raw-Zlib-2.020-127.el6.x86_64
    libXau-1.0.5-1.el6.x86_64
    perl-DBIx-Simple-1.32-3.el6.noarch
    binutils-2.20.51.0.2-5.34.el6.x86_64
    libXrender-0.9.5-1.el6.x86_64
    perl-IO-Compress-Zlib-2.020-127.el6.x86_64
    libXcursor-1.1.10-2.el6.x86_64
    perl-Log-Message-Simple-0.04-127.el6.x86_64
    libXinerama-1.1-1.el6.x86_64
    perl-libwww-perl-5.833-2.el6.noarch
    libstdc++-devel-4.4.6-4.el6.x86_64
    perl-Test-Harness-3.17-127.el6.x86_64
    xorg-x11-font-utils-7.2-11.el6.x86_64
    libstdc++-4.4.6-4.el6.i686
    perl-IPC-Cmd-0.56-127.el6.x86_64
    libXv-1.0.5-1.el6.x86_64
    elfutils-0.152-1.el6.x86_64
    ncurses-static-5.7-3.20090208.el6.x86_64
    perl-Module-Loaded-0.02-127.el6.x86_64
    gstreamer-tools-0.10.29-1.0.1.el6.x86_64
    device-mapper-multipath-0.4.9-56.el6_3.1.x86_64
    keyutils-1.4-4.el6.x86_64
    iw-0.9.17-4.el6.x86_64
    xorg-x11-xauth-1.0.2-7.1.el6.x86_64
    coreutils-8.4-19.el6.x86_64
    foomatic-4.0.4-1.el6_1.1.x86_64
    gcc-4.4.6-4.el6.x86_64
    MAKEDEV-3.24-6.el6.x86_64
    libdmx-1.1.0-1.el6.x86_64
    authconfig-6.1.12-10.el6.x86_64
    ksh-20100621-16.el6.x86_64
    tar-1.23-7.el6.x86_64
    pm-utils-1.2.5-9.el6.x86_64
    ed-1.1-3.3.el6.x86_64
    iptables-1.4.7-5.1.el6_2.x86_64
    hunspell-1.2.8-16.el6.x86_64
    nmon-14g-1.el6.rf.x86_64
    jasper-libs-1.900.1-15.el6_1.1.x86_64
    initscripts-9.03.31-2.0.1.el6_3.1.x86_64
    rhn-client-tools-1.0.0-87.0.2.el6.noarch
    qpid-cpp-client-0.14-22.0.1.el6_3.x86_64
    libipa_hbac-python-1.8.0-32.el6.x86_64
    redhat-lsb-graphics-4.0-3.0.1.el6.x86_64
    less-436-10.el6.x86_64
    postgresql-8.4.13-1.el6_3.x86_64
    cracklib-dicts-2.8.16-4.el6.x86_64
    logrotate-3.7.8-15.el6.x86_64
    fontconfig-2.8.0-3.el6.x86_64
    qpid-cpp-server-0.14-22.0.1.el6_3.x86_64
    openldap-2.4.23-26.el6_3.2.x86_64
    kernel-uek-firmware-2.6.39-200.29.3.el6uek.noarch
    perl-CPANPLUS-0.88-127.el6.x86_64
    upstart-0.6.5-12.el6.x86_64
    saslwrapper-0.14-1.el6.x86_64
    net-tools-1.60-110.el6_2.x86_64
    device-mapper-event-libs-1.02.74-10.el6.x86_64
    openssh-5.3p1-81.el6.x86_64
    matahari-consoles-0.6.0-14.el6.x86_64
    matahari-python-0.6.0-14.el6.x86_64
    dmraid-events-1.0.0.rc16-11.el6.x86_64
    tuned-0.2.19-7.el6.noarch
    certmonger-0.56-1.el6.x86_64
    libreport-plugin-reportuploader-2.0.9-5.0.1.el6.x86_64
    abrt-addon-python-2.0.8-6.0.1.el6.x86_64
    libreport-plugin-kerneloops-2.0.9-5.0.1.el6.x86_64
    libpath_utils-0.2.1-9.el6.x86_64
    gtk2-2.18.9-10.el6.x86_64
    vim-common-7.2.411-1.8.el6.x86_64
    setup-2.8.14-16.el6.noarch
    latencytop-0.5-9.el6.x86_64
    autofs-5.0.5-54.el6.x86_64
    ipa-client-2.2.0-16.el6.x86_64
    abrt-cli-2.0.8-6.0.1.el6.x86_64
    lvm2-2.02.95-10.el6.x86_64
    openssh-clients-5.3p1-81.el6.x86_64
    microcode_ctl-1.17-11.el6.x86_64
    libcgroup-0.37-4.el6.x86_64
    e2fsprogs-1.41.12-12.el6.x86_64
    python-psycopg2-2.0.14-1.el6_2.1.x86_64
    rhn-setup-1.0.0-87.0.2.el6.noarch
    sos-2.2-29.0.1.el6.noarch
    psacct-6.3.2-63.el6_3.3.x86_64
    cifs-utils-4.8.1-10.el6.x86_64
    perl-CGI-3.51-127.el6.x86_64
    libicu-4.2.1-9.1.el6_2.x86_64
    mcelog-1.0pre3_20110718-0.14.el6.x86_64
    ltrace-0.5-23.45svn.el6.x86_64
    efibootmgr-0.5.4-10.el6.x86_64
    libvorbis-1.2.3-4.el6_2.1.x86_64
    ql2500-firmware-5.06.05-1.el6.noarch
    curl-7.19.7-26.el6_2.4.x86_64
    selinux-policy-targeted-3.7.19-155.0.1.el6_3.4.noarch
    jpackage-utils-1.7.5-3.12.el6.noarch
    perl-IO-Compress-Bzip2-2.020-127.el6.x86_64
    filesystem-2.4.30-3.el6.x86_64
    qpid-cpp-server-ssl-0.14-22.0.1.el6_3.x86_64
    pciutils-3.1.4-11.el6.x86_64
    xml-common-0.6.3-32.el6.noarch
    ghostscript-8.70-14.el6_3.1.x86_64
    urw-fonts-2.4-10.el6.noarch
    iotop-0.3.2-3.el6.noarch
    mailcap-2.1.31-2.el6.noarch
    libxslt-1.1.26-2.0.2.el6_3.1.x86_64
    wget-1.12-1.4.el6.x86_64
    nss-softokn-freebl-3.12.9-11.el6.x86_64
    openjpeg-libs-1.3-9.el6_3.x86_64
    fipscheck-1.2.0-7.el6.x86_64
    libattr-2.4.44-7.el6.x86_64
    kernel-uek-firmware-2.6.39-200.31.1.el6uek.noarch
    info-4.13a-8.el6.x86_64
    bind-libs-9.8.2-0.10.rc1.el6_3.4.x86_64
    ConsoleKit-0.4.1-3.el6.x86_64
    systemtap-runtime-1.7-5.0.1.el6_3.1.x86_64
    iwl6000g2b-firmware-17.168.5.2-1.el6.noarch
    kernel-uek-headers-2.6.32-300.32.3.el6uek.x86_64
    iwl6050-firmware-41.28.5.1-2.el6.noarch
    perf-2.6.32-279.9.1.el6.x86_64
    gnupg2-2.0.14-4.el6.x86_64
    iwl6000-firmware-9.221.4.1-1.el6.noarch
    yum-utils-1.1.30-14.0.1.el6.noarch
    bzip2-libs-1.0.5-7.el6_0.x86_64
    nss_compat_ossl-0.9.6-1.el6.x86_64
    gamin-0.1.10-9.el6.x86_64
    jline-0.9.94-0.8.el6.noarch
    virt-what-1.11-1.1.el6.x86_64
    dbus-glib-0.86-5.el6.x86_64
    libSM-1.1.0-7.1.el6.x86_64
    sigar-1.6.5-0.4.git58097d9.el6.x86_64
    pam_passwdqc-1.0.5-6.el6.x86_64
    hunspell-en-0.20090216-7.1.el6.noarch
    libogg-1.1.4-2.1.el6.x86_64
    postfix-2.6.6-2.2.el6_1.x86_64
    libgpg-error-1.7-4.el6.x86_64
    libtdb-1.2.1-3.el6.x86_64
    ntp-4.2.4p8-2.el6.x86_64
    mlocate-0.22.2-3.el6.x86_64
    cronie-1.4.4-7.el6.x86_64
    cyrus-sasl-plain-2.1.23-13.el6.x86_64
    pkgconfig-0.23-9.1.el6.x86_64
    oddjob-0.30-5.el6.x86_64
    libtevent-0.9.8-8.el6.x86_64
    hdparm-9.16-3.4.el6.x86_64
    traceroute-2.0.14-2.el6.x86_64
    gpm-libs-1.20.6-12.el6.x86_64
    dosfstools-3.0.9-4.el6.x86_64
    eject-2.1.5-17.el6.x86_64
    sysvinit-tools-2.87-4.dsf.el6.x86_64
    iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch
    elfutils-libs-0.152-1.el6.x86_64
    iwl4965-firmware-228.61.2.24-2.1.el6.noarch
    pyOpenSSL-0.10-2.el6.x86_64
    rt73usb-firmware-1.8-7.el6.noarch
    boost-thread-1.41.0-11.0.1.el6_1.2.x86_64
    python-ldap-2.3.10-1.el6.x86_64
    gpg-pubkey-ec551f03-4c2d256a
    libfontenc-1.0.5-2.el6.x86_64
    pygpgme-0.1-18.20090824bzr68.el6.x86_64
    libtool-ltdl-2.2.6-15.5.el6.x86_64
    python-lxml-2.2.3-1.1.el6.x86_64
    mc-4.7.0.2-3.el6.x86_64
    newt-0.52.11-3.el6.x86_64
    glib2-2.22.5-7.el6.x86_64
    nss-util-3.13.5-1.el6_3.x86_64
    pytz-2010h-2.el6.noarch
    python-urlgrabber-3.9.1-8.el6.noarch
    readline-6.0-4.el6.x86_64
    perl-Module-Pluggable-3.90-127.el6.x86_64
    boost-python-1.41.0-11.0.1.el6_1.2.x86_64
    perl-5.10.1-127.el6.x86_64
    libpng-1.2.49-1.el6_2.x86_64
    perl-URI-1.40-2.el6.noarch
    perl-Log-Message-0.02-127.el6.x86_64
    perl-Package-Constants-0.02-127.el6.x86_64
    libxcb-1.5-1.el6.x86_64
    cpio-2.10-10.el6.x86_64
    cairo-1.8.8-3.1.el6.x86_64
    libipa_hbac-1.8.0-32.el6.x86_64
    libXtst-1.0.99.2-3.el6.x86_64
    perl-Archive-Tar-1.58-127.el6.x86_64
    perl-HTML-Parser-3.64-2.el6.x86_64
    libXdamage-1.1.2-1.el6.x86_64
    perl-Module-CoreList-2.18-127.el6.x86_64
    libgcc-4.4.6-4.el6.i686
    libXfont-1.4.1-2.el6_1.x86_64
    libXcomposite-0.4.1-2.el6.x86_64
    perl-ExtUtils-ParseXS-2.2003.0-127.el6.x86_64
    giflib-4.1.6-3.1.el6.x86_64
    perl-ExtUtils-CBuilder-0.27-127.el6.x86_64
    ncurses-term-5.7-3.20090208.el6.x86_64
    tmpwatch-2.9.16-4.el6.x86_64
    grubby-7.0.15-3.0.1.el6.x86_64
    oracleasm-support-2.1.5-1.el6.x86_64
    coreutils-libs-8.4-19.el6.x86_64
    cpp-4.4.6-4.el6.x86_64
    hal-libs-0.5.14-11.el6.x86_64
    redhat-lsb-printing-4.0-3.0.1.el6.x86_64
    gcc-c++-4.4.6-4.el6.x86_64
    libutempter-1.1.5-4.1.el6.x86_64
    liboil-0.3.16-4.1.el6.x86_64
    hwdata-0.233-7.8.el6.noarch
    libaio-devel-0.3.107-10.el6.x86_64
    boost-iostreams-1.41.0-11.0.1.el6_1.2.x86_64
    libssh2-1.2.2-11.el6_3.x86_64
    compat-libcap1-1.10-1.x86_64
    hal-info-20090716-3.1.el6.noarch
    vim-minimal-7.2.411-1.8.el6.x86_64
    perl-YAML-Syck-1.07-4.el6.x86_64
    libcollection-0.6.0-9.el6.x86_64
    glibc-2.12-1.80.el6_3.5.x86_64
    boost-serialization-1.41.0-11.0.1.el6_1.2.x86_64
    oraclelinux-release-6Server-3.0.2.x86_64
    openssl-1.0.0-25.el6_3.1.x86_64
    dejavu-sans-fonts-2.30-2.el6.noarch
    qt-sqlite-4.6.2-24.el6.x86_64
    libxml2-2.7.6-8.0.1.el6_3.3.x86_64
    groff-1.18.1.4-21.el6.x86_64
    ql23xx-firmware-3.03.27-3.1.el6.noarch
    cups-libs-1.4.2-48.el6_3.1.x86_64
    cracklib-2.8.16-4.el6.x86_64
    pcmciautils-015-4.2.el6.x86_64
    man-1.6f-30.el6.x86_64
    qpid-cpp-client-ssl-0.14-22.0.1.el6_3.x86_64
    nss-tools-3.13.5-1.0.1.el6_3.x86_64
    alsa-lib-1.0.22-3.el6.x86_64
    hwloc-1.1-0.1.el6.x86_64
    perl-Test-Simple-0.92-127.el6.x86_64
    phonon-backend-gstreamer-4.6.2-24.el6.x86_64
    perl-Time-Piece-1.15-127.el6.x86_64
    fprintd-0.1-20.git04fd09cfa.el6.x86_64
    python-saslwrapper-0.14-1.el6.x86_64
    device-mapper-event-1.02.74-10.el6.x86_64
    matahari-agent-lib-0.6.0-14.el6.x86_64
    matahari-sysconfig-0.6.0-14.el6.x86_64
    matahari-rpc-0.6.0-14.el6.x86_64
    dmraid-1.0.0.rc16-11.el6.x86_64
    matahari-host-0.6.0-14.el6.x86_64
    portreserve-0.0.4-9.el6.x86_64
    libreport-2.0.9-5.0.1.el6.x86_64
    libreport-plugin-mailx-2.0.9-5.0.1.el6.x86_64
    abrt-addon-kerneloops-2.0.8-6.0.1.el6.x86_64
    libtasn1-2.3-3.el6_2.1.x86_64
    libref_array-0.1.1-9.el6.x86_64
    file-libs-5.04-13.el6.x86_64
    c-ares-1.7.0-6.el6.x86_64
    rpcbind-0.2.0-9.el6.x86_64
    busybox-1.15.1-15.el6.x86_64
    dhclient-4.1.1-31.P1.0.1.el6_3.1.x86_64
    vim-enhanced-7.2.411-1.8.el6.x86_64
    samba-client-3.5.10-125.el6.x86_64
    openssh-server-5.3p1-81.el6.x86_64
    rsyslog-5.8.10-2.el6.x86_64
    rng-tools-2-13.el6_2.x86_64
    fprintd-pam-0.1-20.git04fd09cfa.el6.x86_64
    sudo-1.7.4p5-13.el6_3.x86_64
    rhn-check-1.0.0-87.0.2.el6.noarch
    m2crypto-0.20.2-9.el6.x86_64
    gdb-7.2-56.el6.x86_64
    audit-2.2-2.el6.x86_64
    oprofile-0.9.7-1.el6.x86_64
    valgrind-3.6.0-5.el6.x86_64
    irqbalance-0.55-35.0.1.el6_3.x86_64
    alsa-utils-1.0.22-3.el6.x86_64
    dmidecode-2.11-2.el6_1.x86_64
    libgomp-4.4.6-4.el6.x86_64
    oraclelinux-release-notes-6Server-7.x86_64
    xmlrpc-c-client-1.16.24-1209.1840.el6.x86_64
    selinux-policy-3.7.19-155.0.1.el6_3.4.noarch
    cas-0.15-1.el6.1.noarch
    ca-certificates-2010.63-3.el6_1.5.noarch
    perl-CPAN-1.9402-127.el6.x86_64
    libsndfile-1.0.20-5.el6.x86_64
    cups-1.4.2-48.el6_3.1.x86_64
    MySQL-python-1.2.3-0.3.c1.1.el6.x86_64
    dejavu-fonts-common-2.30-2.el6.noarch
    qt-x11-4.6.2-24.el6.x86_64
    krb5-workstation-1.9-33.el6_3.3.x86_64
    pulseaudio-libs-0.9.21-14.el6_3.x86_64
    dracut-kernel-004-284.0.1.el6_3.1.noarch
    util-linux-ng-2.17.2-12.7.el6.x86_64
    tzdata-java-2012f-1.el6.noarch
    iwl100-firmware-39.31.5.1-1.el6.noarch
    kpartx-0.4.9-56.el6_3.1.x86_64
    mailx-12.4-6.el6.x86_64
    yum-3.2.29-40.0.1.el6.noarch
    acpid-1.0.10-2.1.el6.x86_64
    cyrus-sasl-lib-2.1.23-13.el6.x86_64
    hesiod-3.1.0-19.el6.x86_64
    usbutils-003-4.el6.x86_64
    tcp_wrappers-libs-7.6-57.el6.x86_64
    mdadm-3.2.3-9.el6.x86_64
    xz-libs-4.999.9-0.3.beta.20091007git.el6.x86_64
    abrt-2.0.8-6.0.1.el6.x86_64
    libnl-1.1-14.el6.x86_64
    abrt-tui-2.0.8-6.0.1.el6.x86_64
    unzip-6.0-1.el6.x86_64
    pciutils-libs-3.1.4-11.el6.x86_64
    libini_config-0.6.1-9.el6.x86_64
    powertop-1.11-6.el6.x86_64
    psmisc-22.6-15.el6_0.1.x86_64
    sssd-1.8.0-32.el6.x86_64
    pixman-0.18.4-1.el6_0.1.x86_64
    bridge-utils-1.2-9.el6.x86_64
    boost-filesystem-1.41.0-11.0.1.el6_1.2.x86_64
    dhcp-common-4.1.1-31.P1.0.1.el6_3.1.x86_64
    ustr-1.0.4-9.1.el6.x86_64
    xz-4.999.9-0.3.beta.20091007git.el6.x86_64
    nfs-utils-1.2.3-26.el6.x86_64
    zd1211-firmware-1.4-4.el6.noarch
    checkpolicy-2.0.22-1.el6.x86_64
    matahari-0.6.0-14.el6.x86_64
    rhnlib-2.5.22-12.0.2.el6.noarch
    rootfiles-8.1-6.1.el6.noarch
    libusb-0.1.12-23.el6.x86_64
    parted-2.1-18.el6.x86_64
    gettext-0.17-16.el6.x86_64
    pth-2.0.7-9.3.el6.x86_64
    system-config-network-tui-1.6.0.el6.2-1.0.3.el6.noarch
    python-netaddr-0.7.5-4.el6.noarch
    bash-4.1.2-9.el6_2.x86_64
    man-pages-overrides-6.3.3-1.el6.noarch
    nspr-4.9.1-2.el6_3.x86_64
    grub-0.97-77.0.1.el6.x86_64
    python-crypto-2.0.1-22.el6.x86_64
    sed-4.2.1-10.el6.x86_64
    sysstat-9.0.4-20.el6.x86_64
    rhnsd-4.9.3-2.0.1.el6.x86_64
    perl-Pod-Escapes-1.04-127.el6.x86_64
    numactl-2.0.7-3.el6.x86_64
    boost-1.41.0-11.0.1.el6_1.2.x86_64
    libudev-147-2.42.el6.x86_64
    crash-trace-command-1.0-4.el6.x86_64
    libX11-1.3-2.el6.x86_64
    matahari-core-0.6.0-14.el6.x86_64
    ql2400-firmware-5.06.05-1.el6.noarch
    libXrandr-1.3.0-4.el6.x86_64
    perl-Object-Accessor-0.34-127.el6.x86_64
    perl-libxml-perl-0.08-10.el6.noarch
    nss-softokn-freebl-3.12.9-11.el6.i686
    pycairo-1.8.6-2.1.el6.x86_64
    perl-File-Fetch-0.26-127.el6.x86_64
    ncurses-libs-5.7-3.20090208.el6.i686
    gmp-4.3.1-7.el6_2.2.x86_64
    flac-1.2.1-6.1.el6.x86_64
    ppl-0.10.2-11.el6.x86_64
    python-matplotlib-0.99.1.2-1.el6.x86_64
    qt-4.6.2-24.el6.x86_64
    patch-2.6-6.el6.x86_64
    libXxf86dga-1.1.1-1.el6.x86_64
    kbd-misc-1.15-11.el6.noarch
    procps-3.2.8-23.el6.x86_64
    perl-Date-Manip-6.24-1.el6.noarch
    libdrm-2.4.25-2.el6.x86_64
    libgfortran-4.4.6-4.el6.x86_64
    python-libs-2.6.6-29.el6_3.3.x86_64
    python-krbV-1.0.90-3.el6.x86_64
    gzip-1.3.12-18.el6.x86_64
    dbus-libs-1.2.24-7.0.1.el6_3.x86_64
    nss-sysinit-3.13.5-1.0.1.el6_3.x86_64
    samba-winbind-clients-3.5.10-125.el6.x86_64
    glibc-devel-2.12-1.80.el6_3.5.x86_64
    plymouth-scripts-0.8.3-24.0.1.el6.x86_64
    basesystem-10.0-4.0.1.el6.noarch
    mesa-libGL-7.11-5.el6.x86_64
    postgresql-docs-8.4.13-1.el6_3.x86_64
    poppler-0.12.4-3.el6_0.1.x86_64
    ncurses-base-5.7-3.20090208.el6.x86_64
    perl-parent-0.221-127.el6.x86_64
    kernel-devel-2.6.32-279.5.2.el6.x86_64
    oddjob-mkhomedir-0.30-5.el6.x86_64
    zlib-1.2.3-27.el6.x86_64
    libselinux-utils-2.0.94-5.3.el6.x86_64
    kernel-firmware-2.6.32-279.9.1.el6.noarch
    device-mapper-libs-1.02.74-10.el6.x86_64
    tzdata-2012f-1.el6.noarch
    iwl6000g2a-firmware-17.168.5.3-1.el6.noarch
    libjpeg-6b-46.el6.x86_64
    policycoreutils-2.0.83-19.24.0.1.el6.x86_64
    yum-rhn-plugin-0.9.1-43.0.1.el6.noarch
    gpgme-1.1.8-3.el6.x86_64
    matahari-service-0.6.0-14.el6.x86_64
    libaio-0.3.107-10.el6.x86_64
    pinfo-0.6.9-12.el6.x86_64
    libtalloc-2.0.1-1.1.el6.x86_64
    cryptsetup-luks-libs-1.2.0-7.el6.x86_64
    boost-program-options-1.41.0-11.0.1.el6_1.2.x86_64
    libreport-python-2.0.9-5.0.1.el6.x86_64
    perl-XML-Grove-0.46alpha-40.el6.noarch
    which-2.19-6.el6.x86_64
    libreport-cli-2.0.9-5.0.1.el6.x86_64
    wireless-tools-29-5.1.1.el6.x86_64
    bzip2-1.0.5-7.el6_0.x86_64
    ypbind-1.20.4-29.el6.x86_64
    nano-2.0.9-7.el6.x86_64
    libgssglue-0.1-11.el6.x86_64
    vconfig-1.9-8.1.el6.x86_64
    kernel-2.6.32-279.5.1.el6.x86_64
    b43-fwcutter-012-2.2.el6.x86_64
    libmng-1.0.10-4.1.el6.x86_64
    libffi-3.0.5-3.2.el6.x86_64
    ivtv-firmware-20080701-20.2.noarch
    python-ethtool-0.6-1.el6.x86_64
    iwl3945-firmware-15.32.2.9-4.el6.noarch
    bc-1.06.95-1.el6.x86_64
    words-3.0-17.el6.noarch
    mysql-server-5.1.61-4.el6.x86_64
    python-kerberos-1.1-6.2.el6.x86_64
    rpm-4.8.0-27.el6.x86_64
    libpcap-1.0.0-6.20091201git117cb5.el6.x86_64
    passwd-0.77-4.el6_2.2.x86_64
    chkconfig-1.3.49.3-2.el6.x86_64
    cvs-1.11.23-11.el6_2.1.x86_64
    libuuid-2.17.2-12.7.el6.x86_64
    perl-DBI-1.609-4.el6.x86_64
    at-3.1.10-43.el6_2.1.x86_64
    pygobject2-2.20.0-5.el6.x86_64
    gawk-3.1.7-9.el6.x86_64
    libgudev1-147-2.42.el6.x86_64
    python-nose-0.10.4-3.1.el6.noarch
    perl-Pod-Simple-3.13-127.el6.x86_64
    ntsysv-1.3.49.3-2.el6.x86_64
    perl-Module-Load-0.16-127.el6.x86_64
    trace-cmd-1.0.5-7.el6.x86_64
    theora-tools-1.1.0-2.el6.x86_64
    libtiff-3.9.4-6.el6_3.x86_64
    perl-DBD-SQLite-1.27-3.el6.x86_64
    nfs4-acl-tools-0.3.3-6.el6.x86_64
    libXfixes-4.0.4-1.el6.x86_64
    perl-Compress-Zlib-2.020-127.el6.x86_64
    kernel-devel-2.6.32-279.5.1.el6.x86_64
    qt3-3.3.8b-30.el6.x86_64
    perl-ExtUtils-MakeMaker-6.55-127.el6.x86_64
    boost-graph-1.41.0-11.0.1.el6_1.2.x86_64
    ncurses-devel-5.7-3.20090208.el6.x86_64
    pango-1.28.1-3.el6_0.5.x86_64
    perl-Digest-SHA-5.47-127.el6.x86_64
    gstreamer-0.10.29-1.0.1.el6.x86_64
    libXmu-1.0.5-1.el6.x86_64
    foomatic-db-4.0-7.20091126.el6.noarch
    pam-1.1.1-10.el6_2.1.x86_64
    tcp_wrappers-7.6-57.el6.x86_64
    compat-libstdc++-33-3.2.3-69.el6.x86_64
    gstreamer-plugins-base-0.10.29-1.el6.x86_64
    pinentry-0.7.6-6.el6.x86_64
    elfutils-libelf-devel-0.152-1.el6.x86_64
    iproute-2.6.32-20.el6.x86_64
    boost-signals-1.41.0-11.0.1.el6_1.2.x86_64
    krb5-libs-1.9-33.el6_3.3.x86_64
    atlas-3.8.4-2.el6.x86_64
    cdparanoia-libs-10.2-5.1.el6.x86_64
    postgresql-libs-8.4.13-1.el6_3.x86_64
    redhat-lsb-4.0-3.0.1.el6.x86_64
    sssd-client-1.8.0-32.el6.x86_64
    python-qpid-qmf-0.14-14.0.1.el6_3.x86_64
    seekwatcher-0.12-5.el6.noarch
    libcurl-7.19.7-26.el6_2.4.x86_64
    I want to upgrade my OS from official repository on Primary and Standby Servers. And I have a question:
    Will I have a problem with my RDBMS after upgrade OS (e.g. statuses in dba_registry will become INVALID)?

    It's Ok.
    Now I have:
    $ cat /etc/issue
    Oracle Linux Server release 6.4
    No any problem.

  • Upgrading Oracle from 11.1.0.7 to 11.2 INVALIDATES Rules Manager ?Any Idea

    Operating system is HP UX ia64 and I used Automatic upgrade method using DBUA
    SQL> select substr(comp_name,1,40) comp_name, status, substr (version,1,10) version from dba_registry order by comp_name;
    COMP_NAME STATUS VERSION
    JServer JAVA Virtual Machine VALID 11.2.0.1.0
    Oracle Database Catalog Views VALID 11.2.0.1.0
    Oracle Database Java Packages VALID 11.2.0.1.0
    Oracle Database Packages and Types VALID 11.2.0.1.0
    Oracle Enterprise Manager VALID 11.2.0.1.0
    Oracle Expression Filter VALID 11.2.0.1.0
    Oracle Real Application Clusters INVALID 11.2.0.1.0
    Oracle Rules Manager INVALID 11.2.0.1.0 ---------------------------------------have anybody encoountered this Plz help
    Oracle Workspace Manager VALID 11.2.0.1.0
    Oracle XDK REMOVED 11.1.0.7.0
    Oracle XML Database VALID 11.2.0.1.0
    Thanks for Help in advance
    Gagan

    Hello EveryOne!
    I also have the same problem.
    I tried to run the rulpatch script but the problem still the same.
    I'm on AIX 5.3
    the script output says:
    .. loading the Expression Filter/BRM Java library
    call sys.dbms_java.loadjava(' -v -f -r -schema exfsys rdbms/jlib/ExprFilter.jar')
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    oracle.aurora.server.tools.loadjava.ToolsError:
    Error during loadjava: Failures occurred during processing.
    Check trace file for details
    ORA-06512: at "SYS.DBMS_JAVA", line 655.
    The Oracle Components :
    COMP_NAME STATUS PROCEDURE
    Oracle Expression Filter VALID VALIDATE_EXF
    Oracle Rules Manager                     INVALID VALIDATE_RUL
    Oracle XML Database VALID DBMS_REGXDB.VALIDATEXDB
    Oracle Enterprise Manager VALID
    Oracle Database Catalog Views VALID DBMS_REGISTRY_SYS.VALIDATE_CATALOG
    Oracle Database Packages and TypesVALID DBMS_REGISTRY_SYS.VALIDATE_CATPROC
    JServer JAVA Virtual Machine VALID INITJVMAUX.VALIDATE_JAVAVM
    Oracle Database Java Packages VALID DBMS_REGISTRY_SYS.VALIDATE_CATJAVA
    Thanks for the answers.
    Zs

  • What are the requirements for Oracle Locator?

    Hi, when installing a new database, we want to trim out the stuff that Oracle installs by default that we don't absolutely need. However, we do want to make use of the MDSYS.SDO_GEOMETRY type and Oracle Locator (not Spatial).
    Oracle has all these different components, and we jut found out that in order to use Locator, you have to install Oracle interMedia. Is there anything else there that Locator has a dependency on that we would be missing? We intend to install these:
    Oracle Workspace Manager
    Oracle Enterprise Manager
    Oracle Database Catalog Views
    Oracle Database Packages and Types
    But out of the list of the rest of them, what is needed for Oracle Locator?
    Spatial
    Oracle interMedia
    OLAP Catalog
    Oracle XML Database
    Oracle Text
    Oracle Expression Filter
    Oracle Rules Manager
    Oracle Workspace Manager
    Oracle Data Mining
    Oracle Database Catalog Views
    Oracle Database Packages and Types
    JServer JAVA Virtual Machine
    Oracle XDK
    Oracle Database Java Packages
    OLAP Analytic Workspace
    Oracle OLAP API

    Oracle Locator is implemented in the MDSYS userid. (It's included in every version and edition of the database since 8i, including 10gR2 Express Edition.)
    As you have noted, Locator is considered part of intermedia. (In some versions of Oracle, Locator is officially a feature of intermedia, in others it seems to be independent. In all versions, it uses a commono install with intermedia.) The install for intermedia 10gR2 is described at http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14302/ap_instl_upgrd.htm#sthref649
    I believe there are some Locator funtions in 10gR2 that are impemented in Java and require the JVM. The 10gR2 Express Edition (XE) does not include JVM and Locator seems to be mostly functional, but there are areas that do not work.
    Technically you do not need Oracle Text or Oracle XDK/XMLDB. I've found they are extremely useful so I do include them in my minimum installs. They are also included in XE.
    In your list the following are related to separately licensed EE options: Spatial, OLAP and Data Mining

Maybe you are looking for