<?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: Regarding system parameters for Oracle DB with 2 instance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433935#M860432</link>
    <description>Satish,&lt;BR /&gt;&lt;BR /&gt;Sorry for the late post. I was on vacation :)&lt;BR /&gt;&lt;BR /&gt;As Sridhar said, you Dynamic Buffer Cache settings are too big.&lt;BR /&gt;Refer to this thread to see what relations there are between DBC and Oracle :&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=750342" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=750342&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you don't use OnlineJFS, you won't be able to bypass the cache for Oracle DB, but with 8GB of RAM, a setting of dbc_max_pct=4 will set your dbc to a max value of 300MB. This is probably far enough, and will save 3.5GB of memory for you (and Oracle). It will prevent your system from swapping and particularly from swapping Oracle SGA.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Dec 2004 03:24:17 GMT</pubDate>
    <dc:creator>Fred Ruffet</dc:creator>
    <dc:date>2004-12-06T03:24:17Z</dc:date>
    <item>
      <title>Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433921#M860418</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;We are running 2 instance of oracle database on rp3440 with 8 gb RAM and 4 processors.Now i want to know whether we need to double the parameters specified by oracle eg nproc=4096 for one instance.What will be the optimized setting for kernel. We are running HP-UX 11i.if anyone have a same kind of setup pls suggest. we are using Oracle EBS 11.5.9, oracle apps with Databse.&lt;BR /&gt;&lt;BR /&gt;Regs&lt;BR /&gt;Satish</description>
      <pubDate>Wed, 01 Dec 2004 07:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433921#M860418</guid>
      <dc:creator>Satish Kumar_5</dc:creator>
      <dc:date>2004-12-01T07:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433922#M860419</link>
      <description>In any case 2048 is too low. Try setting it to 20000. Observe the real time usage with&lt;BR /&gt;sar -v 5 5&lt;BR /&gt;glance -t&lt;BR /&gt;&lt;BR /&gt;If it is unneccesarily high set it slightly low.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 01 Dec 2004 08:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433922#M860419</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-12-01T08:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433923#M860420</link>
      <description>Oracle prerequisites are a basis you have to work on.&lt;BR /&gt;To follow your example of nproc, it specifies the maximum number of processes allowed to be launched at a time. If each database is configured for a max processes number of 100, 4096 is enough.&lt;BR /&gt;So it depends on your Oracle configuration for each DB. Even with one DB, you may have to increase parameter given by Oracle.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2004 08:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433923#M860420</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-01T08:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433924#M860421</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have around 800 process on both DBs.So i think nproc is fine. but still when we execute some command it took a second or 2 before executing. i have checked load and its not more than 5 total.. sar output for ur ref:&lt;BR /&gt;&lt;BR /&gt;HP-UX ERP3 B.11.11 U 9000/800    12/01/04&lt;BR /&gt;&lt;BR /&gt;19:09:52    %usr    %sys    %wio   %idle&lt;BR /&gt;19:09:57       0       3       0      96&lt;BR /&gt;19:10:02       2       4       1      94&lt;BR /&gt;19:10:07       1       3       2      95&lt;BR /&gt;19:10:12       1       3       0      95&lt;BR /&gt;19:10:17       0       3       0      96&lt;BR /&gt;&lt;BR /&gt;Average        1       3       1      95&lt;BR /&gt;&lt;BR /&gt;whats wrong?? any help will be very appreciated.&lt;BR /&gt;regs&lt;BR /&gt;Satish</description>
      <pubDate>Wed, 01 Dec 2004 10:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433924#M860421</guid>
      <dc:creator>Satish Kumar_5</dc:creator>
      <dc:date>2004-12-01T10:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433925#M860422</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check:&lt;BR /&gt;&lt;BR /&gt;#sar -b 5 15&lt;BR /&gt;&lt;BR /&gt;And:&lt;BR /&gt;&lt;BR /&gt;#sar -v 5 15&lt;BR /&gt;&lt;BR /&gt;And finally:&lt;BR /&gt;&lt;BR /&gt;#swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 02 Dec 2004 05:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433925#M860422</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-02T05:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433926#M860423</link>
      <description>could you post output for these :&lt;BR /&gt;sar -ubw 10 6 # this one will run 1 minute&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 05:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433926#M860423</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-02T05:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433927#M860424</link>
      <description>Oups, I forgot this command :&lt;BR /&gt;top -n $(ps -edf | wc -l) -f /tmp/frutopfile.$$ &amp;amp;&amp;amp; cat /tmp/frutopfile.$$ &amp;amp;&amp;amp; rm /tmp/frutopfile.$$&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 05:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433927#M860424</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-02T05:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433928#M860425</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks so much to u all guys. I m attaching the output of commands u were asking. pls have a look and suggest. Thanks Again</description>
      <pubDate>Thu, 02 Dec 2004 11:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433928#M860425</guid>
      <dc:creator>Satish Kumar_5</dc:creator>
      <dc:date>2004-12-02T11:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433929#M860426</link>
      <description>Hi Satish,&lt;BR /&gt;&lt;BR /&gt;From the output of top, it seems you are using more than 1200Mb for the Oracle SGA (System Global Area) and Buffer Cache. In my opinion, this is too much... You need to tune this 2 paramaters: See Metalink Note 100709.1&lt;BR /&gt;&lt;BR /&gt;Kindest Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 02 Dec 2004 11:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433929#M860426</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-02T11:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433930#M860427</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;Why is this too much ? With 8GB of RAM, 1.2GB allocated for oracle is not much.&lt;BR /&gt;&lt;BR /&gt;Satish,&lt;BR /&gt;&lt;BR /&gt;You're talking about 2 instances, and I can only see one. top output may not be ful as long as We don't have header, and I don't see vhand (wich was my goal). I would really like to see the line from top for vhand process (and optinally uptime).&lt;BR /&gt;&lt;BR /&gt;Regarding to stats you're system is swapping, and (yes, once again) I'm asking what is your settings for OS dbc.&lt;BR /&gt;Could you please give output for "mount" command (without parameter) and for those two :&lt;BR /&gt;kmtune -q dbc_max_pct&lt;BR /&gt;kmtune -q dbc_min_pct&lt;BR /&gt;Also, do you have Online JFS ?&lt;BR /&gt;&lt;BR /&gt;It makes many command I ask for, but I have an idea behind all of that :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 13:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433930#M860427</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-02T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433931#M860428</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;That's Oracle advices... From Metalink Note I've refered above:&lt;BR /&gt;&lt;BR /&gt;"...We have discussed having the Shared_Pool_Size set too low, but adverse effects may comes from setting the Shared_Pool_Size too high as well.  Having the shared pool set too large increase the probability of latch contention when the database needs to find a free peace of memory to load a new statement. You can query v$sgastat to show the available free memory. This will tell you memory is being wasted.  As an example, let's look at the following problem:           &lt;BR /&gt;&lt;BR /&gt;select name, bytes/1024/1024 "Size in MB"          &lt;BR /&gt;from v$sgastat          &lt;BR /&gt;where name='free memory';&lt;BR /&gt;...&lt;BR /&gt;" &lt;BR /&gt;&lt;BR /&gt;I see the following:            &lt;BR /&gt;NAME  Size in MB   &lt;BR /&gt;Free memory 18,2546768188477&lt;BR /&gt;&lt;BR /&gt;This tells me that there is 18M of free memory in the shared pool, which is  acceptable in a 192M shared pool like the one I've defined. But if I'd a 64M shared pool this 18M value wouldn't be so acceptable.&lt;BR /&gt;&lt;BR /&gt;As you can see, this is all relative to each particular situation. &lt;BR /&gt;&lt;BR /&gt;I suggest to Satish to execute the following query to see if his shared pool is well sized...&lt;BR /&gt;&lt;BR /&gt;Kindest Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 03 Dec 2004 04:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433931#M860428</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-03T04:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433932#M860429</link>
      <description>I meant to say:&lt;BR /&gt;&lt;BR /&gt;I suggest to Satish to execute the ABOVE query to see if his shared pool is well sized...&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Dec 2004 04:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433932#M860429</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-03T04:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433933#M860430</link>
      <description>Hi Thanks so much Fred and Eric for ur time.I m not using Online JSF.I m ataching the output of commands kmtune and mount. have a look.&lt;BR /&gt;&lt;BR /&gt;Thanks again so much for ur time.</description>
      <pubDate>Sat, 04 Dec 2004 09:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433933#M860430</guid>
      <dc:creator>Satish Kumar_5</dc:creator>
      <dc:date>2004-12-04T09:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433934#M860431</link>
      <description>Hi Satish,&lt;BR /&gt;&lt;BR /&gt;There is no general 'optimum' setting for nproc parameter. It is really dependent on how many processes you bring up on the system. Your 'sar -v 2 2' will show you the current proc-sz. It is not a good idea to have any parameter way too beyond it's usage. For ex., if the number of processes (even a 'ps -ef|wc -l' will do) is 1000 and if your nproc is set to 25000, that's simply waste of kernel memory. At the same time, you will need to allow some headroom so in case of surprizes, it can save the production. Also, you may have to set maxuprc (max user processes) as nproc - 2. Associated with more processes, there will be more files. So, check your 'nfile' parameter also. Run 'sar -v 2 2' when the system is heavily loaded to get the idea on your settings.&lt;BR /&gt;&lt;BR /&gt;Your dbc_max_pct is at 50% which is default. 11i is not bad in managing buffer cache but there is no point having 50% of memory as buffer cache in any case. So, reduce it to around 8%. I guess the physical memory on the box is around 8-10GB. Keep min_pct at 2%.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 04 Dec 2004 23:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433934#M860431</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-12-04T23:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433935#M860432</link>
      <description>Satish,&lt;BR /&gt;&lt;BR /&gt;Sorry for the late post. I was on vacation :)&lt;BR /&gt;&lt;BR /&gt;As Sridhar said, you Dynamic Buffer Cache settings are too big.&lt;BR /&gt;Refer to this thread to see what relations there are between DBC and Oracle :&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=750342" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=750342&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you don't use OnlineJFS, you won't be able to bypass the cache for Oracle DB, but with 8GB of RAM, a setting of dbc_max_pct=4 will set your dbc to a max value of 300MB. This is probably far enough, and will save 3.5GB of memory for you (and Oracle). It will prevent your system from swapping and particularly from swapping Oracle SGA.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Dec 2004 03:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433935#M860432</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-06T03:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding system parameters for Oracle DB with 2 instance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433936#M860433</link>
      <description>Thanks so much Sri and Fred. I will try this. so all for ur time.</description>
      <pubDate>Mon, 06 Dec 2004 06:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-parameters-for-oracle-db-with-2-instance/m-p/3433936#M860433</guid>
      <dc:creator>Satish Kumar_5</dc:creator>
      <dc:date>2004-12-06T06:29:34Z</dc:date>
    </item>
  </channel>
</rss>

