Need to Increase SGA Size

Hi,
RDBMS : 11.1.0.7.0
OS : RHEL 5 (X86_64)
EBS : 12.1.3
My Database Server RAM size is 128 gb
Currently my Parameters are
SGA_Target = 2g
SGA_max = 2g
Shared_pool_size = 600m
Kernel Parameters are :
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.sem = 256 32000 100 142
kernel.shmmni = 4096
kernel.msgmni = 2878
fs.file-max = 6553600
net.ipv4.ip_local_port_range = 1000 65000
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 262144
My question is...
As My project manager is asking to increase the SGA Size as i have 128gb RAM of server.
Maximum how much i can increase the SGA Size
It is PRODUCTION Server... Now it's running with out any issue... but so much RAM is there y can't we use....?
Please advice..
Thanks,

As per the Note
Maximum SHMMAX values for Linux x86 and x86-64 [ID 567506.1]
=======================================================================
QUESTION 2
===========
What is the maximum value of SHMMAX for a 64-bit (x86-64) Linux system?
ANSWER 2
===========
Oracle Global Customer Support officially recommends a " maximum" for SHMMAX of "1/2 of physical RAM".
The maximum size of a shared memory segment is limited by the size of the available user address space. On 64-bit systems, this is a theoretical 2^64bytes. So the "theoretical limit" for SHMMAX is the amount of physical RAM that you have. However, to actually attempt to use such a value could potentially lead to a situation where no system memory is available for anything else. Therefore a more realistic "physical limit" for SHMMAX would probably be "physical RAM - 2Gb".
In an Oracle RDBMS application, this "physical limit" still leaves inadequate system memory for other necessary functions. Therefore, the common "Oracle maximum" for SHMMAX that you will often see is "1/2 of physical RAM". Many Oracle customers chose a higher fraction, at their discretion.
Occasionally, Customers may erroneously think that that setting the SHMMAX as recommended in this NOTE limits the total SGA. That is not true. Setting the SHMMAX as recommended only causes a few more “shared memory segments” to be used for whatever total SGA that you subsequently configure in Oracle. For additional detail, please see Document 15566.1, "SGA, SHMMAX, Semaphores and Shared Memory Explained"
==========================================================================
Our server RAM is 128 gb.... as per the note 1/2 of the physical RAM we can assign for SHMMAX parameter... (apprx 60gb)
How can i understood this answer for my configuration......
Please advice...
Thanks,

Similar Messages

  • How to increase SGA size in Oracle 9i release  9.0.1.1.1

    Hi,
    We have Oracle 2000 server on a intel machine (2.8GHz processor and 2 GB RAM). Virtual memory is :- 3GB.
    We have a Oracle 9.0.1.1.1 running on this machine. What are the parameters that I need to set to increase the SGA size. We want a large SGA size with enough space for shared pool.
    Thanks in advance.
    --Malay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Malay,
    First Check out the RAM utilization for the OS Kernel and remaining to the applications and then to SGA.
    We have Oracle 2000 server on a intel machine (2.8GHz processor and 2 GB RAM). Virtual memory is :- 3GB.I suppose its Windows 2000 Server!!!
    & What's the size of the Database?
    all these things allow you to decide how "large" you can increase the SGA

  • Increase SGA Size

    HI,
    EBS- 12.0.6
    DB- 10.2.0.3
    I found this in the ADDM Report ---
    FINDING 1: 100% impact (18551 seconds)
    The SGA was inadequately sized, causing additional I/O or hard parses.
    RECOMMENDATION 1: DB Configuration, 100% benefit (18551 seconds)
    ACTION: Increase the size of the SGA by setting the parameter
    "sga_target" to 3140 M.
    ADDITIONAL INFORMATION:
    The value of parameter "sga_target" was "2512 M" during the analysis
    period.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Wait class "User I/O" was consuming significant database time.
    (43% impact [7964 seconds])
    SYMPTOM: Hard parsing of SQL statements was consuming significant
    database time. (3.1% impact [577 seconds])
    Workarround :
    1. Make the entry in the pfile as sga_max_size=3500M.
    2. Shutdown the DB
    3. Startup the DB with the pfile
    4. SQL>CREATE SPFILE='path of the spfile' FROM PFILE"
    5. Shutdown Immediate
    6. Startup the DB with the newly created spfile " SQL>STARTUP SPFILE='path of the spfile' "
    7 sql> show parameter sga to make sure your changes takes effect
    Please correct me if am wrong ..
    Thanks

    you have to tune the application layer , check top ten query in AWR within perfromance tab , run SQL tuning advisor for each query and see the recommendations , implemnet recommendations , as i have expericence it alls due to huge IO occuring at database (i.e Full Table Scan) due to missing index , if index is not being used then check if any function is used on index coulm (it inhabit skip index usage) then try to avoid function over index column or create function based index. You may need to run explain plan of that query or tkprof tool to identify what optimizer is taking route to fetch data.Check also stats are gathered on tables and index properly.
    I have got eliminated function over indexed column by giving alternate to our techno functional consultant.

  • How can i increase sga size in oracle 10g

    Hello friends
    how can i increase my sga size in oracle 10g
    Regards
    Vicky
    Edited by: Vignesh Chinnasamy on 31-Jul-2012 02:28

    HI
    **SQL> Show parameter sga ;**
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 2G
    sga_target                           big integer 2G
    **SQL> show parameter memory;**
    NAME                                 TYPE        VALUE
    hi_shared_memory_address             integer     0
    shared_memory_address                integer     0
    **[root@mte ~]# ulimit -a**
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1024
    max locked memory       (kbytes, -l) 32
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    stack size              (kbytes, -s) 10240
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 278528
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    *[root@mte ~]#*

  • Need to increase font size of header in ALV

    Hi,
        I have a requirement to increase the font-size of header in the output ALV report. Also, i need to remove some of the standard icons from the output ALV using IT_EXCLUDING ?...Could any of you help me with this ?

    Hi friend,
    first, to increase font size of ALV header you can build a header manually as below:
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    * EXPORTING
    *   I_INTERFACE_CHECK                 = ' '
    *   I_BYPASSING_BUFFER                = ' '
    *   I_BUFFER_ACTIVE                   = ' '
    *   I_CALLBACK_PROGRAM                = ' '
       I_CALLBACK_PF_STATUS_SET          = 'PF_STATUS_SET '
       I_CALLBACK_USER_COMMAND           = 'HTML_TOP_OF_PAGE'
    *   I_CALLBACK_TOP_OF_PAGE            = ' '
    *   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *   I_CALLBACK_HTML_END_OF_LIST       = ' '
    *   I_STRUCTURE_NAME                  =
    *   I_BACKGROUND_ID                   = ' '
    *   I_GRID_TITLE                      =
    *   I_GRID_SETTINGS                   =
    *   IS_LAYOUT                         =
    *   IT_FIELDCAT                       =
    *   IT_EXCLUDING                      =
    *   IT_SPECIAL_GROUPS                 =
    *   IT_SORT                           =
    *   IT_FILTER                         =
    *   IS_SEL_HIDE                       =
    *   I_DEFAULT                         = 'X'
    *   I_SAVE                            = ' '
    *   IS_VARIANT                        =
    *   IT_EVENTS                         =
    *   IT_EVENT_EXIT                     =
    *   IS_PRINT                          =
    *   IS_REPREP_ID                      =
    *   I_SCREEN_START_COLUMN             = 0
    *   I_SCREEN_START_LINE               = 0
    *   I_SCREEN_END_COLUMN               = 0
    *   I_SCREEN_END_LINE                 = 0
    *   I_HTML_HEIGHT_TOP                 = 0
    *   I_HTML_HEIGHT_END                 = 0
    *   IT_ALV_GRAPHICS                   =
    *   IT_HYPERLINK                      =
    *   IT_ADD_FIELDCAT                   =
    *   IT_EXCEPT_QINFO                   =
    *   IR_SALV_FULLSCREEN_ADAPTER        =
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
      TABLES
        t_outtab                          =
    * EXCEPTIONS
    *   PROGRAM_ERROR                     = 1
    *   OTHERS                            = 2
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    in your code, write 2 subroutines name: HTML_TOP_OF_PAGE and PF_STATUS_SET
    FORM html_top_of_page USING r_top TYPE REF TO cl_dd_document.
      DATA: text TYPE sdydo_text_element.
      DATA: s_table TYPE REF TO cl_dd_table_element.
      DATA: col_key TYPE REF TO cl_dd_area.
      DATA: col_info TYPE REF TO cl_dd_area.
    ** split TOP-Document
      CALL METHOD r_top->vertical_split
        EXPORTING
          split_area  = r_top
          split_width = '50%'.
    *    IMPORTING
    *      right_area  = a_logo.
    ** fill TOP-Document
      text = 'Example of a Heading'(201).
      CALL METHOD r_top->add_text
        EXPORTING
          text         = text
          sap_style    = 'HEADING'.
      CALL METHOD r_top->new_line.
      CALL METHOD r_top->new_line.
    CALL METHOD r_top->new_line.
      CALL METHOD r_top->new_line.
      CALL METHOD r_top->add_table
        EXPORTING
          no_of_columns = 2
          with_heading  = ' '
          border        = '0'
        IMPORTING
          table         = s_table.
      CALL METHOD s_table->add_column
        IMPORTING
          column = col_key.
      CALL METHOD s_table->add_column
        IMPORTING
          column = col_info.
      text = 'A key value marked'(202).
      CALL METHOD col_key->add_text
        EXPORTING
          text         = text
          sap_emphasis = 'Strong'.
      CALL METHOD col_info->add_gap
        EXPORTING
          width = 6.
      text = '600' .
      CALL METHOD col_info->add_text
        EXPORTING
          text      = text
          sap_style = 'Key'.
      CALL METHOD col_info->add_gap
        EXPORTING
          width = 3.
      text = 'Test'.
      CALL METHOD col_info->add_text
        EXPORTING
          sap_fontsize = cl_dd_area=>large "set font size
          text         = text.
    endform.
    *&      Form  pf_status_set
    *  Set pf status for alv list
    *      -->PT_EXTAB   tab for excluding fcode
    FORM pf_status_set USING pt_extab TYPE slis_t_extab.
      DATA:
            ls_extab TYPE slis_extab.
    *-sort up
      ls_extab-fcode = '&OUP'.
      APPEND ls_extab TO pt_extab.
    *-- sort down
      ls_extab-fcode = '&ODN'.
      APPEND ls_extab TO pt_extab.
      SET PF-STATUS 'STANDARD' EXCLUDING pt_extab. "change standard as your status
    ENDFORM.                    "pf_status_set
    You can refer the set font size in report DD_STYLE_TABLE.
    regards,

  • Visually handicap, needs to increase font size in logic pro, Command  doesn't work

    Hi,
         I'm visually handicapped, and new to logic-pro.  I'm having a miserable time reading the internal logic-pro fonts.  Command + doesn't work, and I can't find any preferrence or settings options that affect the default font sizes, any ideas?

    Unfortunately you cannot change the font size of the main fonts in Logic...
    However, there are a couple of other settings you may not be aware of...
    1) Under Logic Pro's preferences... go to Display
    Now you can change the size of the playhead and Local Windows under the General Tab
    You can increase the size of the Logic plugin windows/fonts sizes under the Mixer Tab (I have mine set to 200%)
    Note: This setting does not apply to 3rd party plugins.. only Logic's own plugins...
    Under the Piano Roll tab you can change the size of Bar/Beats/Division Lines...
    2) Using the screen zoom command... Hold down control and scroll on your mouse... will zoom in the screen...
    Note: as you are using Mountain Lion there is also a new setting under System Preferences/Accessability
    Choose Zoom on the left hand side
    Now choose Zoom Style/Picture in Picture and instead of a full screen zoom it provides you with a magnifying glass of sorts to just magnify the area arund your mouse pointer. I find this setting very useful....
    Hope this helps...

  • Increase SGA size with ORA-02095.

    Hi Experts,
    I want to increase SGA for oracle 10G in window 2003 . however, I got error as
    SQL> alter system set sga_max_size=1700M,scope=spfile;
    alter system set sga_max_size=1700M,scope=spfile
    ERROR at line 1:
    ORA-02095: specified initialization parameter cannot be modified
    SQL> alter system set SGA_TARGET=1700M scope=SPFILE;
    System altered.
    SQL> alter system set sga_max_size=1700M,scope=spfile;
    alter system set sga_max_size=1700M,scope=spfile
    ERROR at line 1:
    ORA-02095: specified initialization parameter cannot be modified
    Now I just increase SGA_target as 1700M How to increase SGA_MAX_SIZE?
    Thanks
    JIM
    Edited by: user589812 on Mar 23, 2009 8:42 AM

    SQL> alter system set sga_max_size=1700M,scope=spfile;
    alter system set sga_max_size=1700M,scope=spfile
    ERROR at line 1:
    ORA-02095: specified initialization parameter cannot be modified
    take out comma,
    alter system set sga_max_size=1700M scope=spfile;

  • Need to Increase Font Size..

    Poor Eyesight. (Diabetes) I need a way to INCREASE the Font size and change Type of ALL DESKTOP Headers, dropdown menues and informational text WITHIN OSX.
    Just like the "APPEARENCE TAB" in "WINDOWS DISPLAY PROPERTIES"
    Is there any hope for ME? Third Party Add-on? Can't find anything in OSX that really helps. Even Fonts set to 16 don't do much.
    Can I change to "Areil Bold?" ANY Suggestions welcome. Thanks...:)

    This is a sad topic. Just this week I scoured the internet seeking an invention to change OSX toolbar font size (as well as Safari Bookmarks font size) and the news is not good. It turns out that those fonts especially are hardwired and cannot be changed. There is a discussion that goes all the way back to Panther about this, and every year people hope for a fix (Resolution Independence it's called).
    Right here in Apple discussions a gentleman put a hack in via Terminal. It is specifically for the 27" displays. I tried it on my 13" and yes the font changes to the larger - but then other display items disappear to make room. It is like folds or pleats appear to make up the difference, and some stuff got lost in the "wrinkles". The guy with the 27" machine was happy with his choice, and said he just "lives with" the accompanying flaws. I feel that on the high-res 27" machines there must be a lot less of the aforementioned "side effects" to deal with. See here -
    http://discussions.apple.com/thread.jspa?messageID=12127254&#12127254
    Try at your own risk, since Terminal operations are highly technical. I performed a clean install of OSX after I rejected the results of my own experiment. Bottom line is that more than a few people have sold or returned their Macs over this issue not because of sour grapes, but because they simply cannot read the toolbar, whereas on their PCs they always had a remedy. The issue is actually so fundamental that no one suspects a problem until they start using their new machine for the first time and cannot locate an adjusting app.

  • HT3986 I initially alotted 20gb for the windows 7 operaig system, as I install additional PC based programs (just a few), will i need to increase the size of the 20 GB partition, or is this done automatically by the system?

    I initally alotted 20GB for a Windows 7 operating system using Boot Camp. As I intend to add a few more PC based programs will the size if the partition that I set up be expanded, or is this something I need to do manually.  Or is the sapce required by the programs and thier data based sit out side of the 20 B partition that I choose in the Boot Camp set-up process?

    20G is far too small (think minimum 60G) and it will not automatically resize.
    Either remove it now and make a larger space or purchase Paragon Camptune, you can resize the installation safely with it.

  • I need to increase the sizes of all interfaces due to disability, how do I do it?

    I've spent ages looking but haven't found an option to increase all the user interface text sizes, icons etc. 

    Apart from mooblie's suggestion, another approach is to go to System Preferences, click on Accessibility, and then enable and configure the zoom options.
    In some cases you cannot simply reduce the resolution as per mooblie's suggestion as some applications will onlu run with a minimum size resolution for example Apple's Workgroup Manager tool for use with their server will not run at lower resolutions. The zoom option does not suffer this problem.

  • IPhone 4s - Need to increase font size and add dashes to Phone Contact Details and Recents

    I am in my 40s and need reading glasses.  I can't read the Phone>Contacts details/numbers because the font is too small and there are no dashes between numbers.  Same applies to Phone>Recents but there are dashes that make the numbers more readible.  3rd party apps such as Big Names, Big Contacts don't apear to be maintained to work with new IOS releases.  Changing fonts in Accessbility doesn't alter the fonts in Contact details nor Recents.  Zoom is inconsistant and inconvient.
    This should be a simple fix for Apple or a 3rd party app that will help retain middle aged iPhone users and attract new users.  No one want to use there reading glasses to read their phone.  Andriod makes font selection a snap.
    Thoughs or adivce?
    Thanks...
    Neil

    Settings>General>Accessibility>Zoom. Turn it on. That or try bifocals (I've had to wear bifocals since I was in my mid 30's) or consider monovision contacts or lasik.

  • I need to increase font size in a text box in a book

    What am I missing here?
    I'm trying to put together a book, and I can't figure out how to make the text, in the text box, larger.
    Any help is appreciated.
    Thanks.

    Problem solved this morning.
    After reading the post: EMERGENCY: WORK LOST!
    I shut down Aperture and did a consistency check. I didn't do the rebuild. But after doing that, I am now able to adjust font sizes in a book as one would expect.
    Perhaps, when I was making no headway last night, merely re-launching aperture the normal way would have done the trick, so I don't know if the consistency check was the actual tool that fixed the problem or not.
    I suppose consistency checks and rebuilding are good to do periodically, before problems arise.

  • OLM - Need to increase table size for bulk enrollments

    I am looking to increase the rows returned for bulk enrollment. Approx. 10 rows returned as deault. Would like to set to 100. Can you lead me to the correct personalization?

    You can personalize this page:
    /oracle/apps/ota/admin/enrollment/webui/BulkEnrollmentConfirmationPG
    set the Records Displayed value to 100.

  • Need to tune SGA SIZE AND PGA SIZE, SHARED POOL SIZE.

    Hi,
    We have 2node rac with 11g on Linux with 32 bit RAM on each machine.
    two instances are running on each machine. i.e on NODE1(OBI1,EBS1) and on node2(OBI2,EBS2) instances.
    we allocated memory parameter as follows.
    FOR OBI1,OBI2 :-
    sga_target --> 10g
    sga_max_size --> 10g
    pga_aggregate_target --> 3g.
    shared_pool_size --> 2g
    FOR EBS1,EBS2:-
    sga_target --> 10g
    sga_max_size --> 10g
    pga_aggregate_target --> 3g.
    shared_pool_size --> 2g
    Now my client is asking me to tune these parameters. Can any body give me the references like how to decide the approximate values for these values for my environment. i know this is not a straight way.
    Regards
    DBA.

    Hi,
    Please find the output of the above query.
    SGA_SIZE     SGA_SIZE_FACTOR     ESTD_DB_TIME     ESTD_DB_TIME_FACTOR     ESTD_PHYSICAL_READS
    10240     1     325493     1     6290582
    2560     0.25     728356     2.2377     49655967
    3840     0.375     477498     1.467     22523429
    5120     0.5     394888     1.2132     13603384
    6400     0.625     356805     1.0962     9493746
    7680     0.75     336332     1.0333     7284494
    8960     0.875     330961     1.0168     6705131
    11520     1.125     318495     0.9785     5536341
    12800     1.25     315077     0.968     5261443
    14080     1.375     311204     0.9561     4623578
    15360     1.5     301504     0.9263     3576196
    16640     1.625     299356     0.9197     3576196
    17920     1.75     299323     0.9196     3576196
    19200     1.875     299323     0.9196     3576196
    20480     2     299323     0.9196     3576196
    Regards
    DBA.

  • I need to increase my FMS buffer size for display video smoothly

    I need to increase my buffer size in FMS.
    Please let me know form where i would be increase my FMS buffer size.
    My video is running from RTMP and i faces the problem to load. video stalled between the running. so i need to increase buffer size for running video smoothly.
    Please reply me as soon as possible so i can resoled my problem.
    Thanks in advance.....

    Hi,
    You can increase the buffer size by using the property bufferTime of NetStream Object you are using. For eg: if ns is your NetStream Object then it can be done by ns.bufferTime=<desired value>.
    Also you can go through this
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html#bufferT ime.

Maybe you are looking for