Oracle DB upgrade from 10.2.0.2 to 10.2.4.0 under MSCS cluster

Hi,
How to upgrade the database from 10.2.0.2 to 10.2.4.0 under MSCS cluster environment. 
We are in the process of upgrading the Oracle from 10.2.0.2 to
10.2.0.4.
( 10g Relese 2 (10.2.0.4) patchset 3 for Microsoft Windows X64 -
p6810189_10204_MSWIN-x86-64 )
As per the readme.txt, we have stoped all the oracle services. We could
not stop listner - OracleP01102TNSListenerFSLoracleP01. We got the
error listner ( OracleP01102TNSListenerFSLoracleP01) need to be
shutdown. We tried to stop it, but, automatically it was restarting.
We disable it and continued the upgradation. All the oracle resources
moved to Node-2 and we got the second error ( (oracle_home)/database )
device is not ready.
Early reply is highly appreciated..
Thanks!
Nikhil

Hi  ,
Shutdown Database (use sqlplus) and then try to stop all oracle services.
Check with your OS team for - All the oracle resources
moved to Node-2 and we got the second error ( (oracle_home)/database )
device is not ready.
Normally it should not be happened .
If node 1 is down , on that time node 1 all the oracle resoures moved to Node -2 .
Pls contact OS team.

Similar Messages

  • Oracle Applications upgradation from 11.5.10.2 to 12.1.1 Parallel Upgrade

    Hi All
    We are planing to upgrade Oracle Application from 11.5.10.2. to 12.1.1.
    Any expert advice?
    Any recommendations?
    Any Documents to follow?
    to complete this phase successfully.
    Is there any possibility that we run 2 Instances of 11i
    1.Production and
    2.Upgradation Instance.
    Production stay live as we perform up gradation on other instance. But both servers have same updated data in Databases.
    After up gradation completes we just shut down Production and Live Up-grade Instance.
    regards,
    Muhammad Salahuddin Manzoor.

    Hi,
    Please refer to these links/docs.
    Note: 761570.1 - Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade
    Oracle Applications Upgrade Guide: Release 11i to Release 12.1.1
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121upgrade.pdf
    How can we reduced the patch time for u6394500.drv
    How can we reduced the patch time for u6394500.drv
    Note: 432597.1 - Reducing Down Time When Applying Patch for Oracle E-Business Applications 11i
    Note: 225165.1 - Patching Best Practices and Reducing Downtime
    After up gradation completes we just shut down Production and Live Up-grade Instance. This cannot be implemented as you are going to have live transactions during the upgrade, and you will need to have those transactions/data in the upgraded instance.
    Thanks,
    Hussein

  • Oracle Client Upgrade From 9.2.0.6 to 9.2.0.8

    Hi All,
    I was upgradin the oracle client From 9.2.0.6 to 9.2.0.8 as this is a prerequiste for upgrading to ECC 6.0.
    I have upgraded by going through SAP Note 964783.
    But when i am checking that it still showing the same client verison.
    And also i am not able to start the SAP . it states that Oracle is down. But oracle is running and also Oracle listner..
    Please Guide me ..
    Thanks,
    Mahesh

    HI,
    Sorry i am upgrading client from 9.2.0.6 to 9.2.0.7, yes there are multiple SAP instances are there.
    OS Sun Solaris 5.9
    Please find the .dbenv_<hostname>.csh
    Oracle RDBMS Environment
    setenv THREAD NOPS
    if ( $THREAD == NOPS ) then
        set    DBSID = ES1
    else
        if ( $THREAD != "001" ) then
           set DBSID = ES1_$The specified item was not found.
        else
           set DBSID = ES1
        endif
    endif
    setenv dbms_type       ORA
    setenv dbs_ora_tnsname $DBSID
    setenv dbs_ora_schema  SAPES1
    setenv ORACLE_PSRV     ES1
    setenv ORACLE_SID      $DBSID
    setenv DB_SID          ES1
    setenv ORACLE_HOME     /oracle/ES1/920_64
    setenv ORACLE_BASE     /oracle
    setenv ORA_NLS33       /oracle/client/92x_64/ocommon/nls/admin/data
    setenv NLS_LANG        AMERICAN_AMERICA.UTF8
    setenv SAPDATA_HOME    /oracle/ES1
    setenv DIR_LIBRARY     /usr/sap/ES1/SYS/exe/run
    foreach d ( $ORACLE_HOME/bin )
        set i=0
        foreach p ( $path )
            if ( "$p" == "$d" ) then
                set i=1
                break
            endif
        end
        if ( $i == 0 ) then
            set path = ( $d $path )
        endif
    end
    switch (`uname`)
        case AIX*:
            if ( ! $?LIBPATH ) then
                setenv LIBPATH /usr/lib:/lib:/usr/sap/ES1/SYS/exe/run
            else
                foreach d ( /usr/sap/ES1/SYS/exe/run )
                    set i=0
                    foreach p ( `echo $LIBPATH | sed 's/:/ /g'` )
                        if ( "$p" == "$d" ) then
                            set i=1
                            break
                        endif
                    end
                    if ( $i == 0 ) then
                        setenv LIBPATH $:$d
                    endif
                end
            endif
            breaksw
        case HP*:
            if ( ! $?SHLIB_PATH ) then
                setenv SHLIB_PATH /usr/sap/ES1/SYS/exe/run
            else
                foreach d ( /usr/sap/ES1/SYS/exe/run )
                    set i=0
                    foreach p ( `echo $SHLIB_PATH | sed 's/:/ /g'` )
                        if ( "$p" == "$d" ) then
                            set i=1
                            break
                        endif
                    end
                    if ( $i == 0 ) then
                        setenv SHLIB_PATH $:$d
                    endif
                end
            endif
            breaksw
        case SIN*:
        case Reliant*:
        case Linux*:
            if ( ! $?LD_LIBRARY_PATH ) then
                setenv LD_LIBRARY_PATH /usr/sap/ES1/SYS/exe/run:$ORACLE_HOME/lib
            else
                foreach d ( /usr/sap/ES1/SYS/exe/run $ORACLE_HOME/lib )
                    set i=0
                    foreach p ( `echo $LD_LIBRARY_PATH | sed 's/:/ /g'` )
                        if ( "$p" == "$d" ) then
                            set i=1
                            break
                        endif
                    end
                    if ( $i == 0 ) then
                        setenv LD_LIBRARY_PATH $:$d
                    endif
                end
            endif
            breaksw
        case OSF*:
            if ( ! $?LD_LIBRARY_PATH ) then
                setenv LD_LIBRARY_PATH /usr/sap/ES1/SYS/exe/run:/oracle/client/92x_64/lib:$ORACLE_HOME/lib
            else
                foreach d ( /usr/sap/ES1/SYS/exe/run /oracle/client/92x_64/lib $ORACLE_HOME/lib )
                    set i=0
                    foreach p ( `echo $LD_LIBRARY_PATH | sed 's/:/ /g'` )
                        if ( "$p" == "$d" ) then
                            set i=1
                            break
                        endif
                    end
                    if ( $i == 0 ) then
                        setenv LD_LIBRARY_PATH $:$d
                    endif
                end
            endif
            breaksw
        default:
            if ( ! $?LD_LIBRARY_PATH ) then
                setenv LD_LIBRARY_PATH /usr/sap/ES1/SYS/exe/run
            else
                foreach d ( /usr/sap/ES1/SYS/exe/run )
                    set i=0
                    foreach p ( `echo $LD_LIBRARY_PATH | sed 's/:/ /g'` )
                        if ( "$p" == "$d" ) then
                            set i=1
                            break
                        endif
                    end
                    if ( $i == 0 ) then
                        setenv LD_LIBRARY_PATH $:$d
                    endif
                end
            endif
            breaksw
    endsw
    end Oracle RDBMS Environment
    And also when i am executing R3trans -d its showing that ORA-12541: TNS:no listener
    When iam checking the services i can c that listner is running.Please guide me .
    Thanks,
    Mahesh

  • Oracle database upgrade from express edition to standard edition

    We purchased Oracle database 11g to upgrade our current primavera oracle database express edition (10g).When we are trying to upgrade through DBUA it getting error message
    Please provide us a proper advise to solve this issue.

    1008016 wrote:
    Windows 7 64 bit, please find the below error message when I am trying to upgrade through Database Upgrade Assistant
    "Could not get database version from the "oracle server" component.The "CEP" file "D:\app\usr\product\11.2.0\dbhome_1\rdbms\admin\rdbmsup.sql" does not provide the version directiveTo upgrade to 11gR2, you need to be at 10.2.0.2 - hence the error
    11gR2 DBUA States "The CEP File does not provide the version directive" [ID 980693.1]
    As noted by orafad, the easiest approach would be to perform a full export from 10gR2, install 11gR2 into a new ORACLE_HOME, create an empty 11gR2 database, then perform a full import into 11gR2. As also noted, you will have to follow any special directions related to Primavera.
    http://docs.oracle.com/cd/E11882_01/server.112/e23633/expimp.htm
    You will need Win 7 Professional or higher (Home versions are not supported for Oracle installs)
    HTH
    Srini

  • Oracle database upgradation from 10.2.0.3 to 10.2.0.4 for producti database

    Hi,
    I have an production database & physcical standby database with database version 10.2.0.3
    I want to upgrade production & physcical standby datbase from 10.2.0.3 to 10.2.0.4
    I am following below steps to upgrade production database from 10.2.0.3. to 10.2.0.4
    ==================================================================
    shutdown database
    stop listner
    Oracle patch installation of 10.2.0.4 throgh Xmanager
    Start the database in the UPGRADE mode:
    SQL> STARTUP UPGRADE
    Set the system to spool results to a log file for later analysis:
    SQL> SPOOL upgrade_info.log
    Run the Pre-Upgrade Information Tool:
    SQL> @?/rdbms/admin/utlu102i.sql
    Turn off the spooling of script results to the log file:
    SQL> SPOOL OFF
    SQL>shutdown immediate;
    SQL> STARTUP UPGRADE
    SQL> SPOOL patch.log
    SQL> @?/rdbms/admin/catupgrd.sql
    SQL> SPOOL OFF
    SQL> SHUTDOWN IMMEDIATE
    SQL> STARTUP
    SQL> @?/rdbms/admin/utlrp.sql
    ==========================================================
    Kindly provide me the steps to upgrade his physical standby database from 10.2.0.3 to 10.2.0.4
    I have AIX5.3 OS
    Regards,

    Simply follow the documentation:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/upgrades.htm#CHDBJAGG

  • Oracle Database upgrade from 10g R2 to 11g R2

    Dear Oracle Experts,
    Currently we I have three database on Oracle 10g(10.2.0.5) in same oracle home and want to upgrade only one database out of three.
    Can you please advise if I can upgrade only one database instance(out of three database, same oracle home) and my two other database will run on 10g ? and can you please share steps also for the same
    Best Regards
    Farookh

    Hi,
    As Harry pointed out already, it's definitely possible and a good idea actually. By installing a new Oracle home you can easily revert back to the 10g one if you need to. It keeps everything separate and makes it cleaner.
    I would recommend reading the Oracle docs. DK2010 has written them down here:
    upgrade the database version 10.2.0.1.0
    I made some notes on how to upgrade your database from 10g to 11g over on my site, they are the exact steps I used. It might help you to have a read through them but you should definitely read the Oracle docs and make sure everything you need for your environment is covered before upgrading. [url http://www.ora00600.com/wordpress/articles/oracle-10g-to-11g-upgrade-guide/]Here are my notes.
    Hope that helps,
    Rob

  • Oracle 11g upgrade from Oracle 10.2.0.4

    Dear  Friends,
    I am upgrading Oracle 11g on OS HP-UX11i v2 with SAP ECC6.0 application.
    But I m getting the error as below.
    Error in invoking target 'links proc gen_pcscfg' of makefile '/oracle/DVR/11202/precomp/lib/ins_precomp.mk'. See '/oracle/oraInventory/logs/installActions2011-08-09_05-51-08PM.log' for details.
    Please find the output of make.log file.
                     /usr/ccs/bin/ar rv /oracle/DVR/11202/lib/libn11.a /oracle/DVR/
    11202/lib/nnfgt.o ; fi)
            (if [ "compile" = "binary" ] ; then \
              /oracle/DVR/11202/bin/gennfgt > nnfgt.c
              TARGET_BINARY_INTERFACE=
              export TARGET_BINARY_INTERFACE
              cc +DD64 -c nnfgt.c
              -rm -f /oracle/DVR/11202/lib/nnfgt.o
              -mv nnfgt.o /oracle/DVR/11202/lib/
                      /usr/ccs/bin/ar rv /oracle/DVR/11202/lib/libn11.a /oracle/DVR/
    11202/lib/nnfgt.o ; fi)
    /usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME=/oracle/DVR/11202
    /       /oracle/DVR/11202/bin/genclntsh
    genclntsh: Failed to link libclntsh.so.11.1
    Error exit code 1
    Stop.
    /usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME=/oracle/DVR/11202
    /       /oracle/DVR/11202/bin/genclntsh
    genclntsh: Failed to link libclntsh.so.11.1
    Error exit code 1
    Stop.
    /usr/ccs/bin/make -f ins_precomp.mk links proc gen_pcscfg ORACLE_HOME=/oracle/DV
    R/11202/        (cd /oracle/DVR/11202/precomp/public/; rm -f SQLCA.H)
            (cd /oracle/DVR/11202/precomp/public/; rm -f ORACA.H)
            (cd /oracle/DVR/11202/precomp/public/; rm -f SQLDA.H)
            (cd /oracle/DVR/11202/precomp/public/; rm -f SQLCA.COB)
            (cd /oracle/DVR/11202/precomp/public/; rm -f ORACA.COB)
            (cd /oracle/DVR/11202/precomp/public/; rm -f SQLCA.FOR)
            (cd /oracle/DVR/11202/precomp/public/; rm -f ORACA.FOR)
            (cd /oracle/DVR/11202/precomp/public/; rm -f BNDDSC.FOR)
            (cd /oracle/DVR/11202/precomp/public/; rm -f SELDSC.FOR)
            cd /oracle/DVR/11202/precomp/public/; test ! -f sqlca.h    || ln -s sqlc
    a.h    SQLCA.H
            cd /oracle/DVR/11202/precomp/public/; test ! -f oraca.h    || ln -s orac
    a.h    ORACA.H
            cd /oracle/DVR/11202/precomp/public/; test ! -f sqlda.h    || ln -s sqld
    a.h    SQLDA.H
            cd /oracle/DVR/11202/precomp/public/; test ! -f sqlca.cob  || ln -s sqlc
    a.cob  SQLCA.COB
            cd /oracle/DVR/11202/precomp/public/; test ! -f oraca.cob  || ln -s orac
    a.cob  ORACA.COB
            cd /oracle/DVR/11202/precomp/public/; test ! -f sqlca.for  || ln -s sqlc
    a.for  SQLCA.FOR
            cd /oracle/DVR/11202/precomp/public/; test ! -f oraca.for  || ln -s orac
    a.for  ORACA.FOR
            cd /oracle/DVR/11202/precomp/public/; test ! -f bnddsc.for || ln -s bndd
    sc.for BNDDSC.FOR
            cd /oracle/DVR/11202/precomp/public/; test ! -f seldsc.for || ln -s seld
    sc.for SELDSC.FOR
            /usr/ccs/bin/make -f /oracle/DVR/11202/precomp/lib/ins_precomp.mk relink
    EXENAME=proc
    Linking /oracle/DVR/11202/precomp/lib/proc
    ld: Can't find library for -lclntsh
    Fatal error.
    Error exit code 1
    Stop.
    Error exit code 1
    Stop.
    Regards
    Ganesh Datt Tiwari

    HP-UX 11.23 is not supported with Oracle 11, you need 11.31:
    Note 1431796 - Oracle 11.2.0: Troubleshooting the Software Installation
    <...>
    Installing Oracle Database 11.2.0.2 on HP-UX 11.23 (11i V2)
    is not supported (see Oracle Installation Guide).
    Minimum OS version is 11.31 (11i V3).
    <...>
    Markus

  • Oracle database upgrade from 10.2.0.1(32bit) to 10.2.0.4(64bit)

    We are planning a Database Server upgrade. The current configuration is Red Hat Linux 4 (32Bit) and Oracle Database Enterprise 10.2.0.1 (32Bit). The proposed configuration is Red Hat Linux 5 (64Bit) and Oracle Database Enterprise 10.2.0.4 (64Bit).
    No plans to change the middle-tier servers:
    O/S- Windows 2003
    OAS- Oracle Application Server Lite [Forms and Reports Service]- Version 10.1.2.0.2 .
    No plans to change the development tools:
    O/S- Windows XP SP2
    Oracle Forms and Reports - (32Bit) Version 10.1.2.0.2 .
    Has anyone encountered any gotchas/compatibility issues we should be aware of ?
    Many thanks in advance for any advice.

    You can check metalink doc
    Changing between 32-bit and 64-bit Word Sizes
         Doc ID:     62290.1
    You'd better patch your 32 bit version to 10.2.0.4 first.

  • Upgrading from 8.1.6 to 8.1.7 release 3 under linux

    Hi,
    Does anyone know if there are any problems associated with this upgrade?
    TIA
    Steve

    More info (& more questions).
    I thought I'd try to install the new stuff on a test machine.
    I have a test PC with the same Oracle version running on the WebServer.
    So I copied the file (OraOLEDB_81720.exe) on the PC and started the installation.
    This time I selected all 3 options (just in case...) and got no problem... apparently.
    1) When I tried to restart the OracleOraHome81TNSListener service, it couldn't find the file orannms8.dll. In fact it wasn't there: I copied it from our WebServer and was able to start the service.
    2) Then I tried to start the OracleServiceXXX Service: this time ORACLE.EXE complains that "The procedure entry point kpcddtasg could not be located in the dynamic link library oracommon8.dll". As you may suspect, replacing the oracommon8.dll with the same file installed on the WebServer doesn't help.
    Now I'm by no means an Oracle expert, and I don't consider myself a MS fan, but I don't think this is normal.
    I'm sure Oracle programmers can deliver top quality packages (not only db, but also installers, wizards and all the fancy stuff that comes with Windows) but I often suspect that Windows users are considered "second class", if I may say so.
    No offense intended here, but sometimes all that is so frustrating...
    Back to the subject, I'd like to upgrade our WebServer as we want to store/view BLOB objects in the db via ASP pages.
    So far we have been forced to use MS driver because using Oracle OLE DB provider causes a random ASP0115 error with IIS (and the server must be rebooted), but MS driver doesn't support BLOBs.
    I've heard that the new version has been greatly improved, so maybe our problem can be solved simply upgrading the component.
    Can you help?
    Alessandro

  • Upgrade from R/3 4.6C to ECC 6.00 : languages

    Hi,
    We're trying to upgrade from SAP R/3 4.6C to ECC 6.00 under NT environment, having Oracle as database. During the preparation phase, we got the following error, and in our current SAP system R/3 we have 2 additional languages NL and FR (EN and DE are already in), can you please explain why this phase is blocking in this step, and if I continue I've to do a full language import, thanks in advance.
    The following language(s) could not be updated yet:
    - French       for component EA-APPL
    - French       for component EA-DFPS
    - French       for component EA-FINSERV
    - French       for component EA-GLTRADE
    - French       for component EA-HR
    - French       for component EA-IPPE
    - French       for component EA-PS
    - French       for component EA-RETAIL
    - French       for component ECC-DIMP
    - French       for component ERECRUIT
    - French       for component FI-CA
    - French       for component FI-CAX
    - French       for component FINBASIS
    - French       for component INSURANCE
    - French       for component IS-CWM
    - French       for component IS-H
    - French       for component IS-M
    - French       for component IS-OIL
    - French       for component IS-PS-CA
    - French       for component IS-UT
    - French       for component LSOFE
    - French       for component PI_BASIS
    - French       for component SAP_ABA
    - French       for component SAP_AP
    - French       for component SAP_APPL
    - French       for component SAP_BASIS
    - French       for component SAP_BW
    - French       for component SAP_HR
    - French       for component SEM-BW
    - French       for component ST-PI
    - Dutch        for component EA-APPL
    - Dutch        for component EA-DFPS
    - Dutch        for component EA-FINSERV
    - Dutch        for component EA-GLTRADE
    - Dutch        for component EA-HR
    - Dutch        for component EA-IPPE
    - Dutch        for component EA-PS
    - Dutch        for component EA-RETAIL
    - Dutch        for component ECC-DIMP
    - Dutch        for component ERECRUIT
    - Dutch        for component FI-CA
    - Dutch        for component FI-CAX
    - Dutch        for component FINBASIS
    - Dutch        for component INSURANCE
    - Dutch        for component IS-CWM
    - Dutch        for component IS-H
    - Dutch        for component IS-M
    - Dutch        for component IS-OIL
    - Dutch        for component IS-PS-CA
    - Dutch        for component IS-UT
    - Dutch        for component LSOFE
    - Dutch        for component PI_BASIS
    - Dutch        for component SAP_ABA
    - Dutch        for component SAP_AP
    - Dutch        for component SAP_APPL
    - Dutch        for component SAP_BASIS
    - Dutch        for component SAP_BW
    - Dutch        for component SAP_HR
    - Dutch        for component SEM-BW
    - Dutch        for component ST-PI
    Please mount another Language Disk for these language(s).
    If you do not have further Language Disk(s), you may
    continue, but the languages mentioned above will be lost
    after the upgrade. A full language import has to be
    performed after the upgrade to reinstall the language(s).
    ? continue
    ? cancel

    Hi Markus,
    I've introduce the following information:
    > MOUNT POINT 07 = S:\export\Data\CDLAN2
    > MOUNT POINT 01 = S:\export\Data\KN_WINDOWS_X86_64_AUPG
    > MOUNT POINT 06 = S:\export\Data\CDLAN1
    > MOUNT POINT 05 = S:\export\Data\CD3
    > MOUNT POINT 03 = S:\export\Data\CD1
    > MOUNT POINT 08 = S:\export\Data\UMN_WINDOWS_X86_64
    > MOUNT POINT 02 = S:\export\Data\KN_WINDOWS_X86_64
    > MOUNT POINT 04 = S:\export\Data\CD2
    And in mount point 06/07 we have the languages.
    The content of the trace file is:
    here's the complete trace:
    2007/07/05 16:35:01 *****************************
    2007/07/05 16:35:01 Checking directories ...
    2007/07/05 16:35:01 Searching for Data Carrier labeled AOXUPGR
    Adding path: S:\export\Data\KN_WINDOWS_X86_64_AUPG
    2007/07/05 16:35:01 Working on S:\export\Data\KN_WINDOWS_X86_64_AUPG ... no matching label
    Adding path: S:\export\Data\KN_WINDOWS_X86_64
    2007/07/05 16:35:01 Working on S:\export\Data\KN_WINDOWS_X86_64 ... no matching label
    Adding path: S:\export\Data\CD1
    2007/07/05 16:35:01 Resolving directory structure below S:\export\Data\CD1
    Adding path: S:\export\Data\CD1\UPG1
    Adding path: S:\export\Data\CD1\UPG2
    Adding path: S:\export\Data\CD1\UPG3
    Adding path: S:\export\Data\CD1\UPG4
    Adding path: S:\export\Data\CD1\UPG5
    Adding path: S:\export\Data\CD1\UPG6
    2007/07/05 16:35:01 Directory structure below S:\export\Data\CD1 resolved
    2007/07/05 16:35:01 Working on S:\export\Data\CD1 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD1\UPG1 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD1\UPG2 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD1\UPG3 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD1\UPG4 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD1\UPG5 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD1\UPG6 ... no matching label
    Adding path: S:\export\Data\CD2
    2007/07/05 16:35:01 Resolving directory structure below S:\export\Data\CD2
    Adding path: S:\export\Data\CD2\UPG7
    Adding path: S:\export\Data\CD2\UPG8
    Adding path: S:\export\Data\CD2\UPG9
    Adding path: S:\export\Data\CD2\UPG10
    Adding path: S:\export\Data\CD2\UPG11
    Adding path: S:\export\Data\CD2\UPG12
    2007/07/05 16:35:01 Directory structure below S:\export\Data\CD2 resolved
    2007/07/05 16:35:01 Working on S:\export\Data\CD2 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD2\UPG7 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD2\UPG8 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD2\UPG9 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD2\UPG10 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD2\UPG11 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD2\UPG12 ... no matching label
    Adding path: S:\export\Data\CD3
    2007/07/05 16:35:01 Resolving directory structure below S:\export\Data\CD3
    Adding path: S:\export\Data\CD3\UPG13
    Adding path: S:\export\Data\CD3\UPG14
    Adding path: S:\export\Data\CD3\UPG15
    Adding path: S:\export\Data\CD3\UPG16
    2007/07/05 16:35:01 Directory structure below S:\export\Data\CD3 resolved
    2007/07/05 16:35:01 Working on S:\export\Data\CD3 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD3\UPG13 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD3\UPG14 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD3\UPG15 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CD3\UPG16 ... no matching label
    Adding path: S:\export\Data\CDLAN1
    2007/07/05 16:35:01 Resolving directory structure below S:\export\Data\CDLAN1
    Adding path: S:\export\Data\CDLAN1\LANG1
    Adding path: S:\export\Data\CDLAN1\LANG2
    Adding path: S:\export\Data\CDLAN1\LANG3
    Adding path: S:\export\Data\CDLAN1\LANG4
    2007/07/05 16:35:01 Directory structure below S:\export\Data\CDLAN1 resolved
    2007/07/05 16:35:01 Working on S:\export\Data\CDLAN1 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CDLAN1\LANG1 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CDLAN1\LANG2 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CDLAN1\LANG3 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CDLAN1\LANG4 ... no matching label
    Adding path: S:\export\Data\CDLAN2
    2007/07/05 16:35:01 Resolving directory structure below S:\export\Data\CDLAN2
    Adding path: S:\export\Data\CDLAN2\LANG5
    Adding path: S:\export\Data\CDLAN2\LANG6
    2007/07/05 16:35:01 Directory structure below S:\export\Data\CDLAN2 resolved
    2007/07/05 16:35:01 Working on S:\export\Data\CDLAN2 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CDLAN2\LANG5 ... no matching label
    2007/07/05 16:35:01 Working on S:\export\Data\CDLAN2\LANG6 ... no matching label
    Adding path: S:\export\Data\UMN_WINDOWS_X86_64
    2007/07/05 16:35:01 Working on S:\export\Data\UMN_WINDOWS_X86_64 ... no matching label
    Regards,
    A.Kamel

  • System Core Dumped after Oracle patch upgrade 9.2.0.6 to 9.2.0.8

    Hi,
    We are continously getting dumps on our BW Central instance server after we did an Oracle patch upgrade from 9.2.0.6 to 9.2.0.8.
    Following is our system environment
    SAP Release.............. "640"
    Application server....... "abci"
    Operating system......... "SunOS"
    Release.................. "5.10"
    Hardware type............ "sun4v"
    Database server.......... "abdb"
    Database type............ "ORACLE"
    Database name............ "ABP"
    Database owner........... "SAPABP"
    SAP kernel............... "640"
    Database version......... "OCI_920 "
    Patch level.............. "175"
    Following below is the Core Dump that is generated for any process chains that we schedule on our BW server
    Runtime Errors         SYSTEM_CORE_DUMPED
    Date and Time          14.04.2008 09:26:17
    ShrtText
         Process terminated by signal 11.
    What happened?
        The current ABAP program had to be terminated because the
        ABAP processor detected an internal system error.
        The current ABAP program "SAPMSSY2" had to be terminated because the ABAP
        processor discovered an invalid system state.
    What can you do?
        Make a note of the actions and input which caused the error.
        To resolve the problem, contact your SAP system administrator.
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer
        termination messages, especially those beyond their normal deletion
        date.
    Error analysis
        An SAP System process was terminated by an operating system signal.
        Possible reasons for this are:
        1. Internal SAP System error.
        2. Process was terminated externally (by the system administrator).
                   Last error logged in SAP kernel
        Component............ "Taskhandler"
        Place................ "SAP-Server awci_ABP_00 on host awci (wp 5)"
        Version.............. 1
        Error code........... 11
        Error text........... "ThSigHandler: signal"
        Description.......... " "
        System call.......... " "
        Module............... "thxxhead.c"
        Line................. 9780
    How to correct the error
        The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often
        contains a file called 'core'.
        Save this file under another name.
        If you cannot solve the problem yourself and you wish to send
        an error message to SAP, include the following documents:
        1. A printout of the problem description (short dump)
           To obtain this, select in the current display "System->List->
           Save->Local File (unconverted)".
        2. A suitable printout of the system log
           To obtain this, call the system log through transaction SM21.
           Limit the time interval to 10 minutes before and 5 minutes
           after the short dump. In the display, then select the function
           "System->List->Save->Local File (unconverted)".
        3. If the programs are your own programs or modified SAP programs,
           supply the source code.
           To do this, select the Editor function "Further Utilities->
           Upload/Download->Download".
        4. Details regarding the conditions under which the error occurred
           or which actions and input led to the error.
    Kindly help.
    Regards
    Sachin
    Edited by: Sachin N on Apr 14, 2008 12:26 PM

    No. If the environment would be wrong the system wouldn´t start up.
    Core dumps are in 99 % of the cases program errors (in the SAP kernel or in an interface (libdbora*)), misaligend accesses of data etc.
    If you encounter such an error have a look in the C-Stack. If you can´t see where the error is happening opening an OSS call. Most of those errors are fixed by installing the latest patches for the kernel and the database interface.
    Markus

  • Pros and Cons af Oracle 10g upgrade to 11g

    Hi Basis Expert,
    We have an requirement of SAP upgrade which includes BW 3.5, CRM and R/3 (4.7).
    These components needs to be upgraded to the latest version
    BW 3.5 to BI 7.0
    R/3 (4.7) to ECC 6.0
    and also CRM upgrade to the new version
    The OS used is AIX and DB used is oracle 10g.
    Can anybody share the pros and cons of oracle DB upgrade from 10g to 11g after SAP upgrade.
    Regards,
    Anil.

    Hi DatabaseSAP and others,
    Thanks for your reply
    I started with the Oracle 11g software installer. But it gave an error during 71%. Error is
    Error in invoking target 'rat_on part_on dm_on olap_on sdo_on' of makefile '/oracle/DBW/112_64/rdbms/lib/ins_rdbms.mk'.
    See '/oracle/DBW/oraInventory/logs/installActions2011-10-10_12-04-03PM.log' for details.
    Abort      Retry         Continue
    But when i was going thorough the installActions2011-10-10_12-04-03PM.log . I could find that there are 7 arguments which is failed.
    Below are the argument  details
    1)INFO: Hard Limit: maximum user processes: This is a prerequisite condition to test whether the hard limit for "maximum user processes" is set to at least 16384.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    Verification Result for Node:p19849dev136
    INFO: Expected Value:1024
    INFO: Actual Value:9223372036854775807
    INFO: -
    INFO: *********************************************
    INFO: Hard Limit: maximum user processes: This is a prerequisite condition to test whether the hard limit for "maximum user processes" is set to at least 16384.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:16384
    INFO: Actual Value:3048
    INFO: Error Message:PRVF-4354 : Proper hard limit for resource "maximum user processes" not found on node "p19849dev136" [Expected = "16384" ; Found = "3048"]
    INFO: Cause: Hard limit for the resource does not meet the requirement on the specified node.
    INFO: Action: Modify the resource limits to meet the requirement.
    2)INFO: OS Kernel Parameter: ncargs: This is a prerequisite condition to test whether the OS kernel parameter "ncargs" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:128
    INFO: Actual Value:6
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "ncargs" does not have proper value on node "p19849dev136" [Expected = "128" ; Found = "6"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    3)INFO: OS Kernel Parameter: tcp_ephemeral_low: This is a prerequisite condition to test whether the OS kernel parameter "tcp_ephemeral_low" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:9000
    INFO: Actual Value:32768
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "tcp_ephemeral_low" does not have proper value on node "p19849dev136" [Expected = "9000" ; Found = "32768"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    4)INFO: OS Kernel Parameter: tcp_ephemeral_high: This is a prerequisite condition to test whether the OS kernel parameter "tcp_ephemeral_high" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:65500
    INFO: Actual Value:65535
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "tcp_ephemeral_high" does not have proper value on node "p19849dev136" [Expected = "65500" ; Found = "65535"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    5)INFO: OS Kernel Parameter: udp_ephemeral_low: This is a prerequisite condition to test whether the OS kernel parameter "udp_ephemeral_low" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:9000
    INFO: Actual Value:32768
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "udp_ephemeral_low" does not have proper value on node "p19849dev136" [Expected = "9000" ; Found = "32768"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    INFO: -
    6)INFO: OS Kernel Parameter: udp_ephemeral_high: This is a prerequisite condition to test whether the OS kernel parameter "udp_ephemeral_high" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:65500
    INFO: Actual Value:65535
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "udp_ephemeral_high" does not have proper value on node "p19849dev136" [Expected = "65500" ; Found = "65535"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    7)INFO: Users With Same UID: This test checks that multiple users do not exist with user id as "0".
    INFO: Severity:CRITICAL
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    WARNING: Result values are not available for this verification task
    INFO: Error Message:<CV_VAL>root,|super,|zero,|</CV_VAL><CV_ERES>0</CV_ERES>
    INFO: Cause:Cause Of Problem Not Available
    INFO: Action:User Action Not Available
    INFO: *********************************************
    Please let me know what is the 7th (last one) argument.
    Regards,
    Anil Shenoy

  • Oracle 11g upgrade: How to update stale statistics for sys and sysman?

    Hi,
    I am in the process of testing Oracle 11g upgrade from Oracle 10.2.0.3. I have run utlu111i.sql on the 10g database.
    The utility utlu111i.sql reports about the stale statistics for SYS and SYSMAN components.
    I executed dbms_stats.gather_dictionary_stats; dbms_stats.gather_schema_stats('SYS'); and dbms_stats.gather_schema_stats('SYSMAN');
    After that the utlu111i.sql still reports the stale statistics for sys and sysman. Does anyone know how to get rid off this warning successfully?
    Thanks,
    Sreekanth

    Does anyone know how to get rid off this warning successfully?Just ignore the warnings. Check The Utlu111i.Sql Pre-Upgrade Script Reports Stale Sys Statistics - 803774.1 from Metalink.

  • Oracle Upgrade from 10g to 11g [BRANCHED BY MODERATOR]

    Hi Deepak/Folks,
    Another question that I have is that while doing the Oracle Upgrade on an EP server, the patches were not installed properly and I had to shut down the Patches installation after it did not do anything for a while.
    Now when I try to install the patches it fails telling me that the Installed patches cannot be verified, I had written to SAP and they told me to follow the
    SAP note 1862446 - Inventory
    load failed... OPatch cannot load inventory for the given Oracle Home
    and re-create the oracle  inventory.
    This has also not helped in anyway.
    Is there a solution to this problem.
    Following is the error that I am getting when I try to Install the patches
    Getting pre-run patch inventory...
    Getting pre-run patch inventory...failed.
    Cannot get pre-run patch inventory.
    Refer to log file
      $ORACLE_HOME/cfgtoollogs/mopatch/mopatch-2014_08_06-14-52-51.log
    when I open the log file specified here I get the following
    more mopatch-2014_08_06-14-52-51.log
    more /oracle/<SID>/11203/cfgtoollogs/mopatch/mopatch-2014_08_06-15-01-51.log
    MOPatch - Install Multiple Oracle Patches in One Run - 2.1.15.
    Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
    Version:       2.1.15
    Revision:      5.1.2.26
    Command-line:  /oracle/<SID>/11203/MOPatch/mopatch.sh -v -s SAP11203P_1312-20009978.zip
    Oracle Home:   /oracle/<SID>/11203
    RDBMS version: 11.2.0.3.0
    OPatch version:11.2.0.3.3
    Clean-up:      supported
    PSUs:          supported
    Log file:      $ORACLE_HOME/cfgtoollogs/mopatch/mopatch-2014_08_06-15-01-51.log
    Patch base:    .
    Patch source:  SAP11203P_1312-20009978.zip
    Link script:   ./link.mts<SID>ua.sh
    Readmes:       <none>
    Strpd. Readmes:<none>
    make utility:  /usr/ccs/bin/make
    unzip utility: /oracle/<SID>/11203/bin/unzip
    User name:     ora<SID>
    Working dir:   /oracle/stage
    System:        HP-UX mts<SID>ua B.11.31 U ia64 2468369872 unlimited-user license
    Disk free:     11734549 KBytes on /oracle/<SID>
    Disk required: 886496 KBytes on /oracle/<SID>
    Getting pre-run patch inventory...
    executing: "/oracle/<SID>/11203/OPatch/opatch" lsinventory -retry 0 -xml "./mopatch-187-21696-tmpdir/preinv.xml"
    ========================================================
    GENERIC OPATCH VERSION - FOR USE IN SAP ENVIRONMENT ONLY
    ========================================================
    Oracle Interim Patch Installer version 11.2.0.3.3
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    Oracle Home       : /oracle/<SID>/11203
    Central Inventory : /oracle/<SID>/oraInventory
       from           : /oracle/<SID>/11203/oraInst.loc
    OPatch version    : 11.2.0.3.3
    OUI version       : 11.2.0.3.0
    Log file location : /oracle/<SID>/11203/cfgtoollogs/opatch/opatch2014-08-06_15-01-56PM_1.log
    List of Homes on this system:
    Inventory load failed... OPatch cannot load inventory for the given Oracle Home.
    Possible causes are:
       Oracle Home dir. path does not exist in Central Inventory
       Oracle Home is a symbolic link
       Oracle Home inventory is corrupted
    LsInventorySession failed: OracleHomeInventory gets null oracleHomeInfo
    OPatch failed with error code 73
    Getting pre-run patch inventory...failed.
    Cannot get pre-run patch inventory.  Exiting.
    I would appreciate if you folks can help me out on this
    Thanks
    APS

    FOLLOW UP QUESTION BRANCHED:
    Oracle Upgrade from 10g to 11g [BRANCHED BY MODERATOR]

  • Is it really necessary to Upgrade from Oracle EBS R11i to R12?

    Hi,
    Oracle Applications 11.0.3 (Oracle Financials) was implemented in our company and later in 2006 it was upgraded to 11.5.10 (with new implementation of Supply Chain Management Module - INV,OM and PO) and 2 months ago we upgraded it to 11.5.10.2+DB 11gR2.
    I've been recommending to upgrade to R12 but the Finance Users are reluctant for an upgrade and of the opinion that the R12 has many bugs and there will be issues after upgrade to R12.
    Once of the consultant is of the opinion that its better to re-implement R12 instead of Upgrade. He also tells me that R12 does not have sub-accounting and sub-ledger and trial balance reports in AP.Since I am not a Functional Consultant I could not comment on this.
    Please advice if there are any useful docs which address the upgrade to R12 issues which I can share with our consultant and users.
    I am currently going thru +Upgrade Advisor: Oracle E-Business Suite Financials and Projects Upgrade from 11.5.10.2 to 12.1.3 and 12.1.2 [ID 256.1]+
    Rgds,
    Thiru

    user1983888 wrote:
    Hi,
    Oracle Applications 11.0.3 (Oracle Financials) was implemented in our company and later in 2006 it was upgraded to 11.5.10 (with new implementation of Supply Chain Management Module - INV,OM and PO) and 2 months ago we upgraded it to 11.5.10.2+DB 11gR2.
    I've been recommending to upgrade to R12 but the Finance Users are reluctant for an upgrade and of the opinion that the R12 has many bugs and there will be issues after upgrade to R12.
    R12.1.x is a stable release that many customers (including Oracle themselves) have upgraded to.
    Once of the consultant is of the opinion that its better to re-implement R12 instead of Upgrade. He also tells me that R12 does not have sub-accounting and sub-ledger and trial balance reports in AP.Since I am not a Functional Consultant I could not comment on this.
    The Finance modules have been completely re-written and fucntionality had changed for the better. Re-implementation typically costs upto 3 times more than a upgrade. Re-implementation is not necessary if the business model and process have not changed. What are the consultants justifications for doing a re-implementation (other than making more money) ?
    Please advice if there are any useful docs which address the upgrade to R12 issues which I can share with our consultant and users.
    I am currently going thru +Upgrade Advisor: Oracle E-Business Suite Financials and Projects Upgrade from 11.5.10.2 to 12.1.3 and 12.1.2 [ID 256.1]+
    Pl see the Docs referenced in MOS Doc 850008.1 (Interesting Documents Concerning E-Business Suite 11i to R12 Upgrades)
    Rgds,
    ThiruHTH
    Srini

Maybe you are looking for