Avoid increasing SGA

Hi,
My database suffers recently a lack of SGA memory (I have suffered some ora error related with it). As you can see in my statspack report:
Instance Efficiency Percentages (Target 100%)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Buffer Nowait %: 100.00 Redo NoWait %: 100.00
Buffer Hit %: 95.68 In-memory Sort %: 100.00
Library Hit %: 99.41 Soft Parse %: 98.72
Execute to Parse %: 52.22 Latch Hit %: 99.99
Parse CPU to Parse Elapsd %: 93.46 % Non-Parse CPU: 99.95
Shared Pool Statistics Begin End
Memory Usage %: 93.27 75.92
% SQL with executions>1: 22.06 21.30
% Memory for SQL w/exec>1: 31.68 31.12
Initially (we have increased them) the memory usage is high, but the % of SQL with executions > 1 is very low. This probably means that a lot of SQL can't be reused due to bad work of SQL programmers (basically not use of bind variables). There is some method to detect which kind of sentences should be rewritten in order to order programmers to re-write it?
There is some method to avoid this issued and avoid to be largering the shared_pool_size ad infinitum?
Thanks

1) check top 5/10 sql and try to tune / rewrite them .
2) try cursor_sharing = similar/force parameter ,and see is there any improvement.
Cheer,
Virag Sharma
http://virag.sharma.googlepages.com/
http://viragsharma.blogspot.com/

Similar Messages

  • Increase SGA more than 3GB in Windows Server 2003 Ent. R2

    Dear Sir;
    I have 2 servers with Windows server 2003 Enterprise R2, both servers are 32 Bit, but windows can manage our 16GB installed on this server.
    Our database is 10.2.0.3 (32 Bit) With RAC.
    My issue is to increase Instances SGA to 7 or 8 GB. I failed to increase it more than 3GB in both nodes.
    Please help
    Thanks and best regards
    Ali Labadi

    Dear all;
    I have walkthrough on all the documents you have sent and make the following changes on DB pfile:
    1-     Remove the DB_CACHE_SIZE.
    2-     Add a new parameter DB_BLOCK_BUFFERS
    3-     Add a new parameter USE_INDIRECT_DATA_BUFFERS=TRUE.
    4-     Increase SGA to 7000M
    NOTE: Windows can manage my 16GB as 15.2GB of RAM
    In OS level, update the boot.ini file by adding the following line:
    multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows Server 2003, Enterprise Edition" /3GB /PAE
    in Oracle home registry I have added the below string:
    AWE_WINDOW_SIZE- value: 1073741824
    Startup database using new pfile, returns error cannot start database using the current system setting, shared_pool_size must be larger than xxxx.
    I have increased the shared_pool_size but no luck, even when I increase it to reach 1GB it also return the same error with same value which is less than 200MB
    Please advice.
    Regards
    ali

  • 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;

  • Increase SGA in Oracle 10g

    Hi everyone,
    I am Ann. I am not a DBA, because the main DBA and Developer is on maternity leave have to step up to look after an Oracle Application Forms and Reports and Oracle database (version 10.1).
    Recently, people complaints the apps is slow.
    So I open the Enterprise Manager, and check the Performance Adviser, it shows one issue
    Finding          The buffer cache was undersized causing significant additional read I/O.
    Impact (minutes)          5.31
    Impact (%)     
    13.13
    The recommendation is Increase SGA target size by increasing the value of parameter "sga_target" by 928 M. (there is a button Implement next to the message).
    The findings path is
    The buffer cache was undersized causing significant additional read I/O.
    13.13     
    Wait class "User I/O" was consuming significant database time.     16.27     
    About the server, we use OpenSuse. I also log into the server as root.
    Type free command to get info about memory and here is the details
    borg:~ # free
    total used free shared buffers cached
    Mem: 6101512 6001288 100224 0 180376 4636256
    -/+ buffers/cache: 1184656 4916856
    Swap: 12586916 1728548 10858368
    I just want to know is it safe to run the implement button to increase the SGA target size.
    I know that I have to shutdown and restart the instance.
    Many thanks,
    Ann

    >
    I just want to know is it safe to run the implement button to increase the SGA target size.
    >
    You shouldn't do anything until
    1. You confirm that there is, in fact, a problem
    2. You determine exactly what the problem is
    3. You determine the cause, or causes, of the problem
    4. You identify, and rank, possible solutions to the problem
    5. You test possible solutions in a dev/text environment to make sure your process works as expected.
    6. You script a method to 'undo' any changes you make
    >
    Recently, people complaints the apps is slow.
    >
    So what! People always complain that apps are slow. While it's fine to take note of that don't make a knee-jerk reaction to it.
    Gather more information.
    1. Slow in what way? entering data? running reports? batch jobs?
    2. Slow when? first thing in the morning? mid-day when all users are on the system? all the time?
    3. How long has it been slow? Just started? A couple of days? a few weeks?
    4. What does the main DBA say about the reported slowness? Have you called to ask? Why not? They are on maternity leave not climbing the alps or Himalayas. Call them and ask them if they were aware of reported problems.
    5. Did you ask the main DBA what you should look at? Why not?
    Tell us more information. What are the memory parameters now?
    Open a sql*plus session and then run and post the results of
    1. SHOW PARAMETER SGA_TARGET
    2. SHOW SGA
    3. SHOW PARAMETER POOL

  • 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 ~]#*

  • 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 on 8i

    Can someone please guide me on how to increase the SGA size on 8i?
    It srunning on a Windows 2003 Server.
    I know how to do it on 9i via Enterprise Manager but that feature is not available in 8i.
    Anyone?

    No. I can't see why ... with the numbers you provide I would guess that it's probably a good idea, but other than "it's available, therefore I wanna use it." I see no real justification. You have shown no stats or analysis indicating that you should increase it.
    But that's beside the point. And my point was simply - go ahead and increase ... just be aware that there is a point where increasing buffer cache has a negative impact. For several reasons.
    And yes, your steps are correct.
    See also the ' Oracle8i Designing and Tuning for Performance' for 8.1.7 at http://download-west.oracle.com/docs/cd/doc/index.htm, and specifically Chapter 19 http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76992/ch19_mem.htm#832 for the other Buffer_Cache parameters
    And see the Oracle (not SQL) Reference manuaaal for all the other parameters.

  • 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,

  • Increase SGA on database with dataguard

    hi all,
    I have a database (10.2.0.2.0) configured with dataguard and we want to increase the SGA. We want update the RAM from Server ( Microsoft Windows Server 2003 R2 Server 5.2 Service Pack 2 (32-bit) ) with double memory RAM (actually 8G):
    The steps would be the next?:
    - SQL>alter system set sga_max_size=16G scope=spfile;
    - SQL>alter system set sga_target=16G scope=spfile;
    - shutdown immediate;
    - startup;
    Same in the standby database?
    Thanks in advance.

    Hi;
    What is your current SGA_MAX_SZE parameter? the SGA_MAX_SZE parameter is not dynamic in oracle 10g.
    To increase the sga size for your instance or to decrease,
    1. Make the entry in the pfile as sga_max_size=value. (generally pfile at 'ORACLE_HOME\database') *
    2. Shutdown the DB
    3. Startup the DB with the pfile as " SQL> STARTUP PFILE='path of the pfile edited' "
    4. Your DB is now running on pfile, to make the changes in spfile "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
    8. You can increase SGA_TARGET dynamicly by ALTER command.
    Regard
    Helios

  • Consideration to increase SGA

    DB : 10.2.0.4.
    Solaris 10
    V$SGA_TARGET_ADVICE
    SGA_SIZE SGA_SIZE_FACTOR ESTD_DB_TIME ESTD_DB_TIME_FACTOR Estd Phys Reads
          3840             .25      3232050              1.7373     899,492,073
          7680              .5      1989312              1.0693     491,807,585
         11520             .75      1887363              1.0145     483,839,033
         15360               1      1860387                   1     477,158,810
         19200            1.25      1828574               .9829     477,158,810
         23040             1.5      1811831               .9739     452,537,415
         26880            1.75      1784855               .9594     452,537,415
         30720               2      1784855               .9594     452,537,415
    select * from V$SHARED_POOL_ADVICE;
    SHARED_POOL_SIZE_FOR_ESTIMATE     SHARED_POOL_SIZE_FACTOR     ESTD_LC_SIZE     ESTD_LC_MEMORY_OBJECTS     ESTD_LC_TIME_SAVED     ESTD_LC_TIME_SAVED_FACTOR     ESTD_LC_LOAD_TIME     ESTD_LC_LOAD_TIME_FACTOR     ESTD_LC_MEMORY_OBJECT_HITS
    4448     0.4938     1003     60183     292126109     0.976     9889315     3.6641     471339446
    5360     0.595     1906     92900     295279970     0.9865     6735454     2.4955     478822120
    6272     0.6963     2817     135896     296561700     0.9908     5453724     2.0206     482918542
    7184     0.7975     3727     181357     297393539     0.9936     4621885     1.7124     493254538
    8096     0.8988     4635     220801     298361940     0.9968     3653484     1.3536     505060512
    9008     1     5545     261361     299316429     1     2698995     1     513945687
    9920     1.1012     6454     302969     299825751     1.0017     2189673     0.8113     519805862
    10832     1.2025     7364     339053     300255540     1.0031     1759884     0.6521     523957488
    11744     1.3037     8275     378601     300634363     1.0044     1381061     0.5117     526926143
    12656     1.405     9185     417826     300896107     1.0053     1119317     0.4147     529096861
    13568     1.5062     10095     459922     301113075     1.006     902349     0.3343     530783472
    14480     1.6075     11005     498736     301345932     1.0068     669492     0.2481     532135345
    15392     1.7087     11916     537009     301509644     1.0073     505780     0.1874     533262509
    16304     1.8099     12827     578447     301627190     1.0077     388234     0.1438     534189757
    17216     1.9112     13738     619789     301731503     1.0081     283921     0.1052     534989978
    18128     2.0124     14649     657592     301824963     1.0084     190461     0.0706     535717904
    SIZE_FOR_ESTIMATE     SIZE_FACTOR     BUFFERS_FOR_ESTIMATE     ESTD_PHYSICAL_READ_FACTOR     ESTD_PHYSICAL_READS     ESTD_PHYSICAL_READ_TIME     ESTD_PCT_OF_DB_TIME_FOR_READS     ESTD_CLUSTER_READS     ESTD_CLUSTER_READ_TIME
    624     0.1     74841     2.6614     47516415301     94395449     191.3     3647787264     4146408
    1248     0.2     149682     1.6766     29934104258     43087455     87.3     2298011136     2612129
    1872     0.3     224523     1.371     24476781857     27162117     55     1879057920     2135908
    2496     0.4     299364     1.2222     21820896898     19411827     39.3     1675168384     1904149
    3120     0.5     374205     1.1306     20185187699     14638567     29.7     1549596672     1761413
    3744     0.6     449046     1.0703     19109692149     11500095     23.3     1467031808     1667562
    4368     0.7     523887     1.0325     18434906180     9530958     19.3     1415229184     1608678
    4992     0.8     598728     1.0144     18111181243     8586282     17.4     1390377088     1580429
    5616     0.9     673569     1.0052     17947537521     8108739     16.4     1377814400     1566149
    6240     1     748410     1     17853869396     7835403     15.9     1370623616     1557976
    6864     1.1     823251     0.9971     17802737449     7686190     15.6     1366698240     1553514
    7488     1.2     898092     0.9957     17777323790     7612035     15.4     1364747264     1551296
    8112     1.3     972933     0.9949     17762716920     7569405     15.3     1363625856     1550021
    8736     1.4     1047774     0.9943     17752761824     7540354     15.3     1362861696     1549153
    9360     1.5     1122615     0.9939     17745136756     7518104     15.2     1362276352     1548487
    9984     1.6     1197456     0.9936     17739260102     7500951     15.2     1361825152     1547975
    10608     1.7     1272297     0.9933     17734415936     7486817     15.2     1361453312     1547552
    11232     1.8     1347138     0.993     17729261699     7471781     15.1     1361057664     1547102
    11856     1.9     1421979     0.9925     17719763099     7444057     15.1     1360328320     1546273
    12480     2     1496820     0.9603     17144546936     5765489     11.7     1316169600     1496078ON EM,
    Finding The SGA was inadequately sized, causing additional I/O or hard parses.
    Impact (minutes) 129.7
    Impact (%) 20.2
    Increase the size of the SGA by setting the parameter "sga_target" to 26880 M
    Currently , SGA is sized 16G and we have 32GB RAM On the machine and we are planning to increase the RAM t 128G.. ADDM and AWR reports confirms the same.
    Upon the above considerations, can I increase the SGA to atleast 26880M.
    Plese guide?
    Kai

    Hi Kai,
    Upon the above considerations, can I increase the SGA to atleast 26880M. Just beware, in 10.2 some databases have performance issues that are caused by resizing operations:
    http://www.dba-oracle.com/t_amm_automatic_memory_resize.htm
    BTW, there is also weirdness in 11g AMM:
    http://www.oraclealchemist.com/oracle/strange-behavior-with-memory_target/
    You might consider doing manual pool sizing, if this applies to you . . .
    ADDM and AWR reports confirms the same. ADDM has been known to make naive and reckless recommendations . . .
    This increase seems fishy to me, I would run the buffer pool advisory independently . . .
    Hope this helps . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference"
    http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

  • HOW INCREASE SGA IN ORACLE RAC 10 G WITH 2 NODES

    How increase sga_max_size, sga_target in ORACLE RAC 10 G WITH 2 NODES;
    i have oracle 10g in unix hp-ux 11i in rac (2 nodes)
    with sga 8g; and i want to increase 12g;
    i can alter these parameters without shutdown the entire database ?; , i can alter and take these change in one node first and later de second node?
    i used in first node :
    1- alter system set sga_max_size=16g scope spfile;
    2- alter system set sga_targer=12g cope spfile;
    later i restard all intance one by one:
    srcvtl stop instance -d my_database -i my_instance1 -o immediate;
    srcvtl start instance -d my_database -i my_instance1
    3- in second node.
    srcvtl stop instance -d my_database -i my_instance2 -o immediate;
    srcvtl start instance -d my_database -i my_instance2
    but my sga is the SAME 8G.. WHY NOT CHANGE...
    i changed these parameters and restar my instance in first node later stop and start using srvctl the second node but my sga not change. continue in 8g ;however these changes are in spfile so;
    prd2.sga_max_size=8589934592#internally adjusted
    prd1.sga_max_size=8589934592#internally adjusted
    *.sga_max_size=17179869184
    prd2.sga_target=8589934592
    prd1.sga_target=8589934592
    *.sga_target=12884901888
    prd2.thread=2
    prd1.thread=1
    how i can apply these change node by node or i need shutdown the entire database?
    need to make these changes without affecting my application because i can not shutdown the both node...
    Edited by: user568681 on 02-sep-2010 14:32

    Hi,
    I just checked on a test RAC configuration (HP-UX, 10.2.0.4)
    You don't need to stop the database.
    Keep your "rolling" original scenario but change :
    alter system set sga_max_size=16g scope spfile;
    alter system set sga_target=12g cope spfile;by
    alter system set sga_max_size=16g scope spfile sid = 'PRD1';
    alter system set sga_target=12g scope spfile sid = 'PRD1';
    alter system set sga_max_size=16g scope spfile sid = 'PRD2';
    alter system set sga_target=12g cope spfile sid = 'PRD2';Actually
    alter system set sga_max_size=16g scope spfile;
    alter system set sga_max_size=16g scope spfile SID='*';changes globally the values for every instance in the spfile ("*.XXXXXX" is updated) but it does not remove the specific entries already assigned to one particular instance (and it is your case !)
    Alternatively you could reset the values assigned specifically to one instance with "alter system reset" to have only "*.XXXX" for those parameters.
    Best regards
    Phil

  • How to Increase the SGA Size.

    Hi Guru's
    I want to Know
    How to Increase the SGA Size in Database 8.1.7.4.1
    My Ram Size is 6 GB
    When I query the Below Script
    select name, value
    from v$parameter
    where name in ('shared_pool_size', 'java_pool_size', 'streams_pool_size',
    'log_buffer', 'db_cache_size', 'db_2k_cache_size', 'db_4k_cache_size',
    'db_8k_cache_size', 'db_16k_cache_size', 'db_32k_cache_size',
    'db_keep_cache_size', 'db_recycle_cache_size', 'large_pool_size');
    Result
    shared_pool_size     300000000
    large_pool_size     0
    java_pool_size     50000000
    log_buffer     10485760
    Please Suggest Me the How Much Value also to increase the SGA
    My RAM SIZE is 6 GB
    Regards
    ***SBJ***

    SGA size on 8i is static , and for increasing the size you have to make the changes in the pfile and bounce the database
    First thumb rule is that your SGA should not exceed more than 40% of your PHYSICAL RAM in oracle <= 8i version. You can go around 80% from oracle 9i onwards
    http://mohamedazar.wordpress.com/2010/08/30/can-i-increase-sga-target-size-greater-than-sga-max-size/
    Edited by: Amigo on Dec 18, 2010 1:31 AM

  • Analyzing AWR reports, how can i decide i need to increase my SGA

    Hi,
    I am analyzing my Production server AWR reports, how can i decide on which basis i can increase SGA.
    Thanks,
    Mahi

    You need to make sure that the corresponding memory areas are not having any waits associated with them. Changing the memory parameters is generally not an option to pick in 10g as the instance management is automatic( shouldbe) and this makes the allocations done in an optimal manner depending upon the workloads. Still the change in the parameters can be there when we see some specific wait event related to that memory area. For example, if you see lots of Shared Pool latch contention and you are assure that you have no duplicate sqls coming up in your system than may be you have an undersized shared pool so it can be increased.
    You are using AWR.What about the recommendations from ADDM?Is there any advice coming up to change the memory components ? Did you elliminate all teh other areas which may be a problematic reason rather than a low memory value for parameters?
    Aman....

  • Increase the sga to 8gb

    We want to increase sga 8gb, knowing that we have the physical size of the ram 24 to go.
    we followed the configuration steps as the oracle note 225349.1, we modified the boot.ini file by adding the / PAE, the AWE is configured to 2147483648, when starting the instance we have the error message ORA-00371: not enough shared pool memory, Should Be atleast 434653184 bytes
    the parameters to configure
    test.__db_cache_size = 1207959552
    test.__java_pool_size = 4194304
    test.__large_pool_size = 4194304
    test.__shared_pool_size = 1038090240
    test.__streams_pool_size = 0
    *. db_block_buffers = 1179648
    *. SGA_TARGET = 0
    *. SGA_MAX_SIZE = 7000M
    *. use_indirect_data_buffers = TRUE

    mo**** wrote:
    We want to increase sga 8gb, knowing that we have the physical size of the ram 24 to go.
    we followed the configuration steps as the oracle note 225349.1, we modified the boot.ini file by adding the / PAE, the AWE is configured to 2147483648, when starting the instance we have the error message ORA-00371: not enough shared pool memory, Should Be atleast 434653184 bytes
    the parameters to configure
    test.__db_cache_size = 1207959552
    test.__java_pool_size = 4194304
    test.__large_pool_size = 4194304
    test.__shared_pool_size = 1038090240
    test.__streams_pool_size = 0
    *. db_block_buffers = 1179648
    *. SGA_TARGET = 0
    *. SGA_MAX_SIZE = 7000M
    *. use_indirect_data_buffers = TRUETHANKS for sharing.

Maybe you are looking for

  • I cannot change the font; the Content panel in Options does not have a font setting

    I would like to change the font in my Firefox browser. The help instructions tell me to got to 'Tools,' 'Options,' and then open the 'Content' panel. However, when I do so there is nothing in the Content panel that allows me to change fonts.

  • An Error while print preview (PLD) in all Data base

    After  creation of UDF, i have assigned a database table for the same in PLD but i was not getting Print preview.Now i hav removed the UDF and im trying to open a printpreview but still im getting the error like "Internal error(-101)occured(message 1

  • Queries about sshfs

    I wonder if anybody can point to an example of a sshfs idmap file? I know it is possible to use this but I have no idea how to set it up and unless I've missed something, I can't find this information in the man pages or on the wiki. I did find some

  • MOVED: K9A2 Beep Codes ON POST

    This topic has been moved to AMD64 ATI/SiS/VIA based board. https://forum-en.msi.com/index.php?topic=113998.0

  • What about my icons?

    hello this question is probably asked before, I don't see it around though. Where can I find the mozilla dino or the gimp fox icons? and how do I edit the gnome-menu? thanks for reading this. Greetings from Belgium, Geert.