SGA granule size

If SGA_MAX_SIZE <= 128 mb, granule size will be 4 mb
If SGA_MAX_SIZE > 128 mb, granule size will be 16 mbMy SGA size is 360M
SQL> show parameter SGA_MAX_SIZE
NAME                                 TYPE        VALUE
sga_max_size                         big integer 360M
SQL> Then why the size of a granule is 4MB?
SQL> SELECT COMPONENT, GRANULE_SIZE/(1024*1024) "GRANULE_SIZE(Mb)" FROM V$SGA_DYNAMIC_COMPONENTS;
COMPONENT                                                        GRANULE_SIZE(Mb)
shared pool                                                                     4
large pool                                                                      4
java pool                                                                       4
streams pool                                                                    4
DEFAULT buffer cache                                                            4
KEEP buffer cache                                                               4
RECYCLE buffer cache                                                            4
DEFAULT 2K buffer cache                                                         4
DEFAULT 4K buffer cache                                                         4
DEFAULT 8K buffer cache                                                         4
DEFAULT 16K buffer cache                                                        4
DEFAULT 32K buffer cache                                                        4
Shared IO Pool                                                                  4
ASM Buffer Cache                                                                4
14 rows selected
SQL> Shouldn't have been 16?...

user12045475 wrote:
Hi,
your doc. is for 9i
for 10g and forward
If SGA_MAX_SIZE <= 1GB, granule size will be 4 mb
If SGA_MAX_SIZE > 1GB, granule size will be 16 mbHTHThis is not correct. You need to test for your release and platform.orcl> SELECT COMPONENT, GRANULE_SIZE/(1024*1024) "GRANULE_SIZE(Mb)" FROM V$SGA_DYNAMIC_COMPONENTS;
COMPONENT                                                        GRANULE_SIZE(Mb)
shared pool                                                                     8
large pool                                                                      8
java pool                                                                       8
streams pool                                                                    8
DEFAULT buffer cache                                                            8
KEEP buffer cache                                                               8
RECYCLE buffer cache                                                            8
DEFAULT 2K buffer cache                                                         8
DEFAULT 4K buffer cache                                                         8
DEFAULT 8K buffer cache                                                         8
DEFAULT 16K buffer cache                                                        8
DEFAULT 32K buffer cache                                                        8
Shared IO Pool                                                                  8
ASM Buffer Cache                                                                8
14 rows selected.
orcl> sho parameter sga_max_size
NAME                                 TYPE        VALUE
sga_max_size                         big integer 1104M
orcl> select * from v$version;
BANNER
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
PL/SQL Release 11.2.0.3.0 - Production
CORE    11.2.0.3.0      Production
TNS for 32-bit Windows: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
orcl>

Similar Messages

  • What's the sga max size for a 32bit windows server?

    Hi,
    I have a 32bit Windows Server with 16G of RAM... What is the SGA max size that I can setup?

    Depending on your version of Windows and your version of Oracle there are methods to increase the usuable memory available to Oracle including the MS \3GB and \PAE switches and the AWE memory extention feature.
    Oracle has notes on the subject:
    Windows Memory Configuration: 32-bit and 64-bit 873752.1 plus notes 46053.1 and 46001.1
    How to use Very Large Memory, higher than 4Gb on Windows 2003 32 bit #342080.1
    HTH -- Mark D Powell --

  • SGA Max Size limit?

    Hi,
    I have Fujitsu mid range Server with 16gb RAM and 64 bit Windows Server 2003,10g R2 db installed, current i have SGA size 4gb..
    What is SGA max size limit????
    One of my report runs in 24 seconds...*will this issue b solved increasing the SGA size upto 10,12 gb?*

    Yes,
    You can also go for a 10046 event tracing...
    ACCEPT sid PROMPT 'Enter SID: '
    ACCEPT serial PROMPT 'Enter SERIAL#: '
    ACCEPT action PROMPT 'Enter TRUE or FALSE: '
    EXEC sys.DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION(&sid,&serial,&action);
    prompt Trace &action for &sid,&serial
    exec DBMS_SYSTEM.SET_EV(10,20,10046,12,”);
    Then you can check your dump file and see whcih events are higher......
    For Eg. content could be like:
    =====================
    PARSING IN CURSOR #6 len=107 dep=1 uid=44 oct=6 lid=44 tim=1621758552415 hv=3988607735 ad='902c07a8'
    UPDATE rn_lu_lastname_loca set entr_loca_id_plz14 = translate(entr_loca_id_plz14,'_','-') where rowid = :b1
    END OF STMT
    PARSE #6:c=0,e=981,p=0,cr=0,cu=0,mis=1,r=0,dep=1,og=0,tim=1621758552403
    BINDS #6:
    bind 0: dty=1 mxl=32(18) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=32 offset=0
    bfp=10331d748 bln=32 avl=18 flg=09
    value="AAAHINAATAAAwTTABV"
    WAIT #6: nam='db file sequential read' ela= 12170 p1=6 p2=197843 p3=1
    WAIT #6: nam='db file sequential read' ela= 8051 p1=14 p2=261084 p3=1
    WAIT #6: nam='db file sequential read' ela= 7165 p1=19 p2=147722 p3=1
    WAIT #6: nam='db file sequential read' ela= 9604 p1=19 p2=133999 p3=1
    WAIT #6: nam='db file sequential read' ela= 6381 p1=19 p2=133801 p3=1
    EXEC #6:c=10000,e=45750,p=5,cr=1,cu=10,mis=0,r=1,dep=1,og=4,tim=1621758598343
    FETCH #5:c=0,e=357,p=0,cr=5,cu=0,mis=0,r=0,dep=1,og=4,tim=1621758598896
    EXEC #1:c=30000,e=116691,p=36,cr=35,cu=10,mis=0,r=1,dep=0,og=4,tim=1621758599043
    WAIT #1: nam='SQL*Net message to client' ela= 5 p1=1413697536 p2=1 p3=0
    WAIT #1: nam='SQL*Net message from client' ela= 2283 p1=1413697536 p2=1 p3=0
    Lines that start with WAIT
    len Length of SQL statement.
    dep Recursive depth of the cursor.
    uid Schema user id of parsing user.
    oct Oracle command type.
    lid Privilege user id.
    ela Elapsed time. 8i: in 1/1000th of a second, 9i: 1/1'000'000th of a second 
    tim Timestamp. Pre-Oracle9i, the times recorded by Oracle only have a resolution of 1/100th of a second (10mS). As of Oracle9i some times are available to microsecond accuracy (1/1,000,000th of a second). The timestamp can be used to determine times between points in the trace file. The value is the value in v$timer when the line was written. If there are TIMESTAMPS in the file you can use the difference between 'tim' values to determine an absolute time. 
    hv Hash id.
    ad SQLTEXT address (see v$sqlarea and v$sqltext).
    Lines that start with PARSE, EXEC or FETCH
    #n  n = number of cursor 
    c  cpu time 
    e  elapsed time 
    p  physical reads 
    cr  consistant reads 
    cu  current mode reads 
    mis miss in cache (?) 
    r  rows processed 
    dep recursive depth 
    og  optimizer goal 
    tim time  Content

  • Set SGA maximum size larget than it's component

    Dear all,
    I want to activate the DISM in Oracle 10g on Solaris container, therefore I need to set the parameter sga_max_size larger than it's component.
    From my understanding, below are the sga components parameter and the current value on my system::
    SHARED_POOL_SIZE (560M)
    LARGE_POOL_SIZE (0)
    JAVA_POOL_SIZE (32M)
    DB_CACHE_SIZE (560M)
    STREAMS_POOL_SIZE (0)
    The thing is, my sga max size parameter (1168M) is already larger than above parameters.
    Is there another sga component I've missed ? Plz advice. Thanks.

    Hi,
    SGA: The size is determined indirectly from the size of the contained memory areas.
    – 1) Buffer pool: DB_BLOCK_BUFFERS (unit: blocks) or DB_CACHE_SIZE when you use the dynamic SGA
    2) – Shared pool: SHARED_POOL_SIZE
    –3) Java pool: JAVA_POOL_SIZE
    – 4) Large pool: LARGE_POOL_SIZE
    –5) Streams pool (Oracle 10g or later): STREAMS_POOL_SIZE
    –6) Redo buffer: LOG_BUFFER
    In addition, in the context of the dynamic SGA , you can define parameter
    SGA_MAX_SIZE, which sets an upper limit for the total size of the SGA. In
    general, you can only increase the size of parameters, such as DB_CACHE_SIZE
    or SHARED_POOL_SIZE, up to the size defined by SGA_MAX_SIZE.
    Thanks
    Sunny

  • Sga max size is not changed.

    We use Oracle 11gr2 on win2008R2.
    Our member said that he set sga max size by
    alter system set sga_max_size scope=spfile; max size to 6GB.
    And he restared that OS and DB instance , then
    show parameters sga_max_size was 7.6GB.
    we use  dynamic SGA and automatic memory management.
    Is it natural things ? If so, I would like to explaint about to our customer.
    Why the show parameters sga_max_size was 7.6GB ?

    DUPLICATE POST. please continue with our original post. Please mark this question answered and check the following link:
    sga max size is different

  • Sga max size is different

    We use Oracle 11gr2 on win2008R2.
    Our member set sga max size by
    alter system set sga_max_size scope=spfile; max size to 6GB.
    And we restared that OS and DB instance , then
    show parameters sga_max_size was 7.6GB
    Why is that ?

    If MEMORY_TARGET is set to a non-zero value:
    If SGA_TARGET and PGA_AGGREGATE_TARGET are set, they will be considered the minimum values for the sizes of SGA and the PGA respectively. MEMORY_TARGET values can range from SGA_TARGET + PGA_AGGREGATE_TARGET to MEMORY_MAX_TARGET.
    Now check if your memory_target is set.
    Read this metalink note as well:
    Automatic Memory Management (AMM) on 11g (Doc ID 443746.1)

  • OLTP SGA Optimum Size

    Hi Everybody,
    I have a Database running Oracle 9i, release 9.2.0.6.0 64bit. It is running on an IBM PSeries with AIX 5L, 8gb RAM, but only 4 scsi disks of 136gb each. My current DB configuration is set as a General Database. Numbers are as follows in bytes:
    buffer_cache=2684354560
    free memory=536870912
    library cache=354736912
    sql area=323717552
    free memory=310946880
    miscellaneous=75226840
    db_block_hash_buckets=22162544
    free memory=16777216
    FileOpenBlock=7812264
    PL/SQL MPCODE=6413728
    XDB Schema Cac=5794944
    sim memory hea=5162712
    event statistics per sess=5033840
    KQR L PO=4770048
    log_buffer=4457472
    dictionary cache=3229952
    Checkpoint queue=2624000
    PL/SQL DIANA=2604688
    KGLS heap=2016608
    KQR M PO=1751744
    sessions=1203280
    1M buffer=1056768
    KSXR receive buffers=1034000
    VIRTUAL CIRCUITS=911480
    KSXR pending messages que=853952
    fixed_sga=749240
    parameters=707896
    MTTR advisory =292144
    PL/SQL PPCODE=199560
    type object de=174736
    errors=115104
    subheap=102312
    trigger defini=63000
    PX subheap=38784
    trigger inform=21008
    table definiti=19208
    KGK heap=16984
    KQR S SO=13624
    pl/sql source=9384
    trigger source=4368
    joxs heap init=4240
    PLS non-lib hp=3000
    fixed allocation callback=600
    Total SGA = 4116.715mb
    SGA Max Size = 4452.976mb
    The SGA Summary is as follows in bytes:
    Database Buffers=2684354560
    Fixed Size=749240
    Redo Buffers=4468736
    Variable Size=1979711488
    I'm having big headaches with locks. I understand my Database is a OLTP but never configured it like that. I missed the opportunity at the time of creation. What would be a goos start un numbers for a SGA settings?
    Please help...

    Kevin Tyson wrote:
    I don't know why people are talking about RAID and other hardware issues when the question was about the SGA. To determine whether your SGA is the right size, you need to calculate the buffer cache hit ratio, the library cache hit ratio, and other SGA stats. Your library cache hit ratio should be over 90 percent unless your developers didn't use bind variables. Your buffer cache hit ratio depends on your application, but if it's below 80 percent I would look at the top ten offending SQL statements by disk reads, buffer hits, and CPU. That's just a start. I have scripts at home for doing these things in Oracle9i. I might respond with them this weekend.
    Kevin TysonThis is so completely, utterly wrong, I can't even begin to describe why. See [the faq|http://www.orafaq.com/wiki/Improving_Buffer_Cache_Hit_Ratio]. It was wrong even in the days when tfsmstat.sql was written, around 1993.
    The title of the thread is about SGA, but the question is about locks. The question is making a questionable assumption that the SGA size has something to do with locks.
    Original Poster: Please post the locking evidence that has you thinking whatever it is you are thinking. It is conceivable that having a large SGA may cause latching issues in some odd circumstances, but really, there are several methodologies that can lead quite directly to the actual problem. Hit ratio tuning is not one of them. Here is one way. It may help us help you if run a statspack for 15 minutes during a bad time and post the results.
    Most performance issues are due to code, the first thing you need to do is figure out if you have a code problem or a system tuning problem. Raid 0 is not a good sign. Nothing wrong with asking about a recommended SGA, but as you can see, it doesn't get you far if no one sees an obvious wrong.

  • SGA+PGA Size allocation

    Hi all
    I Have a server System Configuration with
    RAM size: 16GB Ram & Hard disk Size of 1TB.
    I Installed Oracle 11g R2 in the server System
    I want to Allocate Dedicated Memory for oracle..
    How Should i calculate the Memory size of SGA+PGA for good Performance..

    Pl do not post duplicates - Reg:-SGA & PGA Memory Allocation Size

  • ORA-04031 on 10g - should I just adjust my SGA POOL SIZE?

    Has anyone gotten this message frequently:
    ORA-04031: unable to allocate 37536 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","session parame")
    We are a business intelligence application that issues lots of large queries. We just migrated to 10g and we are seeing this every 2-3 days on our testing machine.
    In particular, I am not sure about "sga heap"... I would just set my Shared Pool Size higher - currently 144 MB but will this help here? Thoughts?

    In Oracle 10g a new feature called "automatic memory management" allows the dba to reserve a pool of shared memory that is used to allocate the shared pool, the buffer cache, the java pool and the large pool.
    In general, when the database needs to allocate a large object into the shared pool and cannot find contiguous space available, it will automatically increase the shared pool size using free space from other SGA structure.
    Since the space allocation is automatically managed by Oracle, the probability of getting ora-4031 errors may be greatly reduced. Automatic Memory Management is enabled when the parameter SGA_TARGET is greater than zero and the current setting can be obtained quering the v$sga_dynamic_components view.
    Please refer to the 10g Administration Manual for further reference
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14231/toc.htm

  • SGA/PGA Sizes ???

    I need help!
    I have a Windows 2003 Server (w/sp2) with 4GB of RAM & 2 CPUs. Oracle 10.2.0.2 is installed.
    ASMM is ENABLED by default (and it still is)
    These are my sga/pga settings:
    pga_aggregate_target = 1G
    sga_max_size = 1504M
    sga_target = 1000M
    shared_pool_size = 504M
    sort_area_size = 262144000 (250M)
    large_pool_size = 104M
    db_cache_size = 104M
    I believe I should DISABLED ASMM, correct? Otherwise, my settings aren't used.
    Based on my 4GB, I think Oracle can use 2GB of that.
    What should I set the settings above too?
    ...thanks

    First if you use Oracle's automatic memory management feature and provide spfile parameter values for parameters that are automatically managed by Oracle then the provided values are taken as minimum values for these areas. There are other situations where values for parameters like sort_area_size which is limited to 5% of pga_aggregate_target are in fact still referenced.
    With a pga_aggregate_target of 1G I do not see any valid reason why you would have a sort_area_size set to 250M. What is the reason for this?
    What kind of environment is this: OLTP, DSS, OLAP?
    How many concurrent sessions?
    Dedicated vs shared server?
    Why do you not want to use automatic memory management? What problem have you encountered?
    HTH -- Mark D Powell --

  • How to recommand sga & pga size for existing database?

    Hi All,
    In my environment there are 100s of databases running , in few servers we frequently getting the "Unable to allocate the shared memory" during job process. But the server have enough memory to allocate to the databases where ever the memory required.
    Now the quesition is how to predict or estimate the required memory of that database?
    Thanks

    903787 wrote:
    Hi All,
    In my environment there are 100s of databases running , in few servers we frequently getting the "Unable to allocate the shared memory" during job process. But the server have enough memory to allocate to the databases where ever the memory required.
    Now the quesition is how to predict or estimate the required memory of that database?
    Thanksquery V_$SGA_TARGET_ADVICE

  • Log Buffer

    I note that log_buffer even if set, is going to be different {more} post 10.2.x – however if it (oracle internal algorithm) sets a very high value we can see side effects of too long “LOG FILE SYNC”? In one of our instance, we have a SGA granule size of 64MB and when we set LOG_BUFFER to 16MB, i see redo buffers of more than 78MB. Since we have a mixed workload (short transactions + batch jobs) – short transactions are seeing some waits on log file sync. Earlier log_buffer was set to 150MB and oracle took nearly 210MB the waits seen on short UI house keeping transactions were waiting quite long and after reducing – we are now in a “thin acceptable limit”. Is there any other way to reduce redo buffers? anything less than 32MB not only may be enough it will bring down my log file sync even further (which is very much needed for UI house keeping transactions). Even if i unset, i think its still going to allocate 64MB? BTW, we are on 11.2.0.3.
    - Abhay

    Hi Jonathan,
    My suspect was CPU starvation as well and may be possibly caused by high COMMIT rate, but avg CPU load on system was not even 20% - but that still doesn't warrant of what was happening per CPU core and if my UI session was hooked along with batch processes on a CORE - need to check run time CPU stats on the system when we hit this issue (typically when a lot of jobs are running). Going by the avg utilization of CPU it doesnt seem there was any CPU starvation, PS below OS stats from AWR report for the bad period (before log buffer change)
    Operating System Statistics
    Statistic          Value          End Value
    AVG_BUSY_TIME          53,872     
    AVG_IDLE_TIME          308,864     
    AVG_SYS_TIME          3,019     
    AVG_USER_TIME          50,683     
    BUSY_TIME          3,459,745     
    IDLE_TIME          19,779,080     
    SYS_TIME          204,469     
    USER_TIME          3,255,276     
    LOAD               25          8
    OS_CPU_WAIT_TIME     19,500      OS CPU wait time is not so significant hence didnt bother too much to see each CPU level stats at run time. Also below is % utilization from AWR
    Operating System Statistics - Detail
    Snap Time Load %busy %user %sys %idle %iowait
    07-Mar 10:45:11 25.05          
    07-Mar 11:00:20 7.10 13.27 12.17 1.10 86.73 0.00
    07-Mar 11:15:27 11.00 12.15 11.43 0.72 87.85 0.00
    07-Mar 11:30:40 10.00 18.27 17.32 0.95 81.73 0.00
    07-Mar 11:45:42 8.20 15.80 15.06 0.74 84.20 0.00 After log buffer change if things have improved as seen from AWRs pasted earlier, and when we factually know from AWR log file parallel writes are not taking significant amount of time - are we hitting a possible issue of serialization as described in [Tony Hasler - Log File Sync|http://tonyhasler.wordpress.com/2011/07/24/log-file-sync-and-log-file-parallel-write-part-2/] ? the whole lot of time spent in copying blocks from private redo strands? PS we have a lot of private strands, below is snippet you asked for.
    Or is Oracle not registering log file parallel writes properly? as i see from 10298 event enabled for LGWR process that the issue starts when write rate drops to 1-3MPBS and when it does 6-9MBPS things look quite reasonable. Waiting less on log file sync after log buffer reduction hints us of possible IO issue but not registered by oracle, and especially after observations of bad time vs good time & consistently in bad time 10298 reported lesser IO write speed.
          INDX TOTAL_BUFS_KCRFA STRAND_SIZE_KCRFA INDEX_KCRF_PVT_STRAND SPACE_KCRF_PVT_STRAND                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             0             8192           4194304                     0                     0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             1             8192           4194304                     0                     0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             2             8192           4194304                     0                     0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             3             8192           4194304                     0                     0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             4              249            132096                     4                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             5              249            132096                     5                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             6              249            132096                     6                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             7              249            132096                     7                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             8              249            132096                     8                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
             9              249            132096                     9                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
            10              249            132096            3735928559                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
            11              249            132096                    11                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
           554              249            132096            3735928559                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
           555              249            132096            3735928559                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
           556              249            132096            3735928559                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
           557              249            132096            3735928559                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
           558              249            132096            3735928559                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
           559              249            132096            3735928559                126464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
    560 rows selected.Edited by: 993122 on Mar 14, 2013 6:26 AM

  • Oracle 8.1.7.4 32 bit and SGA size

    hi gurus,
    OS : solaris 5.8 64 bit
    Oracle: 8.1.7.4 32 bit
    i have seen documents saying that maximum SGA allocation possible is only 1.75 GB due to 32 bit application limitation.
    is there a way in which we can allocate > 1.75 GB for the SGA granules?
    any option like /AWE in windows?
    thanks,
    charles

    OS : solaris 5.8 64 bit
    Oracle: 8.1.7.4 32 bitAs far as i know mixing 32-bit database and 64-bit operating system is not supported - as 8i is.
    Anyway with a 32-bit database you are basically limited to 2 GB per process. You can use "indirect_data_buffer" which will
    enable you to increase your database block buffers > 2 GB....
    Ronny Egner
    My blog: http://blog.ronnyegner-consulting.de

  • 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

  • Minimum size of SGA for the recovery catalog db ?

    I've created a recovery catalog database and by default the total size of the SGA is 180MB. Problem is, there isnt' much memory on development server to run the target and recovery catalog database (catdb).
    Would it be possible to startup catdb with an SGA of size 10 MB or so? What's the minimum size? I figured since catdb is only used as for the recovery catalog and would rarely be access or changed, it doesn't need to use that much memory.
    Thanks in advance

    Hi David,
    In 10g, the minimal shared_pool_size is 120M, otherwise you will get
    ORA-00371: not enough shared pool memory, should be atleast 123232153 bytes
    You can set java_pool_size to 0, which is NOT the default.
    You could also set the large_pool_size to 0, but I am not sure this is recommended.
    In 8.0 shared_pool_size could be as low as 300K. Read your Reference manual for the values specifics to your version
    HTH
    Laurent Schneider
    OCM DBA

Maybe you are looking for

  • Street View (google maps) not working on Firefox with SNA

    I have a problem with Firefox when trying to use Street View in Google Maps. It basically kills the browser by being extremely slow. Now, this happens only when using SNA acceleration (default), but not with UXA or GLAMOR (just removed on latest upda

  • How do I get iCal to display my event notes when working on my MacBook?

    I just got an iPad 3G (which I love) and am bothering to use iCal for the first time. So far, it seems to be going well. The only disappointment is that when I view iCal on my iPad, I can see the notes attached to each calendar event. However, when I

  • Can't view PDF files in Wb Browser

    Hello from a relative newbie to Adobe. Recently I began getting the message " Adobe Acrobat Reader that is running cannot be used to view PDF files in a web browser. Adobe Acrobat/Reader version 8 or 9 is required. Please exit and try again " when vi

  • HT201210 itunes wont open on my phone

    i touch icon to open it opens than closes?????

  • How to deactivate PSE 13

    I am trying to deactivate PSE 13 from my current PC so that I can add it to my new PC, but when I go to the uninstall, there is no option to deactivate, I have searched all the "help" tabs and have done several "searches" but nothing is helping. (my