Upgradation from 11..5.10 to CU2 is taking more than 30 hours

Hi All ,
WE 're upgrading our application from 11.5.10 to 11.5.10.2 by applying 3460000 patch . Our OS version is AIX 5.3 .
But our patch is running from last 30 hours and is still running . We've checked the patch log & Worker log and from that we've found that it's running succesfully . But 30 hours is a very long time and we can't arrange such downtime on PROD . And still the patch is not completed .
I want to know that if anyone here ( reading this post ) has applied this patch earlier , then how much time it 'll take to complete ??? Is this time OK . And also , is this patch depends upon the DATABASE size . As here our database size is 3 TB . Is it also creating a problem , if yes then whats the workaround for this .
Earlier revert or workaround on this would be highly appreciated . you can revert me on my id also , my id is [email protected]
regds
Rahul Gupta

Rahul,
30 hours does seem like a long time. How many parallel workers are you using? On a 12 CPU box, you should specify workers=36 or workers=48 unless you start swapping heavily with that many java processes during the database portion. Also, how many other instances are running on this box? Does the box seem overloaded?
After the upgrade completes, go into Oracle Applications Manager and look at the timing details for 3460000, or look at the csv timing report in $APPL_TOP/admin/<sid>/out and look for problems with the longest running tasks.
You may want to run bde_rebuild.sql on your biggest schemas to look for fragmented indexes and ensure you have done gather schema stats before the upgrade along with a gather dictionary stats as shown below:
Collecting Statistics with Oracle Apps 11i
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=368252.1
bde_rebuild.sql - Validates and rebuilds indexes occupying more space than needed
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=182699.1
!date
execute dbms_stats.unlock_schema_stats('SYS');
execute dbms_stats.unlock_schema_stats('SYSTEM');
exec dbms_stats.gather_schema_stats('SYSTEM',options=>'GATHER', estimate_percent => 100, method_opt => 'FOR ALL COLUMNS SIZE AUTO', cascade => TRUE); exec dbms_stats.gather_schema_stats('SYS',options=>'GATHER', estimate_percent => 100, method_opt => 'FOR ALL COLUMNS SIZE AUTO', cascade => TRUE); exec dbms_stats.gather_fixed_objects_stats();
commit;
exec dbms_stats.DELETE_TABLE_STATS('SYS','X$KCCRSR');
exec dbms_stats.LOCK_TABLE_STATS('SYS','X$KCCRSR');
commit;
Rman Backup is Very Slow selecting from V$RMAN_STATUS
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=375386.1
Poor performance when accessing V$RMAN_BACKUP_JOB_DETAILS
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=420200.1
Troubleshooting Oracle Applications Performance Issues
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=169935.1

Similar Messages

  • Upgrading from Exchange 2013 CU1 to CU2

    1 : Upgrading from Exchange 2013 CU1 to CU2
    ================================================================
    "Unable to remove product with code 4934d1ea-be46-48b1-8847-f1af20e892c1.
    Fatal error during installation. Error code is 1603. Last error reported by the MSI package is 'Service 'Tracing Service for Search in Exchange ' (SearchExchangeTracing) could not be stopped. 
    Verify that you have the correct permissions to stop system services.'."
    ================================================================

    Hi,
    According to the error message, it is highly likely caused by insufficient permission.
    Please verify that your user account is member of Exchange administrators group and not limit by RBAC, than try again to see if this works.
    If the issue continues, run the command below to uninstall the product:
    msiexec.exe /X {code 4934d1ea-be46-48b1-8847-f1af20e892c1}
    Msiexec (command-line options):
    http://technet.microsoft.com/en-us/library/cc759262(v=ws.10).aspx
    If you have any question, please feel free to let me know.
    Thanks,
    Angela
    Angela Shi
    TechNet Community Support

  • After I upgrade from tiger to snow leopard, my macbook pro more often freezes. Any solution? Do I need to increase memory? If so, how?

    After I upgrade from tiger to snow leopard, my macbook pro more often freezes. Any solution? Do I need to increase memory? If so, how?

    After I upgrade from tiger to snow leopard, my macbook pro more often freezes. Any solution? Do I need to increase memory? If so, how?

  • I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes (or I already have) and my server won't start

    I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes
    (or I already have) and my server won't start.
    <P>
    The steps are the same whether you have already upgraded or are about to.
    <P>
    Calendar Server 4.0 on the Windows NT platform can only support up to nine
    nodes on one server, while 3.51 supported up to 14. If you have a Calendar
    Server 3.51 with more than 9 nodes that you want to upgrade to Calendar Server
    4.0, Netscape recommends that you migrate the extra nodes to another Calendar
    Server 3.51 on another Windows NT system. To accomplish this:
    <OL>
    <LI>Install Calendar Server on another Windows NT machine and configure it to
    use the same directory server as your current Calendar Server.
    <LI>Stop and backup your current Calendar Server.
    <LI>Individually zip up the node directories you want to move to the new
    server. (drive:\unsers\unison\db\Nx
    where "x" is the number of the node you want to use.)
    <LI>Stop the new Calendar Server.
    <LI>Unzip the files into the new Calendar Server in the same place as they
    were on the old server.
    <LI>Edit the unison.ini
    file on the new server to add the nodes you have just migrated.
    <LI>Edit the unison.ini
    file on the old server to remove the nodes you have moved to the new server.
    <LI>Edit the nodes.ini
    file on the old server to remove the nodes you just moved and then add them
    with the new hostname. Keep in mind that you will only be able to modify the
    node network from the old host.
    <LI>Run unidbfix -export
    on both servers for all nodes.
    <LI>Edit the remotenodes.ini
    file on both servers to reflect your node topology.
    <LI>Run unidbfix -import
    to import the changes into the node databases.
    <LI>Run unidbfix -c,
    then -f,
    then -c
    again on both servers for all the nodes.
    <LI>If you don't get any errors, run uninode -test all
    to test if your nodes connections are set properly. If they are not, <B>do not</B>
    start either of the servers; instead, fix the errors and try again.
    <LI>Start both servers.
    <LI>Log in and check to see if you can see people on remote nodes.
    <LI>Notify the users on the moved nodes of their new calendar host.
    <LI>If you did this in preparation of an upgrade, you can now run the upgrade to
    4.0 since both servers contain fewer than 9 nodes.
    </OL>

    Use Disk Utility whihc is in the Utilities Folder.
    Select your Boot Disk on the left.
    Select Verify Permissions
    If any errors the do Reapir permissions.
    You might have to repeat the process.
    see this:
    Steve

  • Sync and Create project operation from DTR is taking more than one hour

    Hi All.
    Recently basis team has implemented the track for  ESS/MSS application.So When we import the track to NWDS its showing 500 Dcs.
    I have successfully done the Sync and create project operation from DTR for 150 DCS and its take 5 min per Dcs.
    However after that when i am trying to sync Dc or create project DC from DTR the operation is taking more than 3 hour per DC.Which should not be the case because for rest 150 DC that i ahve done Sync operation adn Create project operation from DTR it hardly takes 5 min per Dc.As this operataion is taking so much time finally i have close the NWDS to stop this operation.
    I am using NWDS 2.0.15 and EP7.0 portal SP15 and NWDI is 7.0
    Can any body tell how to solve this issue so that i can Sync and Create project from DTR for a DC within 5 min?
    Thanks
    Susmita

    Hi Susmita,
    If the DCs are fine in CBS build, then I feel there is no need to test all of them locally in NWDS.
    You can verify some certain applications in these DCs, then you sync & create project for these DCs & test run these applications.
    As I get you only need to check ( no changes will be done ), yes you can verify them in small groups (say 20-25 DCs/group) in different workspaces so that no workspace is overloaded.
    But why do you want to keep a copy of them locally as you are not making any changes, you can Unsync & Remove these projects once verified & use the same workspace to work on the next set of DCs.
    Hope this clarifies your concerns.
    Kind Regards,
    Nitin
    Edited by: Nitin Jain on Apr 23, 2009 1:55 PM

  • Hi, I need help with my iphone four bought in England but I live in Italy, I upgraded IOS six and now I can not read more than the Italian card, how can I contact a service center via email?

    Hi, I need help with my iphone four bought in England but I live in Italy, I upgraded IOS six and now I can not read more than the Italian card, how can I contact a service center via email?

    Only the carrier it is locked to can authorize unlocking it. Sounds like the phone was hacked to unlock it originally. Find out what carrier it is locked to, and look up their contact information using google or the search engine of your choice.

  • Since I upgraded to Adobe Created Cloud, my photo editing processes are taking more than 10 times longer than they used to.  Why would this be?

    Since I upgraded to Adobe Created Cloud, my photo editing processes are taking more than 10 times longer than they used to.  Why would this be?

    You will likely get better program help in a program forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • 10.5 iTunes IOS5= iT won't add Purchased, music videos, more duplicates from 8200 to over 12945, i think 80% more than i had before, freeze, purchased items from iTunes should be downloaded again from purchased page in the Store, so reinstalling All my Ap

    Hi,
    After installing iOS5 on iTunes and iPhone, everything went almost smoothly, except activation, which i finally fixed it.
    The issues i am now experiencing are for the most after iOS5 and iTunes 10.5
    No direct connection to Wifi Spot at HOME, ( i don't have a Carrier contract) I have to be really 2 metres near the router to connect, but not with iPad which i didn't update to OS5 yet, My Library problem is everyday i have to upload all my music from my computer, from nearly 2000 songs to really 12945 now!!! most of them duplicates, duplicates!!! Enormous , songs, music videos, and movies, all duplicated !!!
    I bought a software for fixing this problem, but unfortunately not working at all.I stop this way and buy no more softwares.
    I don't really see most of my Apps in iTunes Store=purchased, even though i have to download them everyday, i mean right now 93 are being on download platform, and tomorrow morning, i am not sure to have the 90 Apps on my Library, that in total should be near 600 or more than that.So my kid will ask for one game to play, and i will really have a hard time to find it(iPhone freezes when looking for App Store+update+ Purchased then ALL or Not in the iPhone, it freezes excessively, and when you got one app and push download then you go to iPhone 3, 4 or 5 th page, then rolling back to App Store etc,,,,
    Something is wrong, but i don't know it comes from.
    Back in 2002/3 first i bought the second generation of iPod, i never saw a duplicate song or file, but now it is different.It becomes sort of a challenge to open your iTunes on your Laptop, and you figure out that your Library is Empty, you have to look for Folders, and no Purchased icon under iTunes Store, No Music Videos either!!!
    Somebody has to sort this out Hopefully
    Best Regards
    [email protected]

    I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background.
    What brand of PC do you have? Sony VIAO is notoriuous for having some software which corrupts the iTunes library.
    If you are routinely generating more and more duplicates in your library then you are adding media in the wrong way. Simply scanning the entire media folder over & over again is a likely cause of problems, particularly if this is a different folder from the one currently set as the iTunes Media folder. Use a tool like iTunes Folder Watch which can scan your media folders, add new files and remove missing ones.
    tt2

  • TS3899 How can i delete multiple e-mails from my iphone 4S. There are indicated more than 1500 e., but when i open the file there is indicated: no e-mail.

    How can i delete multiple e.mails from my iPhone 4 S. ? It shows the presence of more than 1500 e-mails. But when I try to open the account it shows that there a no e-mails. So i cannot delete them.

    I would disconnect the email on your phone...
    And reconnect again and if it still does that go on an actual computer, log on and delete the mails with ease...
    Hope this helps..it may just need to be refreshed...

  • HT201318 I've received emails from iCloud that my "Complimentary iCloud storage upgrade will expire" and that I'm currently using more than the 5GB plan.

    Hi Community,
    When I go check my settings it says I have 15.51 GB of 25GB available and when I click manage it mentions my current plan is 20GB. Is there something I should be worried about? I don't want to loose my information and don't mind paying the fee Apple charges me.
    Thanks for you support and hope I can it pay it back or pay it forward sometime in the near future!

    Read > http://support.apple.com/kb/HT5527 Apple gave 25 GB of free storage for MobileMe users that upgraded to iCloud, and the storage will expire in 6 days, so you will get 5 GB. If you want 25 GB of storage, you will have to pay

  • Upgrade from Tiger makes smart folders not work any more.

    I tag certain categories of applications with Spotlight comments, and create a smart folder to find those files with that Spotlight comment. This way I can have a folder for 'games', for example.
    Those smart folders don't work any more in Snow Leopard.
    The Spotlight comments are still there, tho.
    Here is what is stranger. If I recreate the smart folder, it still does not work.

    Ug! I have to reenter all the Spotlight comments on each Application. That fixes it.
    Not sure if recreating smart folders was necessary, tho.

  • After upgrade to 7.0, crash when left idle for more than a few minutes & if click contact without checking the box first.

    I had no serious problems with Firefox until downloading the current version. Since then I've had frequent crashes, usually several times a day, and even with CTL + ALT + Delete I have difficulty closing Firefox down. The crashes happen more frequently when I leave the program idle for, say, 15 minutes or more or when I attempt to open a contact for editing by directly clicking on the contact name, without checking the box first.
    My anti-virus software is ESET-NOD.

    I get this on firefox. I get this on waterfox. I get this on nightly. I don't get it on chrome. I don't get it on internet explorer. I don't get it on comodo dragon. I don't get it on arora. I don't get it on konqueror...... Anyone noticing a pattern here?
    I'm willing to admit that it's probably something to do with my isp server, so Mozilla can feel holier than thou about it, but if that's the way they insist on going, I suggest that the next time they upgrade, they call their browser Canute.

  • Upgrade from CS3 to CS5 on Mac

    Our company just purchased CS5 and we were told that we should be able to upgrade from CS3 (we never got CS4). The box we received states it's an upgrade from CS4, but when we asked adobe, they said it should install. No such luck. Should we have received a different version or is there something we're supposed to do differently?

    You most certainly should have. The upgrade from CS4 is (assuming Design Premium) is $200 less than the upgrade from CS2/CS3.
    If you purchased directly from Adobe call them and get it straightend out.
    Bob

  • HT1444 upgrade from 10.4

    Can i upgrade my macbook from os 10.4 ?

    I'm not sure why you posted this in the forum for 10.3 and earlier.
    However far you go, start with Snow Leopard (don't bother with 10.5 unless you have a very good reason for needing to use it).
    MacBook upgrade possibilities - https://discussions.apple.com/message/19577869 - "The Early 2006 model 1,1 Core Duo can only run a maximum of 10.6 Snow Leopard. The models Late 2006 Core 2 Duos 2,1 through Early 2008 4,1 can only run a maximum of 10.7 Lion. The Late 2008 model 5,1 Aluminum Unibody through the Mid 2010 White Unibody model 7,1 can run 10.8 Mountain Lion."
    1) Make sure your computer meets Snow Leopard technical specifications - http://support.apple.com/kb/SP575  This mostly means making sure it is an Intel Mac and has at least 1GB RAM (more is recommended).
    2) Apple no longer carries 10.6 in its stores or online. Telephone Apple to purchase a Snow Leopard disc. In the USA: (800) 676-2775 (contact information for other countries: http://support.apple.com/kb/HE57)
    Alternatively you can buy from online retailers but expect to pay much more than the original price which is the price still charged by Apple
    3) Backing up your computer before upgrading is always a good idea.
    4) After installing from the DVD, update your Snow Leopard installation using Software Update or manually downloading and installing the Mac OS X 10.6.8 Update Combo v.1.1 - http://support.apple.com/kb/DL1399

  • How can I print more than one slide per page from the iPad????

    Im having problems printing from the iPad. I want to print more than one slide in one peace of paper. 3, 6, 9 ...
    Can any one help?

    Start the print process and click on the Custom layout.  At the bottom you can set the size of the image desired and see how many photos can be placed on the page size selected.
    OT

Maybe you are looking for

  • [Solved Kinda] Error Message when creating a LVM Snapshot.

    I upgraded my Arch Laptop this morning, which among other things, also had an update for lvm2. Anyways, as part of my backup strategy I create a LVM Snapshot of root and transfer that via rdiff-backup. This used to work no problem. But ever since the

  • Slow loading from internal HD

    My iMac seems to have started taking ages to load so I tried loading from an external Firewire drive (a copy of the iMac HD made using SuperDuper Backup). The results were as follows (approx): 1) From entering password to answering mouse click iMac i

  • After hiding photoshop and returning, all collapsed document windows uncollapse

    Hi, I'm on Photoshop CS6 with my documents in the 'float all in wondows' view. I have say 20 documents open, 19 collapsed into the dock with the one document left i'm working on. I hide photoshop to go to the desktop, click back into photoshop when d

  • Not a problem, not a question, just a thank you!

    I have been using Captivate for a couple of years now, and taught myself rather than receiving any training. I have posted a few time with queries and always received courteous helpful answers very quickly, but frequently find what I need to know in

  • Is face time available with iphone 5 UAE version?

    is face time available with iphone 5 UAE version which is distributed through apple store UAE?