<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LOCK_SGA parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699849#M932902</link>
    <description>Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;Tools like glance and measureware provide better information than top - you should look at configuring the parm file to collect statistics on each application.  The vmstat command also gives useful information on the amount of paging activity on your system (check the 'po' or page out column).&lt;BR /&gt;&lt;BR /&gt;If you're seeing excessive page out rates coupled with low free memory then chances are you're suffering from a memory bottleneck.  If your system still has free memory and is not paging during peak times then you are ok.  &lt;BR /&gt;&lt;BR /&gt;Theres a lot of good documentation in the ITRC knowledge base and in these forums - try running some searches on 'memory bottleneck' etc.  My advice is not to change anything unless you are suffering from a performance problem. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
    <pubDate>Wed, 10 Apr 2002 08:01:51 GMT</pubDate>
    <dc:creator>Steven Gillard_2</dc:creator>
    <dc:date>2002-04-10T08:01:51Z</dc:date>
    <item>
      <title>LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699840#M932893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am running Oracle 8.1.7.0 on HP-UX 11 64-bits.&lt;BR /&gt;&lt;BR /&gt;I have a L1000 with single processor and 2 GB of RAM.&lt;BR /&gt;&lt;BR /&gt;I have been advised to add parameter LOCK_SGA=true in my init.ora. This is supposed to help my system by avoiding "execessive paging"&lt;BR /&gt;&lt;BR /&gt;I have already gone through the preliminary tasks of setting the permissions required before setting this parameter.&lt;BR /&gt;&lt;BR /&gt;i.e. Give the oracle Unix user memory locking privileges at the OS level.&lt;BR /&gt;1) Login as root:&lt;BR /&gt;   %su root&lt;BR /&gt;&lt;BR /&gt;2) Created the file "/etc/privgroup":&lt;BR /&gt;&lt;BR /&gt;   $vi /etc/privgroup &lt;BR /&gt;&lt;BR /&gt;3) Added line "dba MLOCK" to file.&lt;BR /&gt;&lt;BR /&gt;4) As root, run command: &lt;BR /&gt;   $/etc/setprivgrp -f /etc/privgroup&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My SGA is as follows:&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;SQL&amp;gt; show sga&lt;BR /&gt;&lt;BR /&gt;Total System Global Area  422849000 bytes&lt;BR /&gt;Fixed Size                   104936 bytes&lt;BR /&gt;Variable Size             340652032 bytes&lt;BR /&gt;Database Buffers           81920000 bytes&lt;BR /&gt;Redo Buffers                 172032 bytes&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Any advice and guidance will be most welcomed.&lt;BR /&gt;Any word of caution?&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Apr 2002 10:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699840#M932893</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-04-09T10:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699841#M932894</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In google search hp-ux oracle lock_sga&lt;BR /&gt;&lt;BR /&gt;lots of data&lt;BR /&gt;&lt;BR /&gt;ex&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0xf853af48a9e5d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0xf853af48a9e5d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And excellent&lt;BR /&gt;&lt;A href="http://www.quest.com/whitepapers/orcl_db_mgmt.pdf" target="_blank"&gt;http://www.quest.com/whitepapers/orcl_db_mgmt.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                     Steve Steel</description>
      <pubDate>Tue, 09 Apr 2002 10:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699841#M932894</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-09T10:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699842#M932895</link>
      <description>hi steve,&lt;BR /&gt;&lt;BR /&gt;Thank you for the super-fast reply ;)&lt;BR /&gt;&lt;BR /&gt;I went through the second document which mentions about "this parameter should not be used if the system is not configured with an optimal amount of memory to begin with". &lt;BR /&gt;&lt;BR /&gt;how will i know if i have the "optimal amount"?&lt;BR /&gt;&lt;BR /&gt;More inputs from people who are using it at their sites will be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you for your time and guidance.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;MLOCK_SGA/LOCK_SGA/_LOCK_SGA etc. are all parameters that facilitate locking of the SGA in memory and preventing it from being paged/swapped. Proper use of this parameter will prevent the paging algorithm from considering the memory pages used by the SGA for page-outs. This provides a significant performance benefit especially during periods of heavy activity. This parameter should not be used if the system is not configured with an&lt;BR /&gt;optimal amount of memory to begin with.&lt;BR /&gt;&lt;QUOTE&gt;&lt;/QUOTE&gt;&lt;/QUOTE&gt;</description>
      <pubDate>Tue, 09 Apr 2002 10:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699842#M932895</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-04-09T10:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699843#M932896</link>
      <description>I would keep a very close eye on paging activity after making this change.  Locking the SGA in memory will reduce the amount of physical memory available for other applications, and could actually increase the amount of paging your system performs and result in an overall decrease in performance.  You should only configure this if you have a very good understanding of the memory demands of apps on your system.&lt;BR /&gt;&lt;BR /&gt;If your system has plenty of free memory anyway, its unlikely to make much difference.  But if your system is already paging you will improve the performance of Oracle at the expense of other applications.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 09 Apr 2002 10:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699843#M932896</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-04-09T10:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699844#M932897</link>
      <description>hi steven,&lt;BR /&gt;&lt;BR /&gt;Your words of caution frightens me!!&lt;BR /&gt;&lt;BR /&gt;in fact, i am trying to optimise my system for better performance...&lt;BR /&gt;&lt;BR /&gt;When i look at the top output, i often find that my available memory going down to about 50,000K!!&lt;BR /&gt;&lt;BR /&gt;what would you recommend?&lt;BR /&gt;&lt;BR /&gt;Go or no go?&lt;BR /&gt;&lt;BR /&gt;Thank you for your time and guidance.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;System: L1000                                         Tue Apr  9 15:59:09 2002&lt;BR /&gt;Load averages: 2.56, 2.33, 2.50&lt;BR /&gt;224 processes: 208 sleeping, 16 running&lt;BR /&gt;Cpu states:&lt;BR /&gt; LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 2.56  51.9%   0.0%  17.0%  31.1%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 786036K (428136K) real, 724728K (425428K) virtual, 177592K free  Page# 1/16&lt;BR /&gt;&lt;BR /&gt; TTY  PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt;  ?  7204 oracle8i 148 20 41024K 11028K sleep  222:48 13.39 13.37 ora_s001_cmtdb&lt;BR /&gt;  ?  5614 oracle8i 156 20 44096K 12736K sleep   37:50  8.12  8.10 ora_d010_cmtdb&lt;BR /&gt;  ?  5558 oracle8i 191 20 41024K 10584K run    147:42  5.25  5.24 ora_s002_cmtdb&lt;BR /&gt;  ?  5560 oracle8i 156 20 41024K  8996K sleep   59:42  1.74  1.74 ora_s003_cmtdb&lt;BR /&gt;  ?    28 root     152 20     0K     0K run     62:02  1.65  1.65 vxfsd&lt;BR /&gt;  ? 16849 ias      154 20 14772K  7052K sleep    0:10  1.40  1.40 f60webm&lt;BR /&gt;  ? 17525 ias      154 20 15028K  7076K sleep    0:17  1.08  1.08 f60webm&lt;BR /&gt;  ? 18524 ias      154 20 13764K  5724K sleep    0:01  0.93  0.92 f60webm&lt;BR /&gt;  ? 18590 ias      154 20 10420K  1844K sleep    0:00  1.83  0.78 f60webm&lt;BR /&gt;  ? 11542 ias      154 20 18228K 10328K sleep    1:38  0.75  0.75 f60webm&lt;BR /&gt;  ?  5598 oracle8i 156 20 44096K 10176K sleep   35:13  0.75  0.75 ora_d002_cmtdb&lt;BR /&gt;  ? 17893 ias      154 20 13876K  5936K sleep    0:05  0.70  0.70 f60webm&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Apr 2002 10:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699844#M932897</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-04-09T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699845#M932898</link>
      <description>Hi Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;It all depends on the requirements of the other applications on your system.  If the Oracle database is the most important application from a response time point of view then I would say go ahead.  If you have other important applications on the system, I would only set this parameter if you are sure that their memory demands are adequately met by the remaining free memory.&lt;BR /&gt;&lt;BR /&gt;I personally don't use this parameter as I have enough free memory so that the SGA never gets paged out anyway.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 09 Apr 2002 11:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699845#M932898</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-04-09T11:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699846#M932899</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is maybe clearer to you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6dc0c8ecad09d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6dc0c8ecad09d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                Steve Steel</description>
      <pubDate>Tue, 09 Apr 2002 13:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699846#M932899</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-09T13:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699847#M932900</link>
      <description>Hi steve&lt;BR /&gt;thanks you for your time.&lt;BR /&gt;&lt;BR /&gt;My Box runs both Oracle 8.1.7 and 9iAS. Our server is handling both client server connection and thin clients. Both are equally important.&lt;BR /&gt;Do you know that "memory demands are adequately met by the remaining free memory"?&lt;BR /&gt;&lt;BR /&gt;Is there a simple way to monitor it? How do i know if my memory is not sufficient?&lt;BR /&gt;&lt;BR /&gt;thank you in advance&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;PS. Below the output of TOP in the morning.&lt;BR /&gt;System: L1000                                         Wed Apr 10 08:20:05 2002&lt;BR /&gt;Load averages: 2.56, 3.38, 3.56&lt;BR /&gt;205 processes: 191 sleeping, 14 running&lt;BR /&gt;Cpu states:&lt;BR /&gt; LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 2.56  16.4%   0.0%   6.7%  76.8%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 863964K (595348K) real, 752664K (540068K) virtual, 380160K free  Page# 1/15&lt;BR /&gt;&lt;BR /&gt; TTY  PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt;  ?  2288 oracle8i 148 20 40128K  9072K sleep   11:58  8.19  8.17 ora_s000_cmtdb&lt;BR /&gt;  ?  2290 oracle8i 156 20 36032K  4976K sleep    6:58  7.64  7.63 ora_s001_cmtdb&lt;BR /&gt;  ?  7623 ias      154 20 16948K  9776K sleep    0:38  3.46  3.45 f60webm&lt;BR /&gt;  ?  8104 ias      154 20 13876K  6128K sleep    0:04  2.85  2.84 f60webm&lt;BR /&gt;  ?  7869 ias      154 20 14516K  6904K sleep    0:12  1.63  1.63 f60webm&lt;BR /&gt;  ?  7675 ias      154 20 14516K  6916K sleep    0:04  1.35  1.35 f60webm&lt;BR /&gt;  ?  2340 oracle8i 156 20 44096K 13056K sleep    0:19  1.03  1.03 ora_d001_cmtdb&lt;BR /&gt;  ?  2292 oracle8i 156 20 40128K  9072K sleep    3:35  0.89  0.89 ora_s002_cmtdb&lt;BR /&gt;  ?  7983 ias      154 20 13492K  5588K sleep    0:02  0.79  0.79 f60webm&lt;BR /&gt;  ?  2346 oracle8i 156 20 44096K 13056K sleep    0:19  0.52  0.52 ora_d004_cmtdb&lt;BR /&gt;  ?  4650 ias      154 20 14644K  7104K sleep    0:13  0.49  0.49 f60webm&lt;BR /&gt;  ?  6320 oracle8i 154 20 64704K 33584K sleep    0:58  0.48  0.48 oraclecmtdb&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Apr 2002 03:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699847#M932900</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-04-10T03:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699848#M932901</link>
      <description>hi Steve Steel &lt;BR /&gt;&lt;BR /&gt;the link you gave us is more about database block sizes! ;)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 10 Apr 2002 03:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699848#M932901</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-04-10T03:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699849#M932902</link>
      <description>Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;Tools like glance and measureware provide better information than top - you should look at configuring the parm file to collect statistics on each application.  The vmstat command also gives useful information on the amount of paging activity on your system (check the 'po' or page out column).&lt;BR /&gt;&lt;BR /&gt;If you're seeing excessive page out rates coupled with low free memory then chances are you're suffering from a memory bottleneck.  If your system still has free memory and is not paging during peak times then you are ok.  &lt;BR /&gt;&lt;BR /&gt;Theres a lot of good documentation in the ITRC knowledge base and in these forums - try running some searches on 'memory bottleneck' etc.  My advice is not to change anything unless you are suffering from a performance problem. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 10 Apr 2002 08:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699849#M932902</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-04-10T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699850#M932903</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.co.kr/docs/Oracle8/A64526_01.pdf" target="_blank"&gt;http://otn.oracle.co.kr/docs/Oracle8/A64526_01.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chapter 3 is a great explanation of memory management.&lt;BR /&gt;&lt;BR /&gt;3.12 deals with lock_sga&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         Steve Steel</description>
      <pubDate>Wed, 10 Apr 2002 09:02:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699850#M932903</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-10T09:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699851#M932904</link>
      <description>Why is your shared pool larger than your db_block_buffers?&lt;BR /&gt;&lt;BR /&gt;Anyway, if the database performance is critical on this server.  ( It almost always should be ), you should always use the MLOCK option on HP servers.&lt;BR /&gt;&lt;BR /&gt;This is important, as the Oracle SGA should NEVER be paged.&lt;BR /&gt;&lt;BR /&gt;I do not know about performance improvement in cases where there is adequate memory on the box.  &lt;BR /&gt;&lt;BR /&gt;It is said that the pages that are MLOCK'd are not candidates for paging and performance is improved.&lt;BR /&gt;&lt;BR /&gt;Also take a look @ "pre_page_sga".</description>
      <pubDate>Thu, 11 Apr 2002 03:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699851#M932904</guid>
      <dc:creator>Dennis J Robinson</dc:creator>
      <dc:date>2002-04-11T03:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK_SGA parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699852#M932905</link>
      <description>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;Thank you for the reply.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, i don't have GLANCE and MEASUREWARE on my server.&lt;BR /&gt;They have both expired!! (and it seems like the demo version cannot be reinstalled)&lt;BR /&gt;&lt;BR /&gt;I will try automate something to collect values from vmstat.&lt;BR /&gt;&lt;BR /&gt;I will also try to check about "memory bottleneck" in this forum&lt;BR /&gt;&lt;BR /&gt;thanks again&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;hi&lt;BR /&gt;&lt;BR /&gt;Thank you Steve Steele for the link.&lt;BR /&gt;rather old doc...july 1998 (oracle 8.0.5) ;)&lt;BR /&gt;&lt;BR /&gt;anyway thanks&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;Hello Dennis&lt;BR /&gt;&lt;BR /&gt;You worry me with your question "Why is your shared pool larger than your db_block_buffers?"&lt;BR /&gt;&lt;BR /&gt;Is there something wrong? (I am not an Oracle Expert. Any more input will be most appreciated)&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;SQL&amp;gt; show parameter shared&lt;BR /&gt;&lt;BR /&gt;NAME                                 TYPE    VALUE&lt;BR /&gt;------------------------------------ ------- ------------------------------&lt;BR /&gt;hi_shared_memory_address             integer 0&lt;BR /&gt;shared_memory_address                integer 0&lt;BR /&gt;shared_pool_reserved_size            string  4121440&lt;BR /&gt;shared_pool_size                     string  82428800&lt;BR /&gt;SQL&amp;gt; show parameter db_block&lt;BR /&gt;&lt;BR /&gt;NAME                                 TYPE    VALUE&lt;BR /&gt;------------------------------------ ------- ------------------------------&lt;BR /&gt;db_block_buffers                     integer 10000&lt;BR /&gt;db_block_checking                    boolean FALSE&lt;BR /&gt;db_block_checksum                    boolean FALSE&lt;BR /&gt;db_block_lru_latches                 integer 1&lt;BR /&gt;db_block_max_dirty_target            integer 10000&lt;BR /&gt;db_block_size                        integer 8192&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;Steve said:&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;It all depends on the requirements of the other applications on your system. If the Oracle database is the most important application from a response time point of view then I would say go ahead. If you have other important applications on the system, I would only set this parameter if you are sure that their memory demands are adequately met by the remaining free memory.&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;And i am not sure whether memory demands are adequate on my system.&lt;BR /&gt;&lt;BR /&gt;For example, i run several TOP queries yesterday and found the following:&lt;BR /&gt;&lt;BR /&gt;On Average:&lt;BR /&gt;      Memory: 1062920K (727880K) real, 891592K (635860K) virtual, 168828K free &lt;BR /&gt;In the morning, with very few users, it is: &lt;BR /&gt;      Memory: 579560K (404036K) real, 547052K (397892K) virtual, 503312K free Page# 1/14 &lt;BR /&gt;noon: &lt;BR /&gt;      Memory: 886976K (374224K) real, 710612K (330596K) virtual, 353580K free Page# 1/17 &lt;BR /&gt;      Memory: 950268K (670600K) real, 883976K (635924K) virtual, 33568K free Page# 1/17 &lt;BR /&gt;      Memory: 943676K (675372K) real, 856972K (633388K) virtual, 56116K free Page# 1/17 &lt;BR /&gt;&lt;BR /&gt;Maybe even with my 2 GB RAM, i am suffering from memory problems!! Maybe my system is not properly tuned!!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/QUOTE&gt;&lt;/QUOTE&gt;</description>
      <pubDate>Thu, 11 Apr 2002 03:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lock-sga-parameter/m-p/2699852#M932905</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-04-11T03:47:48Z</dc:date>
    </item>
  </channel>
</rss>

