Upgrade Release 11.5.10.2 to Release 12

Hi All,
I am planning to upgrade from 11.5.10.2 to R 12. Our current RDBMS version is 9.2.0.5. But we are having two application instances on same box that resides on same OS RHEL 3. So while the upgrade process we have to make changes in OS also. i want to get confirmed if i upgrdae the OS components as required for 10g then whether it will support 9.2.0.5 RDBMS or not?
Regards
Janmejaya
Oracle Apps DBA

Are you missing some RH 3 packages/patches?
Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (32-bit)
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=402310.1
Red Hat Enterprise Linux AS/ES 3.0*      
glibc-2.3.2-95.27
glibc-common-2.3.2-95.27
binutils-2.14.90.0.4-35
compat-libstdc++-7.3-2.96.128
gcc-3.2.3-42
gcc-c++-3.2.3-42
libgcc-3.2.3-42
compat-gcc-7.3-2.96.128
compat-gcc-c++-7.3-2.96.128
libstdc++-3.2.3-42
libstdc++-devel-3.2.3-42
openmotif21-2.1.30-8**
pdksh-5.2.14-21
setarch-1.3-1
make-3.79.1-17
gnome-libs-1.4.1.2.90-34.1
sysstat-4.0.7-4.EL3.3
compat-db-4.0.14-5
libaio-0.3.96-5
libaio-devel-0.3.96-5
I have 11.5.9, 11.5.10.2, R12 and grid control on the same box without any issues. Just finished 2 R12 upgrades. Smoothest Apps upgrade I have ever done.

Similar Messages

  • SQL slow after upgrading to Oracle Database 10g Enterprise Edition Release

    Hi all:
    We have recently upgraded our database from Oracle9i Enterprise Edition Release 9.2.0.6.0 to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    After that we found that our some sql getting very slow
    for example query with 9i showing result in 4 seconds while in 10g showing result in 28 seconds.
    Following is the execution plan of my query in Oracle9i
    Operation     Object     PARTITION_START     PARTITION_STOP     COST
    SELECT STATEMENT ()                    9458
    NESTED LOOPS ()                    9458
      SORT (UNIQUE)                    
       INDEX (RANGE SCAN)     BL_EQ_PK_N               2
      VIEW ()     CONTAINER_INFO               2
       UNION-ALL (PARTITION)                    
        TABLE ACCESS (BY INDEX ROW     SERVICE_EVENTS               1
         NESTED LOOPS ()                    11
          NESTED LOOPS ()                    10
           NESTED LOOPS (OUTER)                    9
            NESTED LOOPS ()                    8
             NESTED LOOPS ()                    7
              NESTED LOOPS ()                    6
               NESTED LOOPS ()                    5
                NESTED LOOPS ()                    4
                 NESTED LOOPS (OUT                    3
                  TABLE ACCESS (BY     EQUIPMENT_USES               2
                   INDEX (UNIQUE S     EQUSE_PK               1
                  TABLE ACCESS (BY     SHIPPING_LINES               1
                   INDEX (UNIQUE S     LINE_PK               
                 INDEX (UNIQUE SCA     EQHT_PK               
                TABLE ACCESS (BY I     EQUIPMENT_TYPES               1
                 INDEX (UNIQUE SCA     EQTP_PK               
               TABLE ACCESS (BY IN     EQUIPMENT_SIZES               1
                INDEX (UNIQUE SCAN     EQSZ_PK               
              TABLE ACCESS (BY IND     SHIP_VISITS               2
               INDEX (RANGE SCAN)     SVISIT_UK               1
             TABLE ACCESS (BY INDE     SHIPS               1
              INDEX (UNIQUE SCAN)     SHIP_PK               
            TABLE ACCESS (BY INDEX     CARE_VIR_MAP               1
             INDEX (UNIQUE SCAN)     VIR_VESVOY               
           TABLE ACCESS (BY INDEX      EQUIPMENT               1
            INDEX (RANGE SCAN)     EQ_EQUSE_FK               
          INDEX (RANGE SCAN)     SEVENTS_EQUSE_FK_N               
        NESTED LOOPS ()                    7
         NESTED LOOPS ()                    6
          NESTED LOOPS ()                    5
           NESTED LOOPS ()                    4
            NESTED LOOPS (OUTER)                    3
             TABLE ACCESS (BY INDE     EQUIPMENT_USES               2
              INDEX (UNIQUE SCAN)     EQUSE_PK               1
             TABLE ACCESS (BY INDE     SHIPPING_LINES               1
              INDEX (UNIQUE SCAN)     LINE_PK               
            INDEX (UNIQUE SCAN)     EQHT_PK               
           TABLE ACCESS (BY INDEX      EQUIPMENT_TYPES               1
            INDEX (UNIQUE SCAN)     EQTP_PK               
          TABLE ACCESS (BY INDEX R     EQUIPMENT_SIZES               1
           INDEX (UNIQUE SCAN)     EQSZ_PK               
         TABLE ACCESS (BY INDEX RO     EQUIPMENT               1
          INDEX (RANGE SCAN)     EQ_EQUSE_FK               and following is my query plan in Oracle 10g
    Operation     Object     PARTITION_START     PARTITION_STOP     COST
    SELECT STATEMENT ()                    2881202
    NESTED LOOPS ()                    2881202
      SORT (UNIQUE)                    2
       INDEX (RANGE SCAN)     BL_EQ_PK_N               2
      VIEW ()     CONTAINER_INFO               2881199
       UNION-ALL ()                    
        NESTED LOOPS (OUTER)                    2763680
         NESTED LOOPS ()                    2718271
          NESTED LOOPS ()                    2694552
           NESTED LOOPS ()                    2623398
            NESTED LOOPS (OUTER)                    2623380
             NESTED LOOPS ()                    2393965
              NESTED LOOPS ()                    2393949
               NESTED LOOPS ()                    2164536
                NESTED LOOPS ()                    1706647
                 NESTED LOOPS ()                    854120
                  TABLE ACCESS (FU     BL_EQUIPMENT               1515
                  TABLE ACCESS (BY     EQUIPMENT_USES               1
                   INDEX (UNIQUE S     EQUSE_PK               1
                 TABLE ACCESS (BY      EQUIPMENT               1
                  INDEX (RANGE SCA     EQ_EQUSE_FK               1
                TABLE ACCESS (BY I     EQUIPMENT_TYPES               1
                 INDEX (UNIQUE SCA     EQTP_PK               1
               TABLE ACCESS (BY IN     EQUIPMENT_SIZES               1
                INDEX (UNIQUE SCAN     EQSZ_PK               1
              INDEX (UNIQUE SCAN)     EQHT_PK               1
             TABLE ACCESS (BY INDE     SHIPPING_LINES               1
              INDEX (UNIQUE SCAN)     LINE_PK               1
            INDEX (RANGE SCAN)     SEVENTS_TSERV_FK_N               1
           TABLE ACCESS (BY INDEX      SHIP_VISITS               2
            INDEX (RANGE SCAN)     SVISIT_UK               2
          TABLE ACCESS (BY INDEX R     SHIPS               1
           INDEX (UNIQUE SCAN)     SHIP_PK               1
         TABLE ACCESS (BY INDEX RO     CARE_VIR_MAP               2
          INDEX (UNIQUE SCAN)     VIR_VESVOY               1
        NESTED LOOPS (OUTER)                    117519
         NESTED LOOPS ()                    98158
          NESTED LOOPS ()                    78798
           NESTED LOOPS ()                    78795
            NESTED LOOPS ()                    59432
             TABLE ACCESS (FULL)     EQUIPMENT_USES               20788
             TABLE ACCESS (BY INDE     EQUIPMENT_TYPES               1
              INDEX (UNIQUE SCAN)     EQTP_PK               1
            TABLE ACCESS (BY INDEX     EQUIPMENT               1
             INDEX (RANGE SCAN)     EQ_EQUSE_FK               1
           INDEX (UNIQUE SCAN)     EQHT_PK               1
          TABLE ACCESS (BY INDEX R     EQUIPMENT_SIZES               1
           INDEX (UNIQUE SCAN)     EQSZ_PK               1
         TABLE ACCESS (BY INDEX RO     SHIPPING_LINES               1
          INDEX (UNIQUE SCAN)     LINE_PK               1can somebody help me regarding this?
    Thanks
    Hassan

    I would say ..gather stats on 9i/10gfor the required table and indexes , then post the expalin plan.
    --Girish                                                                                                                                                                                                                               

  • Best approach to upgrade MaxDB AND move to new OS release

    What would be the best approach to upgrade Contentserver MaxDB 7.5 on W2K server (32-Bit) to MaxDB 7.7 on Windows 2008 Server x64 (R2?)?
    1.  a) Upgrade MaxDB on the existing installation
         b) Create a complete backup
         c) Install latest release on new machine
         b) recover with backup from existing installation on new machine
    2. a)  Create a complete backup from existing installation
        b) Install same release on new machine
        c) recover with backup from existing installation on new machine
        d) upgrade to latest release on new machine
    Both approaches share the problem that you have to run a OS/DB release constellation that is not released according to SAP PAM. The second approach has the advantage that the source system will not be touched and is still available in the original status if something fails. But the main issue is the compatibility question (7.5 not released for W2008, 7.7 not released for W2K)
    Any suggestions?
    Thanks,
    Matthias

    Natalia,
    thanks for your answer.
    > Do you have Content Server 6.40 ?
    yes.
    > the MAXDB version 7.5 is not released on W2008
    neither is 7.7 on W2K.
    > I recommend to go with 1 option.
    Which would be this one:
    >>1. a)Upgrade MaxDB on the existing installation
    So can I upgrade to 7.7 on W2K though it is not released for this combination?
    Best Regards,
    Matthias

  • Upgrading 10.2.0.4 to Oracle11g Release 1 (11.1.0.7) Simple question

    Hi experts,
    Is it possible to Upgrading 10.2.0.4 to Oracle11g Release 1 (11.1.0.7) directly ?
    any metalink will do.
    and can some one tell the diff between db upgrade and patch upgrade?
    is both the same or different?
    And if i do the patch from 10.2.0.4 to Oracle11g Release 1 (11.1.0.7) is there any license information i need to know or get ?
    Your response is greatly prevaricated.
    Anto.

    yea. i am sure ill go through thepre-requistes .
    10.2.0.5 is not yet released and its delayed
    I have checked some other forumns and i got the link below if you like
    When will 10.2.0.5 Grid Control be released?
    Thanks Orion.
    Regards
    Anto

  • Need a report on credit release with user name whos has released

    Hi All,
    Need a report with following details:
    1.2. Sales order punched by-user name who has created.
    2. User name who has released sales order from credit block.
    3. release Date and time of order released.
    Please suggest. As I could not find any standard report.
    what tables should I join to get the report.
    Thanks in advance
    Regards,
    Mskgnt

    hI
    >
    > Need a report with following details:
    >
    > 1.2. Sales order punched by-user name who has created.
    You can get the user name from table VBAK-ERNAM Pass the sales order number in to VBAK-VBELN
    > 2. User name who has released sales order from credit block.
    > 3. release Date and time of order released.
    From the report RSSCD100 enter the object class as VERKBELEG and T code as VKM3 and execute
    Or You can use the table CDHDR
    User Name CDHDR-username and for release date and time
    CDHDR-UDATE
    CDHDR-UTIME
    REGARDS
    PrashanthI
    Edited by: Prashanth@SD on Nov 9, 2010 8:03 AM

  • Already released pr, again comng for pr release in sap inbox

    dear friends,
    our client is having work flw for PR release.
    my user already release PR. but in his sap inbox, again same PR is displaying( in the list of PR's to be release).already released one , again coming in the list of new PR list to be released today.why old, already release PR, again coming for PR release.
    kindly advice me in this regard.
    your advice are considered valuable.
    regards,
    flemmings

    For PR release we need to export and import from both side.
    I want to say that if PR is release from your user id then it has exported from that client.
    But if it is not get updated in target place then import  has to be done in target place to see changes.
    you can check code in both places and find out wether updated code is there or not.
    If not then ask the basis person to check and import code in target client.
    Rewards if helpful.....................
    Minal

  • 'No Lines Released. No exception reported. Release Order Concurrently'

    Hi,
    I am trying to Release a Sales Order in Oracle Apps Version 11.0.300. But while releasing Sales Order its giving an Error that 'No Lines Released. No exception reported. Release Order Concurrently'.
    Please suggest what is the reason behind this error and want is the solution for it so that the Sales Order can be released successfully.
    Thank You.
    Regards,
    Meghana.

    I am trying to Release a Sales Order in Oracle Apps Version 11.0.300. But while releasing Sales Order its giving an Error that 'No Lines Released. No exception reported. Release Order Concurrently'.
    Please suggest what is the reason behind this error and want is the solution for it so that the Sales Order can be released successfully.I do not see any errors reported in MOS website.
    Please log a SR and see if Oracle support can help (since your application release, is not longer supported).
    Thanks,
    Hussein

  • Upgrade from 3.0B (release 620) to BI 7.1 (release 710)

    Hi,
    Please guide me whether it is possible to upgrade from BW 3.0B system to BI 7.1, I am in release 620 now.
    Can you please help me locate upgrade guide for the same?
    Looking forward for your replies
    Thank you
    Rajath

    lol
    There is nothing called as NW BI 7.1,
    I found the upgarde guide for NW 7.0 BI : https://websmp205.sap-ag.de/~sapidb/011000358700001461642008E#q2
    in SMP,
    We can upgrade to SAP NETWEAVER 7.0 from the following basis release:
    SAP BW 2.0B; SAP BW 2.1C; SAP BW 3.0B; SAP BW 3.1 CONTENT;
    From there we can install EHP1 for NW 7.0 i.e of basis 701.
    Thank you all for taking your time to resolve my problem.
    Cheers!
    Rajath

  • I just upgraded to iMovie 10.0.1, latest release and need to move my projects and events to an external attached hard drive.  i do not see any hard drive icons in this release.  How do I do this?

    I just upgraded to OSX Mavericks and also the lastest release of iMovie.  The version says 10.0.1, but is it the latest release as of 10/14/2013.  I need to free up disc space on my iMac hard drive and move the contents of iMovie libraries to an attached external drive already functioning on my system.  I need to move both events and projects and keep all intact and related.  I have seen disc drives in the previous version of iMovie, but I do not in this one.  How do I move these items? I am in desperate need for disc space.

    You can create a brand new Library under File Menu>Open Library>New...
    Create the new library on the external hard drive. Then drag all the Events/Projects folders into that Library. Close the Library, quit iMovie 10.x. Now test the new Library by opening iMovie again and see that all the Events/Projects are there in the New Library. You can now safely delete or close the exisitng Library file as those are now duplicates of the real Library sitting on the external hard drive.
    Another way to do this is find the exisitng Library file, and simply drag it to the external hard drive in the Mac Finder (disk to disk copy of the Library file, by drag and dropping). Then go back into iMovie, File Menu>Open Library>Other... then naivgate out to the external hard drive and choose the Library you moved within the Finder.
    The new iMovie 10.x is much more friendly to use the Finder to run and gun and move stuff at will. It used to be the case the Library file had to be completely managed within iMovie and doing Finder copies would break them. Now it's more flexible in that it works the way most people used to think it should work (doing drag and drop in the Finder)

  • Upgrading from CRYSTAL REPORTS XI TO X1 RELEASE 2

    Post Author: speed_champ
    CA Forum: Migration to XI R2
    Hi there
    We have crystal reports XI running on our production server. We have now our application converted to Visual Studio 2005 and in order to use crystal reports with Visual Studio 2005 we need to upgrade to crystal reports Release 2 version.
    If we decide to update with Release 2 version , should the production servers need also be updated ? Or when the application built in VS 2005 is deployed to production will deploy the Release 2 version crystal dlls to the server which already has Crystal Reports XI.
    Any information will be advisable.
    Thanks again
    speed champ

    Post Author: rodneyaz
    CA Forum: .NET
    I'm having the same issue.  Worked fine for me in XI, but stopped working when I upgraded XI to XI R2.
    Please post a follow-up if you get this resolved!  Thanks!
    RodneyAZ

  • How to upgrade a 6i Repository to the latest release

    Hi,
    does anybody know, how to upgrade a 6i Repository to it's latest release?
    We have version 4.0.52.1 (release 4) installed and we want to install relase 4.4.
    Following the installation/upgrade guide, I still got the problem, that the upgrade button
    is greyed out! In Metalink, I found some hints pointing to the fact, that in this case the
    repository does not need an update but looking at the bug fix list, of course my descision should be
    to upgrade/update the repository!
    Regards
    Holger

    Solved! This was my fault! I was a little bit confused about the ORACLE_HOME directories!

  • Upgrade from Yosemite Beta to full public release

    I'm struggling with updating my Macbook Air, I installed the public beta of OS X 10.10 (Yosemite) I now want to wipe clean my drive and install the full public release.
    Every-time I install direct from the App Store, Beta version 4, I've tried booting into recovery mode, Disk Utility and wipe the SSD, re-download guess what Beta 4.
    I've get and understand this is driven by the fact my recovery partition is Yosemite Beta, what I'm looking for is how can I overwrite this with the full general public release version.
    Passing note, I know there is not much difference only really finial build number etc. but its frustrating when I perform a clean install, open the app store to be treated with the same beta upgrades...
    any help would be appriciated, I have 2 other iMacs which can be used to create a bootable OS X USB or a networked install route should this be required.

    Download the Yosemite release from the App Store and save it. You will need to erase your hard drive and install anything from Snow Leopard to Mavericks before you will be able to download Yosemite. There is no way to upgrade the beta.

  • Upgrading MRS Tools and Services from lower releases to 2007

    Hi,
    We have upgraded our CRM Mobile Repository Server to CRM 2007 (see
    details below) and we are trying to upgrade the MRS Tools and Services
    from lower releases to 2007 SP02 as per "SAP CRM Mobile 2007 SP02 -
    Component Upgrade Guide. However, the setup.exe is not upgrading the
    Mobile Repository tools as mentioned in the guide (page 34), but it is
    giving option to install Mobile client. As per the guide, the setup.exe
    program should perform the operations automatically, but it not doing
    the same.
    Any idea why it is trying to install Mobile Client instead of MRS Tools & Services?
    Source:
    CRM 4.0 SP08
    Windows 2000
    SQL Server 2000
    Target:
    CRM 2007 SP02
    Windows 2000
    SQL Server 2000
    Regards
    Chandu
    P.S : I have also opened OSS message, but any thoughts in this regard would be appreciated.

    Hello Chandu
    There are 2 scenarios post MAR upgrdae
    1. When an MDW is installed on the same host that contains the MAR,
    2. When an MDW is not installed on the same host that contains the MAR,
    In both the scenarios, you would run setup.exe present in \Mobile_Client_Upgrade\UpgradePurposeOnly
    folder.
    If the machine is of scenario 1, setup.exe would upgrade MDW along with MRS tools and services. So it will give options to install Mobile client as well.
    If the machine is of scenario 2, It would setup.exe would upgrade MRS tools and services only.
    In your case, I am sure you have 4.0 MDW machine which you are upgrading to CRM 2007 SP 02. So It comes under scenario 1 which i have explained above. There is nothing worng happening with setup.exe
    Best Regards
    Shankar

  • Any  idea when - SCDJWS5  upgrade exam (CX-310-231) to be released?

    the SCDJWS5 (CX-310-230) has been out for a while.
    any idea what quarter the upgrade exam will be released?
    Edited by: pcooke123 on Jul 28, 2009 9:28 AM

    The problem is you cannot actually purchase 310-231 on the website.
    Calling the customer rep as the page directs rusults in "310-231 has not been released at this time."
    Kind of annoying having the product page on the website, but not being able to purchase that product.
    Apparently the sales team gets a lot of complaints like mine: "why do you put a product sales page on the trainning site that I cannot purchase? At least put a note in the page that says it is not available!!!!"

  • Can we just upgrade BI_BASE and BI_WEBAPP to a higher release...

    We hit a bug in our BI Portal which has been recently upgraded from SPS12 to SPS16 and as per one of the SAP note, the fix is to apply SP17 for BI_BASE and BI_WEBAPP. We applied it in our Sandbox and the error is no longer there, however I was wondering if it's allowed to just upgrade BI_BASE and BI_WEBAPP on the J2ee side without impacting or breaking any relationship amongst the components?
    Anup

    Hi,
    Yes, your basis guy is right. This activity will take time. This is not just the kernel upgrade, you have to do SPAU and SPDD. Also you need to do functional testing as well.
    Whole process will take time and it is not just the basis work. Other teams will also be involved in testing, performing SPDD and SPAU etc.
    Also, to upgrade to EHP1, kernel upgrade is mandatory and it will be performed by upgrade tool only during upgrade. I would suggest to read upgrade guide.
    Thanks
    Sunny

Maybe you are looking for

  • When i updated OS X update to 10. 10.2 and iTunes to 12.1 and restarted my mac, safari got messed up

    I updated my OS X and iTunes today and when I restarted my mac, safari got messed up. No matter how many times I change the preference of the new windows and tabs to favorites and remove the homepage site, it always get back to what it was-- homepage

  • Win Freehand can't create PDFs correctly

    Any help with the problem below would be much appreciated. We recently upgraded to Freehand MX (11.0.2) running on 3 Windows (XP) machines but we can't create a pdf file where the fonts are included correctly using the print to pdf option. Freehand w

  • 30 GB ipod randomly turns off.

    I received a 30 GB ipod as a Christmas gift. At first it worked fine but a couple days ago it began to randomly turn off. I can turn it back on again but it continues to turn off on its own. Any suggestions ?

  • CS6 beta: Auto-Blend Layers fale

    Doing some focusstacking with 17 images and than CS6 beta stopped working: "Could not complete the Auto-Blend layers command because of a programm error" Tried it out several times, all the same.....

  • [SOLVED] Amarok 2.0.1 crashes after splash screen

    i have no clue what is going on here, but amarok 2.0.1 crashes every time i try to run it.  so if someone could at least give me a little insite...... [nick@grim ~]$ amarok amarok(15659)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open