Upgrade sqlplus in AS 10.1.3

The sqlplus that shipped with AS 10.1.3 is an old version (sqlplus 10.1.0.5). I am wondering whether there is a way to upgrade sqlplus to a newer version (such as 10.1.2.0)?
Thanks.

No, you cannot. You can install a separate Oracle home (client install) on the system, then use SQL*Plus from that home.
OracleAS 10.1.3 is built on the 10.1.0.5 database libraries, and you cannot simply upgrade these.

Similar Messages

  • Database Upgradation from oracle 9.2.0.8 to oracle11gR2

    Hi
    we are using AIX 5.3 TL 10 SP4 and we are upgrading DB from oracle9.2.0.8 to oracle 11.2.0.2
    i am having some doubt from below pre-upgrade scripts out put.
    oratst@ebsdevdb on /tmp # sqlplus "/as sysdba"
    SQL*Plus: Release 9.2.0.8.0 - Production on Mon Jul 4 10:11:48 2011
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    SQL> spool 11202_upgrade.txt
    SQL> @utlu112i.sql
    Oracle Database 11.2 Pre-Upgrade Information Tool 07-04-2011 10:17:06
    Script Version: 11.2.0.2.0 Build: 001
    Database:
    --> name: EBSTEST
    --> version: 9.2.0.8.0
    --> compatible: 9.2.0
    --> blocksize: 8192
    --> timezone file: V1
    Logfiles: [make adjustments in the current environment]
    --> The existing log files are adequate. No changes are required.
    Tablespaces: [make adjustments in the current environment]
    --> SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 8546 MB
    --> TOOLS tablespace is adequate for the upgrade.
    .... minimum required size: 8 MB
    --> TEMP tablespace is adequate for the upgrade.
    .... minimum required size: 61 MB
    --> AR_TABLE tablespace is adequate for the upgrade.
    .... minimum required size: 33497 MB
    --> FND_TABLE tablespace is adequate for the upgrade.
    .... minimum required size: 45447 MB
    --> AMVD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> ASOD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> CCTD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> IBUD tablespace is adequate for the upgrade.
    .... minimum required size: 1 MB
    --> IEMD tablespace is adequate for the upgrade.
    .... minimum required size: 5 MB
    --> IEOD tablespace is adequate for the upgrade.
    .... minimum required size: 4 MB
    --> JTFD tablespace is adequate for the upgrade.
    .... minimum required size: 135 MB
    --> OKCD tablespace is adequate for the upgrade.
    .... minimum required size: 34 MB
    --> XDPD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> XNPD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> APPS_UNDOTS1 tablespace is adequate for the upgrade.
    .... minimum required size: 849 MB
    Update Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    Note: Pre-upgrade tool was run on a lower version 64-bit database.
    --> If Target Oracle is 32-Bit, refer here for Update Parameters:
    WARNING: --> "compatible" must be set to at least 10.1.0
    --> If Target Oracle is 64-Bit, refer here for Update Parameters:
    WARNING: --> "compatible" must be set to at least 10.1.0
    WARNING: --> "shared_pool_size" needs to be increased to at least 532 MB
    WARNING: --> "java_pool_size" needs to be increased to at least 128 MB
    Renamed Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    -- No renamed parameters found. No changes are required.
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    --> optimizer_max_permutations 10.1 OBSOLETE
    --> row_locking 10.1 OBSOLETE
    --> undo_suppress_errors 10.1 OBSOLETE
    --> max_enabled_roles 10.1 DEPRECATED
    --> enqueue_resources 10.2 OBSOLETE
    --> sql_trace 10.2 DEPRECATED
    --> background_dump_dest 11.1 DEPRECATED replaced by "diagnostic_dest"
    --> user_dump_dest 11.1 DEPRECATED 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
    --> Real Application Clusters [upgrade] INVALID
    --> Oracle Text [upgrade] VALID
    --> Oracle XML Database [install]
    --> Oracle Java Packages [upgrade] VALID
    --> Oracle interMedia [upgrade] VALID
    --> Spatial [upgrade] VALID
    Miscellaneous Warnings
    WARNING: --> Passwords exist in some database links.
    .... Passwords will be encrypted during the upgrade.
    .... Downgrade of database links with passwords is not supported.
    WARNING: --> Deprecated CONNECT role granted to some user/roles.
    .... CONNECT role after upgrade has only CREATE SESSION privilege.
    WARNING: --> Database is using a timezone file older than version 14.
    .... After the release migration, it is recommended that DBMS_DST package
    .... be used to upgrade the 9.2.0.8.0 database timezone version
    .... to the latest version which comes with the new release.
    WARNING: --> Database contains INVALID objects prior to upgrade.
    .... The list of invalid SYS/SYSTEM objects was written to
    .... registry$sys_inv_objs.
    .... The list of non-SYS/SYSTEM objects was written to
    .... registry$nonsys_inv_objs.
    .... Use utluiobj.sql after the upgrade to identify any new invalid
    .... objects due to the upgrade.
    .... USER ADWANIAH has 1 INVALID objects.
    .... USER APPS has 34 INVALID objects.
    .... USER CHAKKACHANSA has 1 INVALID objects.
    .... USER FA_USER has 9 INVALID objects.
    .... USER SYSSEL has 2 INVALID objects.
    .... USER SYSTEM has 30 INVALID objects.
    .... USER XXITDFINAD has 7 INVALID objects.
    WARNING: --> SYSTEM schema default tablespace has been altered.
    .... The SYSTEM schema default tablespace is currently set to TOOLS.
    .... Prior to upgrading your database please reset the
    .... SYSTEM schema default tablespace to SYSTEM using the command:
    .... ALTER USER SYSTEM DEFAULT TABLESPACE SYSTEM;
    WARNING: --> Database contains schemas with objects dependent on DBMS_LDAP package.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    .... USER APPS has dependent objects.
    Recommendations
    Oracle recommends gathering dictionary statistics prior to
    upgrading the database.
    To gather dictionary statistics execute the following commands
    while connected as SYSDBA:
    EXECUTE dbms_stats.gather_schema_stats('CTXSYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('DBSNMP',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('MDSYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('ORDPLUGINS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('ORDSYS',options=>'GATHER'
    estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('OUTLN',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('SYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('SYSTEM',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    Oracle recommends removing all hidden parameters prior to upgrading.
    To view existing hidden parameters execute the following command
    while connected AS SYSDBA:
    SELECT name,description from SYS.V$PARAMETER WHERE name
    LIKE '\_%' ESCAPE '\'
    Changes will need to be made in the init.ora or spfile.
    Oracle recommends reviewing any defined events prior to upgrading.
    Changes will need to be made in the init.ora or spfile.
    Oracle recommends reviewing any defined events prior to upgrading.
    To view existing non-default events execute the following commands
    while connected AS SYSDBA:
    Events:
    SELECT (translate(value,chr(13)||chr(10),' ')) FROM sys.v$parameter2
    WHERE UPPER(name) ='EVENT' AND isdefault='FALSE'
    Trace Events:
    SELECT (translate(value,chr(13)||chr(10),' ')) from sys.v$parameter2
    WHERE UPPER(name) = '_TRACE_EVENTS' AND isdefault='FALSE'
    Changes will need to be made in the init.ora or spfile.
    SYSAUX Tablespace:
    [Create tablespace in the Oracle Database 11.2 environment]
    --> New "SYSAUX" tablespace
    .... minimum required size for database upgrade: 500 MB
    From above output script
    1)SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 8546 MB
    From system tablespace minimum required size means free space from system tablespace or total size of system tablespace?
    i am going to use dbua utility for upgrade means does it alter tablespace as per output of scripts or we need to manually alter tablespace size as per requirement?
    2)WARNING: --> Database contains schemas with objects dependent on DBMS_LDAP package.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    .... USER APPS has dependent objects.
    what is above warning and how can i configure ACL's for APPS User?
    Thanks
    With Regards
    A-Z

    Hi
    oratst@ebsdevdb on /ebdbh/11g/data/cfgtoollogs/dbua/ebstest/upgrade1 # more Upgrade_Directive.log
    Connected.
    ODMA_DIRECTIVE:VERSION:9.2.0.8
    ODMA_DIRECTIVE:MIGRATE_SID:
    ODMA_DIRECTIVE:ORA:IGNORE:06512:
    ODMA_DIRECTIVE:ORA:FATAL:00600:
    ODMA_DIRECTIVE:ORA:FATAL:01012:
    ODMA_DIRECTIVE:ORA:FATAL:01031:
    ODMA_DIRECTIVE:ORA:FATAL:01034:
    ODMA_DIRECTIVE:ORA:FATAL:01078:
    ODMA_DIRECTIVE:ORA:FATAL:01092:
    ODMA_DIRECTIVE:ORA:FATAL:01109:
    ODMA_DIRECTIVE:ORA:FATAL:01119:
    ODMA_DIRECTIVE:ORA:FATAL:01507:
    ODMA_DIRECTIVE:ORA:FATAL:01722:
    ODMA_DIRECTIVE:ORA:FATAL:03113:
    ODMA_DIRECTIVE:ORA:FATAL:03114:
    ODMA_DIRECTIVE:ORA:FATAL:07445:
    ODMA_DIRECTIVE:ORA:FATAL:12560:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01650:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01651:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01652:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01653:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01654:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01655:
    ODMA_DIRECTIVE:ORA:RECOVER_ROLL:01562:
    ODMA_DIRECTIVE:ORA:RECOVER_INIT:04031:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:rdbms/admin/catupgrd.sql:
    ODMA_DIRECTIVE:BOUNCE_DATABASE:UPGRADE:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:rdbms/admin/catuppst.sql:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:sqlplus/admin/help/hlpbld.sql helpus.sql:
    Thanks
    With Regards
    A-Z

  • Wait event PX Deq: reap credit in Oracle 9.2.0.8

    Hi,
    Can you please explain me what does mean by "PX Deq: reap credit" wait event. My session is waiting on this event. Can you please suggest how to reduce this wait.
    Thanks

    Hi
    oratst@ebsdevdb on /ebdbh/11g/data/cfgtoollogs/dbua/ebstest/upgrade1 # more Upgrade_Directive.log
    Connected.
    ODMA_DIRECTIVE:VERSION:9.2.0.8
    ODMA_DIRECTIVE:MIGRATE_SID:
    ODMA_DIRECTIVE:ORA:IGNORE:06512:
    ODMA_DIRECTIVE:ORA:FATAL:00600:
    ODMA_DIRECTIVE:ORA:FATAL:01012:
    ODMA_DIRECTIVE:ORA:FATAL:01031:
    ODMA_DIRECTIVE:ORA:FATAL:01034:
    ODMA_DIRECTIVE:ORA:FATAL:01078:
    ODMA_DIRECTIVE:ORA:FATAL:01092:
    ODMA_DIRECTIVE:ORA:FATAL:01109:
    ODMA_DIRECTIVE:ORA:FATAL:01119:
    ODMA_DIRECTIVE:ORA:FATAL:01507:
    ODMA_DIRECTIVE:ORA:FATAL:01722:
    ODMA_DIRECTIVE:ORA:FATAL:03113:
    ODMA_DIRECTIVE:ORA:FATAL:03114:
    ODMA_DIRECTIVE:ORA:FATAL:07445:
    ODMA_DIRECTIVE:ORA:FATAL:12560:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01650:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01651:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01652:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01653:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01654:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01655:
    ODMA_DIRECTIVE:ORA:RECOVER_ROLL:01562:
    ODMA_DIRECTIVE:ORA:RECOVER_INIT:04031:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:rdbms/admin/catupgrd.sql:
    ODMA_DIRECTIVE:BOUNCE_DATABASE:UPGRADE:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:rdbms/admin/catuppst.sql:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:sqlplus/admin/help/hlpbld.sql helpus.sql:
    Thanks
    With Regards
    A-Z

  • Upgrade 10.2.0.1 to 10.2.0.3 on HPUX is creating zero size sqlplus file.

    Hi All,
    Oracle 10.2.0.1 on HPUX
    I'm trying to patch Oracle (going from 10.2.0.1 to 10.2.0.3). I've downloaded the patch, and modified my response file.
    Successfully patch install. Please see the log file.
    But when I am doing sqlplus …. Not coming any thing. When I am checking sqlplus file. It’s size is of zero bytes
    ls –l output
    snlims02: > ls -l $ORACLE_HOME/bin/sqlplus
    -rwxr-xr-x 1 oracle dba 0 Apr 26 2007 /dboracle/orabase/product/10.2.0//bin/sqlplus
    I used silent mode for installation as below.
    ./runInstaller -silent -responseFile /tem/patchset.rsp
    Thanks,
    Anant

    Most likely it was a failed installation. The fact that SQL*Plus executable did not generate would tell me that there were errors during the linking phase. Check the log files under $O_H/cfgtoollogs/oui directory to locate the error.
    Cheers,
    Anirban

  • Upgrade - 4.6B - ECC6 phase TP_ACTION_CP2SINI - fails

    Platoform - Solaris 5.9
    Oracle - 10.2.0.2
    Upgrade of 4.6B - ECC6 fails in the phase <b>TP_ACTION_CP2SINI</b>
    This phase in the previous Mock had completed in 20 min aprox, but on the present mock upgrade its taken longer time.....
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    ERROR: No connect due to DbSl Load Lib Failure
    ERROR: The values set for DIR_LIBRARY ('/usr/sap/P35/SYS/exe/run') or dbms_type ('ORA') are invalid.
    ERROR: Connect to P35 failed (20070824170148).
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    ERROR: No entry for SAPKBBF700 in E070 or error during access.
    ERROR SAPKBBF700           P35 E 0012 20070824180341 DDIC         p35adm       RELSAPDB 20070824173846006328
    HALT 20070824180341
    ERROR: uncaught internal error: ORA-03114: not connected to ORACLE
    ERROR: EXIT(16) -> process ID is: 25384
    ERROR: Connect to P35 failed (20070824180342, probably wrong environment).
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Kind assistance appreciated.
    Regards,
    Siddhartha Gupte
    +91 9833888910

    Hi Markus,
    Oracle is running but give a problem when creating a tablespace - PSAPTEMP1 through sqlplus but when checked through the DB02, the size shown is '0'
    when try to modify or create any table through brtools below error is given.
    BR*Tools main menu
    1 = Instance management
    2 - Space management
    3 - Segment management
    4 - Backup and database copy
    5 - Restore and recovery
    6 - Check and verification
    7 - Database statistics
    8 - Additional functions
    9 - Exit program
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    2
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.19
    BR0663I Your choice: '2'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.19
    BR0656I Choice menu 5 - please make a selection
    Database space management
    1 = Extend tablespace
    2 - Create tablespace
    3 - Drop tablespace
    4 - Alter tablespace
    5 - Alter data file
    6 - Move data file
    7 - Additional space functions
    8 - Reset program status
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    1
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.21
    BR0663I Your choice: '1'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.21
    BR0657I Input menu 81 - please check/enter input values
    BRSPACE options for tablespace extension
    1 - BRSPACE profile (profile) ...... [initP35.sap]
    2 - Database user/password (user) .. [/]
    3 ~ Tablespace name (tablespace) ... []
    4 - Confirmation mode (confirm) .... [yes]
    5 - Scrolling line count (scroll) .. [20]
    6 - Message language (language) .... [E]
    7 - BRSPACE command line (command) . [-p initP35.sap -s 20 -l E -f tsextend]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    3
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.24
    BR0663I Your choice: '3'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.24
    BR0681I Enter string value for "tablespace" []:
    psaptemp1
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.42
    BR0683I New value for "tablespace": 'psaptemp1'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.42
    BR0657I Input menu 81 - please check/enter input values
    BRSPACE options for tablespace extension
    1 - BRSPACE profile (profile) ...... [initP35.sap]
    2 - Database user/password (user) .. [/]
    3 ~ Tablespace name (tablespace) ... [psaptemp1]
    4 - Confirmation mode (confirm) .... [yes]
    5 - Scrolling line count (scroll) .. [20]
    6 - Message language (language) .... [E]
    7 - BRSPACE command line (command) . [-p initP35.sap -s 20 -l E -f tsextend -t psaptemp1]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    c
    BR0280I BRTOOLS time stamp: 2007-08-24 20.52.05
    BR0663I Your choice: 'c'
    BR0259I Program execution will be continued...
    BR0291I BRSPACE will be started with options '-p initP35.sap -s 20 -l E -f tsextend -t psaptemp1'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.52.05
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRTOOLS time stamp: 2007-08-24 20.52.09
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR1001I BRSPACE 7.00 (18)
    BR1002I Start of BRSPACE processing: sdvzqkms.tse 2007-08-24 20.52.10
    BR0280I BRSPACE time stamp: 2007-08-24 20.52.10
    BR0301W SQL error -904 at location BrsDblogOpen-6, SQL statement:
    'INSERT INTO SAP_DBAML (SYS_ID, OPER_ID, TASKNAME, JOB_NR, TRIAL, UTIL_NR, FUNC_ID, UPD_OP, TOOLSET, PROGNAME, LOG_NAME, STATUS, BEGIN_OP, END_OP, RC, INTERNAL) VALUES ('P35', '20070824205210', 'Extend tablespace', '0000000000', '1', '0000000000', 'tse', '20070824205210', 'SAP CCMS', 'BRSPACE', '/oracle/P35/sapreorg/sdvzqkms.tse', 'STARTED', '20070824205210', ' ', '0000', 'sdvzqkms')'
    ORA-00904: "TOOLSET": invalid identifier
    BR0324W Insertion of database log header failed
    BR0280I BRSPACE time stamp: 2007-08-24 20.52.10
    BR1009I Name of database instance: P35
    BR1010I BRSPACE action ID: sdvzqkms
    BR1011I BRSPACE function ID: tse
    BR1012I BRSPACE function: tsextend
    BR0280I BRSPACE time stamp: 2007-08-24 20.52.11
    BR0657I Input menu 303 - please check/enter input values
    Options for extension of tablespace PSAPTEMP1 (1. file)
    1 * Last added file name (lastfile) ....... [/oracle/P35/sapdata5/temp1_1/temp1.data1]
    2 * Last added file size in MB (lastsize) . [500]
    3 - New file to be added (file) ........... [/oracle/P35/sapdata5/temp1_2/temp1.data2]
    4 ~ Raw disk / link target (rawlink) ...... []
    5 - Size of the new file in MB (size) ..... [500]
    6 - File autoextend mode (autoextend) ..... [no]
    7 # Maximum file size in MB (maxsize) ..... []
    8 # File increment size in MB (incrsize) .. []
    9 - SQL command (command) ................. [alter tablespace PSAPTEMP1 add tempfile '/oracle/P35/sapdata5/temp1_2/temp1.data2' size 500M autoextend off]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    Expecting your kind reply,
    Siddhartha gupte

  • After Upgrade OBI 10g to 11g:Odbc driver returned an error - SQLExecDirectW

    Hi all,
    for an OBI upgrade from 10g to 11g I used a RPD and Webcatalog based on a remote machine other than my local machine. Firstable I am making the tests on a Linux Virtual machine, which uses the Sample Lite version from Oracle.
    I made the following steps:
    1. I upgraded the RPD and Webcatalog. It worked without any errors.
    2. I set the static variable BI_EE_HOME via Administration Tool to the path in the Linux machine.
    --> Here I am not sure if the set path is correct. It begins with: \bi\ ...\instances\...\coreapplication_obis1 (... : I can't mention here the whole path name).
    --> When the OBI Server is installed in Windows, the mentioned static variable points to something like 'C:\<install folder>\...\coreapplication_obis1'
    --> Question: is the begin of my set path correct?. I set that pointing to the Linux OBI Server, because the OBI Server is installed on Linux.
    Problem:
    After login as the user in RPD: Administrator/<Password for my upgraded RPD> I can see the links in the Catalog and the Dashboards links. But I can not see any values, any Reports when going through the links.
    For example when trying to see a Dashboard with date 12.02.2011it happens:
    Odbc driver returned an error (SQLExecDirectW).
    Status: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] general error.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43119] Query Failed:
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 17014] Could not connect to Oracle database. (HY000)
    SQL Issued: SELECT "Dimension_-_My Dimension"."MyDimension" saw_0 FROM "Accounting (ACC)" WHERE "Dimension_-_My Dimension"."MyDimension" LIKE 'J%' ORDER BY saw_0
    I think its not retrieving the data from the remote database, because I don't have the data of the remote database in my local. I think the OBI Server still is pointing to the local virtual machine Oracle database.
    Can anybody tell me what happens here and how can I solve this problem?.
    I would appreciate any help....

    Hi gerardnico,
    I've tried many things and did as in your articles, but I don't have success with that.
    These are the things I did:
    1. I searched for the file tnsnames.ora in my Linux virtual machine. I could find it in many paths:
    /.../Oracle_BI1/network/admin/samples/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/hs/admin/tnsnames.ora.sample
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/samples/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/temp/tnsnames.ora
    /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
    in the last path I found the listener.ora as well.
    2. I took the tnsnames.ora from the last path, because the ORACLE_HOME points to /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    3. I edited the tnsnames.ora this way:
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host_of_the_remote_machine)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = database_name_of_the_remote_machine)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = database_SID_of_the_remote_machine)
    (PRESENTATION = RO)
    4. I made a backup of the tnsnames.ora in path /.../Oracle_BI1/network/admin/samples/tnsnames.ora
    and copied the tnsnames.ora from /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin to the Oracle_BI1 path
    5. I set the TNS_ADMIN to /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
    6. I restarted the BI Server
    No success in what I did. The error is still there.
    7. I've tried also: sqlplus database_user_remote_machine/database_password_remote_machine@database_SID_remote_machine
    I didn't get the connection:
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 16 04:36:10 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: database_user_remote_machine
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    What am I doing wrong here?. I am still thinking that I need the import of the database.
    Additional SID=Service-Name=Database-name in the remote machine.

  • Upgrading Application Express on Oracle XE (installed on Ubuntu 8.04)

    I'd installed on my laptop (OP is Ubuntu 8.04) Oracle XE and is wotking quite fine.
    But I really like to upgrade apex to last version (3.1.2). I read documentation but are not many information about how to upgrade.
    Daniel

    Thanks Arie,
    On whatever version of Windows I've updated without problems Application Express.
    I'm talking here about Ubuntu (a debian distribution of Linux).
    My problem is where to unzip apex, where to use sqlplus command prompt etc., because is different than Windows.
    If you don't have DBA rights on the account (user account other than root) you have errors in installation process and more.
    For example they say in doc...:0
    "To run the apxconf.sql configuration script:
    1. Change your working directory to ORACLE_BASE\ORACLE_HOME\apex or whatever convention used to indicate the Oracle home.
    2. Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS. For example:
    * On Windows:
    SYSTEM_DRIVE:\ sqlplus /nolog
    SQL&gt; CONNECT SYS as SYSDBA
    Enter password: SYS_password
    * On UNIX and Linux:
    $ sqlplus /nolog
    SQL&gt; CONNECT SYS as SYSDBA
    Enter password: SYS_password".....
    When you install Oracle what version you need, OP (Linux) create a different user account for Oracle. Usually if you want to use your account like dba for oracle, you need to give to that account the proper rights.
    So, I need a installation rutine (for upgrading) for apex on Linux.

  • Owbsys.wb_rt_api_exec.open fails after upgrade to OWB 11gR2

    The following code is used as a PLSQL wrapper to execute OWB mappings and is based on the good old run_my_own_stuff.sql. We have been mandated to use Tivoli as the corporate scheduler, meaning we do not have Workflow as a solution. We have implemented the audit_execution_id as an input parameter to all the mappings to be able to link the data to the OWBSYS audit tables, as well as return mapping performance and success info to the execution process/session. I have implemented this exact same procedure in 10gR1, 10gR2 and 11gR1 (current dev env) with no problems at all - the code ports easily. However following an upgrade (actually an export/import of the repository from 11gR1 on a 64bit solaris to 11gR2 on Exadata running enterprise linux 5) - actually the test server (I know, I know, I said the same thing!), the code now fails on the wb_rt_api_exec.open line (highlighted).
    CREATE OR REPLACE PROCEDURE bi_ref_data.map (p_map_name IN VARCHAR2)
    -- Procedure to execute ETL mapping package via command line call
    -- Mapping names are held in the BI_REF_DATA.MAP_NAME table
    -- with the mapping type and location data
    AS
    v_repos_owner VARCHAR2 (30) := <repository_owner>;
    v_workspace_owner VARCHAR2 (30) := <workspace_owner>;
    v_workspace_name VARCHAR2 (30) := <workspace_name>;
    v_loc_name VARCHAR2 (30);
    v_map_type VARCHAR2 (30);
    v_map_name VARCHAR2 (30) := UPPER (p_map_name);
    v_retval VARCHAR2 (255);
    v_audit_execution_id NUMBER; -- Audit Execution Id
    v_audit_result NUMBER;
    v_start_time timestamp := LOCALTIMESTAMP;
    v_end_time timestamp;
    v_execution_time NUMBER;
    v_record_rate NUMBER := 0;
    v_records_selected NUMBER;
    v_records_inserted NUMBER;
    v_records_updated NUMBER;
    v_records_deleted NUMBER;
    v_records_merged NUMBER;
    v_errors NUMBER;
    v_failure VARCHAR2 (4000);
    e_no_data_found_in_audit exception;
    v_audit_exec_count NUMBER;
    e_execution_id_error exception;
    BEGIN
    SELECT UPPER (loc_name), UPPER (map_type)
    INTO v_loc_name, v_map_type
    FROM bi_ref_data.owb_map_table
    WHERE UPPER (map_name) = UPPER (v_map_name);
    IF UPPER (v_map_type) = 'PLSQL'
    THEN
    v_map_type := 'PLSQL';
    ELSIF UPPER (v_map_type) = 'SQL_LOADER'
    THEN
    v_map_type := 'SQLLoader';
    ELSIF UPPER (v_map_type) = 'SAP'
    THEN
    v_map_type := 'SAP';
    ELSIF UPPER (v_map_type) = 'DATA_AUDITOR'
    THEN
    v_map_type := 'DataAuditor';
    ELSIF UPPER (v_map_type) = 'PROCESS'
    THEN
    v_map_type := 'ProcessFlow';
    END IF;
    -- Changed code for owb11gr2
    -- owbsys.wb_workspace_management.set_workspace (v_workspace_name, v_workspace_owner);
    owbsys.wb_rt_script_util.set_workspace (v_workspace_owner || '.' || v_workspace_name);
    v_audit_execution_id   := owbsys.wb_rt_api_exec.open (v_map_type, v_map_name, v_loc_name);
    IF v_audit_execution_id IS NULL
    OR v_audit_execution_id = 0
    THEN
    RAISE e_execution_id_error;
    END IF;
    v_retval := v_retval || 'audit_execution_id=' || TO_CHAR (v_audit_execution_id);
    v_audit_result := owbsys.wb_rt_api_exec.execute (v_audit_execution_id);
    IF v_audit_result = owbsys.wb_rt_api_exec.result_success
    THEN
    v_retval := v_retval || ' --> SUCCESS';
    ELSIF v_audit_result = owbsys.wb_rt_api_exec.result_warning
    THEN
    v_retval := v_retval || ' --> WARNING';
    ELSIF v_audit_result = owbsys.wb_rt_api_exec.result_failure
    THEN
    v_retval := v_retval || ' --> FAILURE';
    ELSE
    v_retval := v_retval || ' --> UNKNOWN';
    END IF;
    DBMS_OUTPUT.put_line (v_retval);
    owbsys.wb_rt_api_exec.close (v_audit_execution_id);
    v_end_time := LOCALTIMESTAMP;
    v_execution_time := bi_ref_data.get_seconds_from_interval (v_end_time - v_start_time);
    v_retval := 'Execution time = ' ||
    v_execution_time ||
    ' seconds.';
    DBMS_OUTPUT.put_line (v_retval);
    SELECT COUNT (w.rta_select)
    INTO v_audit_exec_count
    FROM owbsys.owb$wb_rt_audit w
    WHERE w.rte_id = v_audit_execution_id;
    IF v_audit_exec_count = 0
    THEN
    RAISE e_no_data_found_in_audit;
    END IF;
    SELECT w.rta_select,
    w.rta_insert,
    w.rta_update,
    w.rta_delete,
    w.rta_merge,
    rta_errors
    INTO v_records_selected,
    v_records_inserted,
    v_records_updated,
    v_records_deleted,
    v_records_merged,
    v_errors
    FROM owbsys.owb$wb_rt_audit w
    WHERE w.rte_id = v_audit_execution_id;
    v_retval := v_records_selected || ' records selected';
    DBMS_OUTPUT.put_line (v_retval);
    IF v_records_inserted > 0
    THEN
    v_retval := v_records_inserted || ' inserted';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_records_updated > 0
    THEN
    v_retval := v_records_updated || ' updated';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_records_deleted > 0
    THEN
    v_retval := v_records_deleted || ' deleted';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_records_merged > 0
    THEN
    v_retval := v_records_merged || ' merged';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_errors > 0
    THEN
    v_retval := v_errors || ' errors';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_execution_time > 0
    THEN
    v_record_rate := TRUNC ( (v_records_inserted + v_records_updated + v_records_deleted + v_records_merged) / v_execution_time, 2);
    v_retval := v_record_rate || ' records/sec';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF (v_audit_result = owbsys.wb_rt_api_exec.result_failure
    OR v_audit_result = owbsys.wb_rt_api_exec.result_warning)
    THEN
    FOR cursor_error
    IN (SELECT DISTINCT aml.plain_text
    FROM owbsys.owb$wb_rt_audit_messages am
    INNER JOIN
    owbsys.owb$wb_rt_audit_message_lines aml
    ON am.audit_message_id = aml.audit_message_id
    WHERE am.audit_execution_id = v_audit_execution_id)
    LOOP
    DBMS_OUTPUT.put_line (cursor_error.plain_text);
    END LOOP;
    END IF;
    -- OWBSYS.wb_rt_api_exec.close (v_audit_execution_id);
    COMMIT;
    EXCEPTION
    WHEN e_execution_id_error
    THEN
    raise_application_error (-20011, 'Invalid execution ID returned from OWB');
    -- RAISE;
    WHEN e_no_data_found_in_audit
    THEN
    raise_application_error (-20010, 'No data found in audit table for execution_id - ' || v_audit_execution_id);
    -- RAISE;
    WHEN NO_DATA_FOUND
    THEN
    raise_application_error (-20001, 'Error in reading data from OWBSYS tables.');
    -- RAISE;
    END;
    Does anyone out there know if there is a difference between 11gR1 and R2 in the way that the wb_rt_api_exec function works?
    Is there a simple way to retrieve the audit_id before executing the mapping, or at a push during the mapping so that we can maintain the link between the session data and the OWBSYS audit data?
    Martin

    Hi David, I have been reading some of your posts and blogs around OWB and I still have not found the answer.
    OK, thereis/was a script that Oracle Support/forums/OTN sent out a while ago called "run_my_iowb_stuff" - I am sure you will be familiar with it. I based the code I uploaded on it and added additional functionality. In essence, I wanted to use the audit_id as an input parameter tot he mapping, so that I can register the audit_id in the management tables, and associate each row of loaded data with a specific mapping_id which would allow a simple link to the owbsys audit tables to complete the audit circle. To that end, I used the owbsys.wb_rt_api_exec.open procedure to register the mapping execution, and then on the execute procedure of the same package, I passed this audit_id in as a custom parameter:
    <<snip>>
    owbsys.wb_workspace_management.set_workspace (v_workspace_name, v_workspace_owner);
    v_audit_execution_id := owbsys.wb_rt_api_exec.open (v_map_type, v_map_name, v_loc_name, 'PLSQL');
    IF v_audit_execution_id IS NULL
    OR v_audit_execution_id = 0
    THEN
    RAISE e_execution_id_error;
    END IF;
    v_retval := v_retval || 'audit_execution_id=' || TO_CHAR (v_audit_execution_id);
    IF v_include_mapping_id > 0 -- if non-zero, submit owb execution id as an input parameter to the map process
    THEN
    owbsys.wb_rt_api_exec.override_input_parameter (
    v_audit_execution_id,
    'p_execution_id',
    TO_CHAR (v_audit_execution_id),
    owbsys.wb_rt_api_exec.parameter_kind_custom
    END IF;
    <<snip>>
    The execution is closed, also by the use of the audit_id ( "owbsys.wb_rt_api_exec.close (v_audit_execution_id)" )
    I can also use the audit_id to inspect the audit tables to retrieve the records processed as well as any associated error messages, and format them for the calling application (owSQL*Plus, which is normally the context of our current use).
    This procedure has been working weel up to now until we moved over to 11gR2 when all of a sudden the audit_id is not returned when executing "v_audit_execution_id := owbsys.wb_rt_api_exec.open (v_map_type, v_map_name, v_loc_name);". Prior to 11gR2 this worked like a charm - now it has crashed to a halt.
    As an interesting twist, I have tried to substitute a sequence number for the audit_id, and then tried to get the audit_id after the mapping completes, so that I can put both the sequence and audit id in a table so it maintains the link. However in attempting to use the owbsys.wb_rt_script_util.run_task procedure which now appears to be the only thing left working, I was astonished to see the following output in sqlplus:
    SQL> exec map1('stg_brand')
    Stage 1: Decoding Parameters
    | location_name=STAGE_MOD
    | task_type=PLSQLMAP
    | task_name=STG_BRAND
    Stage 2: Opening Task
    | l_audit_execution_id=2135
    Stage 3: Overriding Parameters
    Stage 4: Executing Task
    | l_audit_result=1 (SUCCESS)
    Stage 5: Closing Task
    Stage 6: Processing Result
    | exit=1
    --> SUCCESS
    Execution time = .647362 seconds.
    records/sec
    PL/SQL procedure successfully completed.
    SQL>
    This output seems so identical to the "run_my_owb_stuff" that either Oracle support generated their "run_my_owb_stuff" as a lightweight owbsys.wb_rt_script_util.run_task procedure, or Oracle incorporated the "run_my_owb_stuff" script into their owbsys.wb_rt_script_util.run_task procedure! Which way round I cannot say, but it is surely one or the other! To make matters worse, I have raised this with Oracle Support, and they have the temerity to claim that they do not support the "run_my_owb_stuff" script, but think enough of it to incorporate it into their own package in a production release!
    To overcome my problems, in the short term, I need to be able to access the audit_id either during or after the execution of the mapping, so that I can at least associate that with a sequence number I am having to pass in as a parameter to each mapping. In the longer term, i would like a solution to be able to access the audit_id before I execute the mapping, as I could by calling the "owbsys.wb_rt_api_exec.open " procedure. Ideally this would be solved first and I would not need to use a sequence at all.
    Hope this clarifies things a bit.
    Regards
    Martin

  • Upgrade R12.0.4 DB 10.2.0.3 to 11.1.0.7

    Hi All,
    I have followed the below steps to upgrade R12 DB on SLES 10 SP2 from 10g to 11g
    3- Perform pre-requsites for patch 6928236
    4- Apply INTEROPERABILITY PATCH 6928236
    5- Apply TXK - 12.0.4 Consolidated Patch 1 7207440
    6- Perform patch 7207440 post install steps
    7- Apply patch 6400501 to applicaition tier, follow these steps:
         cd /oracle/apps/prod/a*/a*/a*
    . ./APPSPROD_prod.env
    export PATH=$PATH:$ORACLE_HOME/OPatch
    cd /oracle/patches/apps/6400501
         opatch lsinventory -invPtrLoc $INST_TOP/admin/oraInst.loc
    opatch apply -invPtrLoc $INST_TOP/admin/oraInst.loc
    After patch is applied do the following:
    cd $ORACLE_HOME/forms/lib
    make -f ins_forms.mk install
    cd $ORACLE_HOME/reports/lib
    `
    8- Apply timezone V4 patch 5632264 to 10g DB (OLD DB) using opatch apply. shutdown and start it up again for the change to take effect
         export PATH=$PATH:$ORACLE_HOME/OPatch
         cd /oracle/patches/db/5632264
         opatch lsinventory -invPtrLoc $ORACLE_HOME/oraInst.loc
         opatch apply -invPtrLoc $ORACLE_HOME/oraInst.loc     
    9- gedit /home/oracle/.bash_profile Create (create it if it doesn't exist) and write in it
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/oracle/apps/prod/db11; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/tech_st/11.1.0; export ORACLE_HOME
    ORACLE_SID=PROD; export ORACLE_SID
    LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/perl/bin:$PATH; export PATH
    PERL5LIB=$ORACLE_HOME/perl/lib/5.8.3:$ORACLE_HOME/perl/lib/site_perl/5.8.3 export PERL5LIB
    TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
    10- Install Oracle Database 11gR1 software only using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    In the Installation Types window, use the Product Languages button to select any languages other than American English that are used by your Applications database instance. Choose the Enterprise Edition installation type. In the subsequent windows, select the options not to upgrade an existing database and to install the database software only. Select Oracle Home Name to be PROD_db111_RDBMS
    11- Install Oracle Database 11g Products from the 11g Examples CD using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    In the Installation Types window, use the Product Languages button to select any languages other than American English that are used by your Applications database instance.
    12- Set ENV variables in /home/oracle/.bash_profile
    ORACLE_BASE=/oracle/apps/prod/db11; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/tech_st/11.1.0; export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/perl/bin:$PATH; export PATH
    PERL5LIB=$ORACLE_HOME/perl/lib/5.8.3:$ORACLE_HOME/perl/lib/site_perl/5.8.3 export PERL5LIB
    13- Install Oracle Database 11gR1 Patchest 7 using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    14- Run $ORACLE_HOME/perl/bin/perl $ORACLE_HOME/nls/data/old/cr9idata.pl
    15- Add the following line to /home/oracle/.bash_profile ORA_NLS10=/oracle/apps/prod/db11/tech_st/11.1.0/nls/data/9idata; export ORA_NLS10
    16- export $PATH:$ORACLE_HOME/OPatch
    17- cp $ORACLE_HOME/oraInst.loc /etc
    18- opatch lsinventory
    19- Apply patch 7486407 to 11g home using
         opatch apply
    20- Apply patch 7684818 to 11g home using
         opatch napply -skip_subset -skip_duplicate
    21- Gather stats for dictionary tables on the 10g DB (OLD DB) using exec dbms_stats.gather_dictionary_stats;
    22- Extende old Database tablespace SYSAUX to be 500 using the following command
    A- alter database datafile '/oracle/apps/prod/db/apps_st/data/sysaux01.dbf' resize 500m;
    B- alter database datafile '/oracle/apps/prod/db/apps_st/data/sysaux01.dbf' autoextend on;
    23- Run the Oracle Net Configuration Assistant, to start Oracle Net Configuration Assistant run
    netca from $ORACLE_HOME/bin.
    24- Edit /etc/oratab and add the following line PROD:/oracle/apps/prod/db/tech_st/10.2.0:N otherwise DBUA will not find the old DB
    25- MANDATORY STEP: Copy the initPROD.ora file from Linux Patches to $ORACLE_HOME/dbs
    26- copy new DB oraInst.loc to etc cp $ORACLE_HOME/oraInst.loc /etc/oraInst.loc
    26- Upgrade the Database Using the Database Upgrade Assistant from 11gR1 database and follow the steps
         run dbua to start the Database Upgrade Assistant
    The upgrade failes in the post-upgrade steps were it's creating the control file for the new database (during the DBUA i have specifed that i need to move DB files to a new location) with the error ORA-01166: file number 288 is larger than MAXDATAFILES (100) ORA-01110: data file 288: '$ORACLE_HOME/apps_st/data/PROD/system10.dbf'
    I have checked DB_FILES in initPROD.ora and it's 512 I also checked the MAXDATAFILES in the control file from source 10g DB and it's 512 (i used alter database backup controfile to trace to get the maxdatafiles value)
    Any ideas how to fix this issue?
    Appreciate your help.
    Mohammed Tammous

    Create a sql script file create_controlfile.sql. Open a trace log, and find something similar to:
    show sqlprompt
    set sqlprompt 'SQL>'
    Create controlfile reuse set database "INSTANCE_NAME"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system04.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system05.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/ctxd01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/owad01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_queue02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/odm.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/olap.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_tools1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/xx_cdf_data1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/xx_cdf_idx1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system10.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system06.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/portal01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system07.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system09.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system08.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system11.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/undo01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_int01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_summ01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_nolog01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_archive01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_queue01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_media01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind04.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind05.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref02.dbf',
    '/disk1/dbtier/data/sysaux01.dbf'
    LOGFILE GROUP 1 (>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log01a.dbf',>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log01b.dbf' ) SIZE 10240K,
    GROUP 2 (>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log02a.dbf',>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log02b.dbf' ) SIZE 10240K RESETLOGS;
    set heading off
    set timing off
    set pagesize 0
    set feedback off
    set linesize 2048
    set sqlprompt 'SQL_ENGINE_END_OF_SQL'
    show sqlprompt
    set sqlprompt 'SQL>'Copy this to your create_controlfile.sql and change MAXDATAFILES 100 to MAXDATAFILES 1024. Then connect to database with sqlplus as sysdba user and run @create_controlfile.sql

  • Upgrade issues - 11.1.0.6 to 11.1.0.7 on Windows Server 2003 R2 32bit

    Sooo...after upgrading from 11.1.0.6 to 11.1.0.7 I'm getting errors when trying to use EM and starting the database.
    Database Instance is down
    Host beehive
    Port 1521
    SID hivedb
    Oracle Home C:\app\Administrator\product\11.1.0\db_1
    Listener is UP
    Status Up
    Host beehive
    Port 1521
    Name LISTENER
    Oracle Home C:\app\Administrator\product\11.1.0\db_1
    Location C:\app\Administrator\product\11.1.0\db_1\network\admin
    Agent Connection to Instance is DOWN
    Status Failed
    Details ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)
    When I go into sqlplus and try to start the database form there, i get the following error:
    SQL> startup
    ORACLE instance started.
    Total System Global Area 644468736 bytes
    Fixed Size 1349236 bytes
    Variable Size 293603724 bytes
    Database Buffers 343932928 bytes
    Redo Buffers 5582848 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Process ID: 336
    Session ID: 170 Serial number: 5
    Does anyone have any idea at all?
    I have a feeling it may have something to do with tnsnames, but I'm not sure.

    ORA-01092: ORACLE instance terminated. Disconnection forcedSee the alertlog for the reason behind this generic error. Did you only upgrade the software without running the upgrade script according to the README file of the patchset?
    Werner

  • Issue: Upgrading from 11i to R12 - zxmiggltaxopts.sql

    Hi,
    we are upgrading from 11.5.10.2 to 12.1.1. During upgrade patch, one of the worker zxmiggltaxopts.sql has failed with below errors:
    sqlplus -s APPS/***** @/orafinx/apps/apps_st/appl/zx/12.0.0/patch/115/sql/zxmiggltaxopts.sql
    declare
    ERROR at line 1:
    ORA-20001:
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.ZX_MIG_GL_TAX_OPTIONS_PKG", line 131
    ORA-06512: at line 8
    We are unable to find any hits for this particular error in MOS. Have any one else on the forum faced this particular issue? any known issues or workarounds that might help us ?
    Thanks a lot for your help.
    Regards,
    Kai

    Similar issue is reported in (Bug 8608790: APPLYING PATCH: ADWORKER FAILED /ORA-06512: AT) but it is not much helpful.
    I would suggest you log a SR.
    Thanks,
    Hussein

  • Problem upgrading Apex 2.1 to 3.2.1 in Oracle Database 10g Express Edition

    G'Day Apex gurus,
    I installed Oracle Database 10g Express edition in my Windows XP PC which comes with Apex 2.1 with no problems. Then I wanted to upgrade Apex 2.1 to 3.2.1 (Currently Apex download in OTN) following the document below:
    http://www.oracle.com/technology/products/database/application_express/html/3.1_and_xe.html
    I went to the steps:
    @apexins SYSAUX SYSAUX TEMP /i/
    Then to change the password for the admin account run apxchpwd.sql and when prompted enter a password for the ADMIN account.
    @apxchpwd
    with not problems
    Then I connected to SQL*Plus as SYS by:
    sqlplus /nolog
    CONNECT SYS as SYSDBA
    Enter password: xxxxxxxxxxx
    but when I tried to run:
    @APEX_HOME/apex/apxldimg.sql APEX_HOME
    where APEX_HOME is Apex3.2.1 in my case
    SQL> @Apex3.2.1/apex/apxldimg.sql Apex3.2.1 (I get the messages below)
    PL/SQL procedure successfully completed.
    old   1: create directory APEX_IMAGES as '&1/apex/images'
    new   1: create directory APEX_IMAGES as 'Apex3.2.1/apex/images'
    Directory created.
    declare
    *+
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 287
    ORA-06512: at line 15
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:00.17
    Directory dropped.
    Can anyone help me in how to trouble shout this?
    I tried to continue by following the steps document
    @APEX_HOME/apex/apxxepwd.sql password
    (where password is the password of the Application Express internal ADMIN account)
    but when I tried to login in:
    http://localhost:8080/apex/f?p=4550:1
    when I type the credentials
    system
    system
    systempassword
    nothing happens
    or even If I try:
    http://localhost:8080/apex/f?p=4550:10
    admin
    adminpassword
    nothing happens here too.
    I appreciate any help
    Kind regards
    Carlos

    My database version is 10.2.0.1.0 Oracle express.
    Operating system is Windows Vista.
    I started installing using the following commands.
    @ C:\temp\apex\apexins.sql
    it prompts me for the values of sysaux sysaux temp and c:\temp\apex\images\
    If I supply the value for images the sqlplus window closes after scrolling a lot of info.
    Enroute it also prompts me for a value for 9:
    I don't know what the input shall be.
    Then it again stops at enter value for version:
    I used 3.2.1.0
    The window scrols a while and closes.
    later I changed the password and ran the command.
    @c:\temp\apex\apxldimg.sql c:\temp
    but no success with installation.
    the output is as following.
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Nov 27 18:13:43 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect system/sairam as sysdba;
    Connected.
    SQL> @ c:\temp\apex\apxchpwd
    Enter a value below for the password for the Application Express ADMIN user.
    Enter a password for the ADMIN user []
    Session altered.
    ...changing password for ADMIN
    wwv_flow_security.g_security_group_id := 10;
    ERROR at line 3:
    ORA-06550: line 3, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
    ORA-06550: line 3, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_USER' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 5, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 5, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 8, column 23:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 7, column 15:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 13, column 32:
    PLS-00364: loop index variable 'C1' use is invalid
    ORA-06550: line 12, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 19, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 19, column 5:
    PL/SQL: Statement ignored
    Commit complete.
    SQL> @c:\temp\apex\apxldimg.sql c:\temp
    PL/SQL procedure successfully completed.
    Directory created.
    if wwv_flow_utilities.db_version_is_at_least('11') then
    ERROR at line 32:
    ORA-06550: line 32, column 25:
    PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
    ORA-06550: line 32, column 3:
    PL/SQL: Statement ignored
    PL/SQL procedure successfully completed.
    if wwv_flow_utilities.db_version_is_at_least('11') then --11g only
    ERROR at line 16:
    ORA-06550: line 16, column 25:
    PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
    ORA-06550: line 16, column 3:
    PL/SQL: Statement ignored
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:00.32
    Directory dropped.
    SQL>
    Does this require XE 11 or anything else.
    This will happen even if I supply as following(closing of sqlplus in the begining).
    @ C:\temp\apex\apexins.sql sysaux sysaux temp c:\temp\apex\images\
    Any help.

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

  • The system don't goes up after Upgrade to 10g

    Hello friends. After a Oracle upgrade of 9i to 10g (Windows 2003 / Basis Release 46D). The system SAP R/3 4.6C  don't goes up. A follow message is the error in file "dev_w0":
    Now I'm connected to ORACLE
    C  Database instance prd is running on SAPUPG with ORACLE version 10.2.0.2.0 since 20070612
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20070613 100955
    B  ***LOG BZA=> table SVERS      doesn't exist on database [dblink  2056 ]
    To understand the problem I run the follow command into "sqlplus":
    SQL> select * from svers;
    select * from svers
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select * from sapr3.svers;
    VERSION                                                                        
    46C                                                                               
    Please take special attention to this point: When the execution it's was made indicating a DBSCHEMA plus table (sapr3.svers) the command it's succesfull, otherwise fail's. If I logon with user: "SYSTEM" it's the same result.
    Thank's to everyone for help me and understand my very bad english.
    Best regards.
    Xavier Pol

    Hi,
    It looks like you have some "wrong" concepts.
    First you say that:
    <b>Now in WS1, there is no schema</b>
    later on you are telling
    <b>have then check the command
    select * from SAPBOS.SVERS and it worked.</b>
    So, do you have a schema or don't you?
    Let me try to understand what you have done, for your description
    1) you have a system called BOS. On this system you have a schema called SAPBOS.
    2) you did a system copy from BOS to W1S. Guessing -> You did a restore from a BOS
    Now your SAPW1S has "dissapeared"
    am I understandin it properly?
    If so, you should think a little.
    You have restored a backup from BOS ( DB name BOS, SCHEMA BOS, tablespace names PSAPBOS ) into W1S
    Restoring a backup will not change the schema name ( AFAIK, there is no simple way of doing so )
    Restoring a backup will not change the tablespaces names ( in Oracle 10g you can do this, but has to be done manually )
    Restoring the backup will not change the DB name. The System copy procedure ask you to create a script that will perform this last change.
    So, at the end of the process you have a DB called W1S, with a schema called SAPBOS and tablespaces called PSAPBOS.
    As mentioned before there is no simple way of changing the schema name.
    If you <b>need/want/desire</b> to do so then you cannot use BACKUP/RESTORE for system copies. You must use the R3Load method ( take all data out of the DB and then take all the data in on the new system )

  • "The query was cancelled" error after upgrade from 10.1.3.3.3 to 10.1.3.4.2

    Hi,
    I was using OBIEE 10.1.3.3.3 /. After upgrading to 10.1.3.4.2 , the queries are not running ( long running queries alone) as expected. and so all the campaigns iwh tlong running queries are cancelled and the error message is seen in the xml log in Marketing jobs management.
    We have upgraded the OBIEE version from 10.1.3.3.3 to 10.1.3.4.2 yesterday after which the connectivites have been checked with SQLPLUS and they are working fine. But when the campaign has been loaded, the Analytics have received the request for the segment query and after longer run, the task has been cancelled with the error message "The Query was cancelled as mentioned below in the Job Stats
    <jobStats>
    <jobID>2</jobID>
    <jobType>WriteListFiles</jobType>
    <jobUser>userid</jobUser>
    <jobState>Error</jobState>
    <jobTotalMilliSec>1h 41m 21s 160ms</jobTotalMilliSec>
    <jobStartedTime>2012-03-22T08:06:13Z</jobStartedTime>
    <jobFinishedTime>2012-03-22T09:47:34Z</jobFinishedTime>
    <jobIsCancelling>N</jobIsCancelling>
    - <exception>
    <message>Job request of type "WriteListFiles" failed.</message>
    - <exception>
    <message>Error executing the list generation SQL.</message>
    - <exception>
    <message>Error in executing cursor for WorkNode (Id:0)</message>
    - <exception>
    <message>The query was cancelled.</message>
    </exception>
    </exception>
    </exception>
    </exception>
    </jobStats>
    Please let us know the suggestions
    So far, the unaccessedtimingrunoutminutes tag has been tried to set 50 under ODBC tag in instanceconfig.xml. and the defaulttimeoutminutes has been tried to set to 150 in the same instanceconfig.xml.
    along with that the rpd changes are done. For all the users apart from the Administrator, the timeout has been changedfrom 10 minutes to 150 minutes. But still that way is not working.
    The segments was fired with the Administrator login. So , if the timeout for admin login can be set, i assume that the problem might be solved. Please let us know ur suggestions here too.
    If that is the case, when we open rpd , only for Administrator user and group, the Permissions button is disabled. So i want to know how to change for Admin user settings in rpd..
    Please advice us on the same.
    Regards,
    Madasamy M.
    Edited by: Madasamy Murugaboobathi on Mar 26, 2012 1:40 PM

    The issue has been resolved by setting the following parameters
    <UnaccessedRunningTimeoutMinutes>120</UnaccessedRunningTimeoutMinutes>
    <DefaultTimeoutMinutes>120</DefaultTimeoutMinutes>
    <ClientSessionExpireMinutes>120</ClientSessionExpireMinutes>
    <ConnectionExpireMinutes>120</ConnectionExpireMinutes>
    <UIDefaultTimeoutMinutes>1440</UIDefaultTimeoutMinutes>

Maybe you are looking for