Suggestion  in increasing the SGA and PGA after increase in the RAm of the machine .

Hi All,
Need an expert suggestion on the change's  in the SGA and PGA of the oracle database after increasing the size of the machines RAM .
We have 64G of RAM in the machine .
There are 9 DB's running on  oracle 10g  and 11g  on  this machine
The total SGA of all the database's is around 18G .
DB1  has 2G of MAX_SGA_SIZE
DB2 has  8G  of MAX_SGA_SIZE
DB3 has 1G   of MAX_SGA_SIZE
DB4 has 2G    of MAX_SGA_SIZE
DB5  has 676M   of MAX_SGA_SIZE
DB6   has 1.5G   of MAX_SGA_SIZE
DB7 has  1.2 G   of MAX_SGA_SIZE
DB8 has  675M   of MAX_SGA_SIZE
DB9  has 672 M   of MAX_SGA_SIZE
Now the machine RAM is up  to  96G  64+ 32
what would be the suggestion on the increase in the SGA and PGA max size .
Any expert suggestion is highly apprciated .
Thanks in Advance

Thanks for this Justin.
Here the exercise is to add 4 CPU's  and 32G RAM to the server  earlier it was with 4 CPU's and 64G RAM  this was decided  by the server support team .
here is the stats from SAR   command ..
The platform is
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
CORE    11.2.0.2.0      Production
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
04:00:01          CPU     %user     %nice   %system   %iowait    %steal     %idle
04:10:02          all     86.47      0.00     12.52      0.99      0.00      0.02
04:20:01          all     84.83      0.01     11.80      3.21      0.00      0.15
04:30:01          all     76.23      0.00     10.30     12.34      0.00      1.12
04:40:01          all     79.14      0.00     12.07      8.30      0.00      0.49
04:50:01          all     77.63      0.00     12.19      9.40      0.00      0.77
05:01:01          all     75.95      0.00     10.50     12.80      0.00      0.75
05:11:01          all     83.21      0.00     11.98      4.54      0.00      0.26
05:21:01          all     76.37      0.01     11.20     11.49      0.00      0.94
05:31:01          all     77.97      0.00      9.04     10.30      0.00      2.69
Average:          all     79.72      0.00     11.28      8.20      0.00      0.80
Now that the 4 CPU's and RAM is been added , my request is how to  calculate the required kernal parameters for oracle  to this new configuration  for some improvement in the oracle performance .
like kernal.shmmax
      kernal.shmall
/dev/shm file system
largest value of MEMORY_MAX_TARGET or MEMORY_TARGET of all instances
the oracle is set as automatic memory management . it is not an RAC environment .
Any Expert suggestion is highly apprciated .
Thanks in advance .

Similar Messages

  • Increase the SGA and PGA size

    Hello Guru,
    How do i check what is my SGA and PGA..I am using TOAD..
    I need to increase the SGA and PGA size...Please help..
    I have a table having 200 million records, all indexes are there for the column..But it hang on in the debugging mode and also compile mode..
    So i believe, I need to increase the SGA and PGA size...
    Thanks,
    Haraprasad...

    805936 wrote:
    Hello Guru,
    How do i check what is my SGA and PGA..I am using TOAD..
    I need to increase the SGA and PGA size...Please help..
    The current size for both SGA and PGA can be shown depending on the version of the db. For 10g, the SGA size is shown by sga_target parameter and PGA size is shown by pga_aggregate_target parameter. For 11g, the parameter memory_target sets them both.
    I have a table having 200 million records, all indexes are there for the column..But it hang on in the debugging mode and also compile mode..
    So i believe, I need to increase the SGA and PGA size...No, IMO, your believe doesn't hold much base as the evidence that you have used is insufficient. What is the debugging mode or compile mode ? For what purpose you are using these modes? 200 million is not a very large number if you ask me. Tell us your db version and based on it, generate a Statspack or AWR report and post here.
    HTH
    Aman....

  • How to know the amount of ora 11g page-out  memory (sga and pga)?

    How to know the amount of oracle 11g page-out memory ( sga and pga) in the SunSolaris 10 Unix and Linux.
    I need to know how many oracle memory are being page-out ( all and for a one oracle server process).
    thanks

    You can monitor the paging with vmstat or sar commands.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b32009/tuning.htm#sthref500
    You can also get the paging information on OEM home page if configured for your database.
    But I don't know if there exists a method with which one can find out how much memory per session/server process is getting paged out.

  • How to change SGA and PGA in 10g r2 RAC

    Hi,
    How to change SGA and PGA in 10g r2 RAC, its Linux.

    Hi,
    Here is the way i followed to change SGA and PGA in RAC.
    Action Plan to change the memory parameter in the production environment(5/21/2010)
    Note:
    =====
    Practice should be done in the DEV/TST environment before moving to Production;
    Although the procedure could be applied in the testing environment the changing values
    used in the testing environment should be modified since RAM number are not the
    same between the testing servers and production servers.
    1.     Make changes to these two parameters in one of
         the prod instance, e.g. PROD1
         ====================================================
         login as sysdba on sqlplus
    Change :
    alter system set sga_target=28G scope=spfile sid='*';
    Change :
    alter system set pga_aggregate_target=4G scope =spfile sid='*';
         sql>alter system set pga_aggregate_target=4G scope=both;
         sql>show parameter pga_aggregate_target;      
              -- should see the altered number on both instances
    Change:
    sql>alter system set sga_max_size=28G scope=spfile sid='*';
    sql>alter system set sga_max_size=28G scope=spfile ;
    sql>alter system set sga_target=28G scope=spfile;
    3.     shutdown database PROD (two instances should be shut down)
         $>srvctl stop database -d PROD
         $>. /$ORA_CRS_HOME/bin/crs_stat -- to check for the database status
    4.     bring up database PROD (two instance should be brought up)
         $>srvctl START database -d PROD
         $>. /$ORA_CRS_HOME/bin/crs_stat -- to check for the database status
         login into both instances as sysdba to check
         sql>show parameter pga_aggregate_target
         sql>show parameter sga_max_size
              -- should see the altered number still there in both instances
              -- from step 1
         -- After confirming above two parameters are altered on both instances,
         -- then issue the syntax below in one instance
    5)     check everything is ok

  • Manually allocate SGA and PGA to a Instance?

    1) Can we Manually allocate SGA and PGA to a Instance after . startup
    sql>show user
    connected to idle instance
    2) In which type of memory user is stored in oracle mem or windows memory.
    Thanx

    If you are using 10g, you can modify PGA size after instance startup by alter system to change PGA_AGGREGATE_TARGET
    You can't increase SGA_MAX_SIZE while instance is running. However you can change effective SGA size by alter SGA_TARGET if you are using ASMM
    to find out what's current logon user,
    select user from dual;
    Don't quite understand your second question.

  • Guidelines for SGA and PGA tuning for 10gR2 RAC and ASM ?

    I am looking for tuning information on SGA and PGA tuning for Oracle 10g (10.2) RAC and ASM for a 4TB OLTP and DSS mixed environment on Solaris 10 platform.

    We are running Solaris 10 SPARC 64 bit with Oracle 10gR2 RAC Enterprise Edition and ASM on Sun servers with 32GB of RAM for memory for a 4TB OLTP database.
    It is in design phase so I do not have an existing AWR or Statspack report yet. Is there a best practices guideline on how to size parameters for the SGA (ie: shared_pool_size, etc) and PGA for this environment from Oracle?

  • My external HD of 1TB is not being recognized by the iMac and when after a long waiting period it does, the whole computer becomes extremely slow. Do I need any particular add-on to make it workable?

    My external HD of 1TB is not being recognized by the iMac and when after a long waiting period it does, the whole computer becomes extremely slow. Do I need any particular add-on to make it workable?
    Before I updated to OS X Mavericks I was using another external disk that was getting disconnected ocasionally so I bought a new ADATA HD710 portable 1TB Drive and moved the files to it. This new drive which is supposed to be OS X Mavericks compatible takes minutes to show the files especially when opening second and third level folders which has made mu iMac unusable
    What should I do?

    Your Mac should be able to recognize many different types of drives (including Windows-formatted drives) immediately for Reading, provided they are in good working condition and not damaged. There should be no need to transfer to a different type of drive.
    If there is no recognition of this drive, see if it can be seen in Disk Utility.
    If your aim is to transfer the data on it DO NOT use ERASE or PARTITION as these will completely erase all the information on the Drive.
    If the drive is present while the Mac sleeps, it is likely to drop out and not be seen any longer, especially if it is a USB-powered drive.

  • None of the changes I make to system preference or the dock will hold after restart. I've cleared the RAM, run disk repair and reinstalled the OS. Now what?

    None of the changes I make to system preference or the dock will hold after restart. I've cleared the RAM, run disk repair and reinstalled the OS. Now what?

    MobileMe closed on July 31, 2012.
    It is true that the only way to sync your Mac with iCloud is to upgrad.  You need to be running OS X Lion 10.7.2 or higher in order to sync your Mac with iCloud.  At this point, you can upgrade directly to OS X Mountain Lion from the version of OS X you are now running (10.6.8).   You can purchase and download the Mountain Lion upgrade from the Mac App Store for $19.99.  After upgrading you will see iCloud in System Preferences.  This guide explains how to sync your Mac with iCloud after upgrading: http://www.apple.com/icloud/setup/mac.html.
    Once all your devices are signed into the same iCloud account and you have turned on your iCloud data syncing, you will be able to keep them all in sync using iCloud.  You will still have to sync with iTunes to manage your iTunes media such as music, movies, podcasts, etc.  You will have the option to either continue backing up automatically with your computer when you sync with iTunes, or to back up your iOS devices automatically to iCloud every 24 hours (as long as they are connected to wifi and your chargers).

  • TS1424 I have already downloaded wrath of the titans and watched it through but a download of the movie in the iTunes store still remains and also keeps timing out? This is preventing me from downloading any other movies onto my iPad any suggestions?

    I have already downloaded wrath of the titans and watched it through but a download of the movie in the iTunes store still remains and also keeps timing out? This is preventing me from downloading any other movies onto my iPad any suggestions?

    no, i had to leave so i logged out and when i opened itunes on my mac and went into the downloads tab it only had one paused download listed. i resumed the download for the one movie listed and the other one never showed up. its been about two weeks since i initially bought the two movies so i figured something was wrong.

  • I got CS4 software. When the first time i install, i chose the normal installation content. Then I found that there was no photoshop on the start menu. After that I try to put the disk into the notebook again and find that there is no photoshop listed on

    I got CS4 software. When the first time i install, i chose the normal installation content. Then I found that there was no photoshop on the start menu. After that I try to put the disk into the notebook again and find that there is no photoshop listed on the "installation list"

    download the cs4 design premium installation files and install ps using them,
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • TS1470 hi i have an iphone 4s i did an update to ios 7 , after few days i got message to update it againe to 7.0.2 but i got a message to connect my iphone to the itune.and in my computer i got a message the iphone could not be restored error occurred 29

    hi i have an iphone 4s i did an update to ios 7 , after few days i got message to update it againe to 7.0.2 but i got a message to connect my iphone to the itune.and in my computer i got a message the iphone could not be restored error occurred 29

    l3az wrote:
    ... got a message the iphone could not be restored error occurred 29
    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. Use the steps to troubleshoot security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See the steps under the heading "Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store." If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart

  • HT4061 I lost my IPhone5 and after 7 hours I called lost and stollen and now I can't track where was the last location I left the phone ,and I don't remember if I stablished the FIND MY PHONE app.

    I lost my IPhone5 and after 7 hours I called lost and stollen and now I can't track where was the last location I left the phone ,and I don't remember if I stablished the FIND MY PHONE app.
    Is there any way that I can find the last location that I left it,eventhough I called in lost and stolen and reactivated my # to a different device.

    If you didn't set up Find My iPhone or it otherwise does not appear in icloud.com, then there's no way to trace it. Notify the police and your cell carrier, and change any passwords for any online accounts you may have used from your iPhone (the iTunes Store, for instance). 
    Regards.

  • The Adobe website will not let me move to the checkout and pay after selecting lightroom 5 upgrade.

    The Adobe website will not let me move to the checkout and pay after selecting lightroom 5 upgrade

    use a different browser or, delete your adobe.com cookies and retry.

  • After uploading to the cloud, i lost access to some of my songs. The library still shows the information and there is a cloud download icon but the font color would seem to indicate it has been deactivated (i.e. nothing happens when I click on it).

    After uploading to the cloud, i lost access to some of my songs. The library still shows the information and there is a cloud download icon but the font color would seem to indicate it has been deactivated (i.e. nothing happens when I click on it).

    Problem closed (although not resolved).  After working with Apple support, no resolution was found.  I asked for a refund of the iTunes match purchase price, which was granted.  Interestingly the support tech, who was very nice if not particularly helpful from a technical point of view, spun the "resolution" of refunding my iTunes match purchase price as a positive one, here is a quote from the final email
    "I'm glad to hear that you're not having issues with the songs you've purchased.  Nothing makes Apple happier than to hear that our customers concerns have been rectified."
    It is notable that I never had an issue downloading music directly purchased thru the iTunes store, the only issue that existed was downloading songs that I ripped from my CD collection and "matched". 
    I'm happy that I received my money back, however I wish that the iTunes Match service worked for me (I was looking forward to this service).  I'm most upset at the time I wasted trying to fix this problem.
    I'll now download music the old fashioned way: syncing with iTunes directly.

  • Do the Mac and PC versions of CS5 now offer exactly the same features?

    Basically, does anyone know if the Mac and PC versions of CS5 now offer exactly the same features? The Mac version of CS4 misses out on some things.

    Incorrect. THe mac version of Premiere CS4 was a total disappointment, missing MANY basic features, AND basic exporting to QT AND
    the VAST MAJORITY of transitions and filters which were offered on the PC, and laughable in comparison to FCP. SUre transitions are cheesy, but thanks Adobe for deciding what I want to use for me.
    After Effects was about the only thing worth owning in Production Premium CS4 and while I do like that program a lot, Premiere was
    a real disappointment and Encore was a total disaster, as in crashed constantly and burnt zero DVDs correctly. I'm so tired of the Adobe forums being a cover-up for their devs laziness but there are other places to trumpet the defects of Adobe. I would suggest the company offer CS5 as a FREE upgrade to those mac users that were DELIBERATELY cheated in CS4.

Maybe you are looking for

  • ITunes on iPhone 5 not working

    Ever since updating to IOS 7 I haven't been to access the itunes store on my phone. The App store works perfectly but the itunes store loads and remains blank, not even my purchases are available to see! I was wondering if I'm not the only one who is

  • Random app crashes on Mac Pro

    When I got the mac pro I notice when copying my data from my mac g4 quicksilver over the linksys router that the finder was crashing on the new mac pro 2.66 I figured it might be my linksys router that was 2 yrs old so I bought an external drive copi

  • 2 questions about JComponent

    1.I need a JComponent which is something like a JTextField.But in the right side, there are two buttons: one has an up-arrow icon, if you click this button, the content in the textfield will be added by 1. The other has an down-arrow icon, if you cli

  • IPOD won't work if Drive C: is available on your computer

    The Windows XP driver for the Apple IPOD USB Device has a bug that makes your system very slow or even hang when you try to connect or eject your IPOD if Drive "C:" is available on your machine. Another symptom is that when you connect your ipod, the

  • I can't see the user-defined fields I'm supposed to - where are they?

    Following a recent CACI release upgrade users are expecting to see several user-defined fields within student details in the Enrolments Universe but we can't. Following upgrades, do I need to refresh or run something that'll encorporate any new addit