<?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: Oracle Processes Waiting for Semaphores in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154735#M902510</link>
    <description>What is your version of oracle?&lt;BR /&gt;If oracle 7-8.0, please post a utlb/estat report.&lt;BR /&gt;If oracle 8i+, please post a statspack report.&lt;BR /&gt;&lt;BR /&gt;Since you are tuning your oracle database, you must provide oracle tuning statistics. not only os statistics.&lt;BR /&gt;&lt;BR /&gt;In general, semaphore lack will cause oracle won't start, and will not cause performance problems.&lt;BR /&gt;&lt;BR /&gt;Or maybe it is oracle internal latch/enqueue wait.</description>
    <pubDate>Mon, 05 Jan 2004 04:12:50 GMT</pubDate>
    <dc:creator>zhuchao</dc:creator>
    <dc:date>2004-01-05T04:12:50Z</dc:date>
    <item>
      <title>Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154726#M902501</link>
      <description>I use measureware to collect data from our servers and one of a recent web applications that uses a particular database suffered a degradation of response times.&lt;BR /&gt;&lt;BR /&gt;I have looked at the usual suspects and everything seemed okay so far.&lt;BR /&gt;&lt;BR /&gt;The unusual part is that for this Oracle server Oracle I have seen that more than 90% of its time is spent in waiting for semaphores.&lt;BR /&gt;&lt;BR /&gt;I have attached the sysdef parms and ipcs output.I am guessing that some semaphore related parm in the kernel has to be changes but I am reluctant to go ahead without understanding what this means.&lt;BR /&gt;&lt;BR /&gt;Can someone help me understand what is that it means to spend so much time waiting for semaphores.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paddy</description>
      <pubDate>Wed, 31 Dec 2003 13:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154726#M902501</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2003-12-31T13:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154727#M902502</link>
      <description>where is the attachement?&lt;BR /&gt;&lt;BR /&gt;What is your kernel setting for system wide semaphores?&lt;BR /&gt;&lt;BR /&gt;Compare it with real time usage.&lt;BR /&gt;&lt;BR /&gt;You can check realtime usage by executing ipcs -s periodically.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Dec 2003 14:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154727#M902502</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-31T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154728#M902503</link>
      <description>A lack of shared memory is usually from one or two kernel parameters&lt;BR /&gt;&lt;BR /&gt;shmmax&lt;BR /&gt;shmseg&lt;BR /&gt;&lt;BR /&gt;shmmax can be cranked up to a maximum of 25% total memory, which is defined as ram plus swap&lt;BR /&gt;&lt;BR /&gt;shmseg usually doesn't need to be pushed up much farther than say 100 on all but the most heavily used systems.&lt;BR /&gt;&lt;BR /&gt;shmmax is a dynamic kernel parameter on 11i systems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Dec 2003 14:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154728#M902503</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-31T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154729#M902504</link>
      <description>Your attachment seems to be missing. Generally when not enough semaphores are available the Oracle instance will not start. However, waiting on semaphores is quite common and that means they are doing exactly what they are intended to do. Think of semaphores as flags for communicating between processes. For example, Process A might send a request to Process B to do a query and let me know when data is available. The "let me know" part is the job of a sema4. In the meantime, while Process B is as busy as a beaver fetching your rows, Process A is, guess what, waiting on a semaphore and this is perfectly normal. I suspect that improving your SQL (possibly adding an index or two) will resolve your sema4 problem.&lt;BR /&gt;&lt;BR /&gt;The one thing that I would look at is your timeslice setting. If it is small (i.e 1) sema4 behavior becomes very bizarre. Timeslice should be set at 10.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Dec 2003 14:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154729#M902504</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-12-31T14:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154730#M902505</link>
      <description>Sorry for the missing attachment.I have some problem uploading it and hence here is the output.&lt;BR /&gt;------------------&lt;BR /&gt;NAME                      VALUE       BOOT        MIN-MAX        UNITS   FLAGS&lt;BR /&gt;acctresume                    4          -       -100-100                -&lt;BR /&gt;acctsuspend                   2          -       -100-100                -&lt;BR /&gt;allocate_fs_swapmap           0          -           -                   -&lt;BR /&gt;bufpages                 314572          -          0-           Pages   -&lt;BR /&gt;create_fastlinks              0          -           -                   -&lt;BR /&gt;dbc_max_pct                  10          -           -                   -&lt;BR /&gt;dbc_min_pct                   5          -           -                   -&lt;BR /&gt;default_disk_ir               0          -           -                   -&lt;BR /&gt;dskless_node                  0          -          0-1                  -&lt;BR /&gt;eisa_io_estimate            768          -           -                   -&lt;BR /&gt;eqmemsize                    63          -           -                   -&lt;BR /&gt;file_pad                     10          -          0-                   -&lt;BR /&gt;fs_async                      0          -          0-1                  -&lt;BR /&gt;hpux_aes_override             0          -           -                   -&lt;BR /&gt;maxdsiz                  262144          -          0-655360     Pages   -&lt;BR /&gt;maxdsiz_64bit            262144          -        256-1048576    Pages   -&lt;BR /&gt;maxfiles                   1024          -         30-2048               -&lt;BR /&gt;maxfiles_lim               1024          -         30-2048               -&lt;BR /&gt;maxssiz                    2048          -          0-655360     Pages   -&lt;BR /&gt;maxssiz_64bit              2048          -        256-1048576    Pages   -&lt;BR /&gt;maxswapchunks             10240          -          1-16384              -&lt;BR /&gt;maxtsiz                   65536          -          0-655360     Pages   -&lt;BR /&gt;maxtsiz_64bit            262144          -        256-1048576    Pages   -&lt;BR /&gt;maxuprc                     800          -          3-                   -&lt;BR /&gt;maxvgs                       14          -           -                   -&lt;BR /&gt;msgmap                  2555904          -          3-                   -&lt;BR /&gt;nbuf                     266868          -          0-                   -&lt;BR /&gt;ncallout                   2016          -          6-                   -&lt;BR /&gt;ncdnode                     150          -           -                   -&lt;BR /&gt;ndilbuffers                  30          -          1-                   -&lt;BR /&gt;netisr_priority              -1          -         -1-127                -&lt;BR /&gt;netmemmax                     0          -           -                   -&lt;BR /&gt;nfile                      8010          -         14-                   -&lt;BR /&gt;nflocks                     800          -          2-                   -&lt;BR /&gt;ninode                     4096          -         14-                   -&lt;BR /&gt;no_lvm_disks                  0          -           -                   -&lt;BR /&gt;nproc                      2000          -         10-                   -&lt;BR /&gt;npty                         60          -          1-                   -&lt;BR /&gt;nstrpty                      60          -           -                   -&lt;BR /&gt;nswapdev                     10          -          1-25                 -&lt;BR /&gt;nswapfs                      10          -          1-25                 -&lt;BR /&gt;public_shlibs                 1          -           -                   -&lt;BR /&gt;remote_nfs_swap               0          -           -                   -&lt;BR /&gt;rtsched_numpri               32          -           -                   -&lt;BR /&gt;sema                          0          -          0-1                  -&lt;BR /&gt;semmap                  8323072          -          4-                   -&lt;BR /&gt;shmem                         0          -          0-1                  -&lt;BR /&gt;shmmni                      200          -          3-1024               -&lt;BR /&gt;streampipes                   0          -          0-                   -&lt;BR /&gt;swapmem_on                    1          -           -                   -&lt;BR /&gt;swchunk                    2048          -       2048-16384      kBytes  -&lt;BR /&gt;timeslice                    10          -         -1-2147483648 Ticks   -&lt;BR /&gt;unlockable_mem            49152          -          0-           Pages   -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ipcs -as&lt;BR /&gt;IPC status from /dev/kmem as of Wed Dec 31 11:58:21 2003&lt;BR /&gt;T      ID     KEY        MODE        OWNER     GROUP   CREATOR    CGROUP NSEMS   OTIME    CTIME &lt;BR /&gt;Semaphores:&lt;BR /&gt;s       0 0x411c3a7a --ra-ra-ra-      root      root      root      root     1  6:25:08  6:25:01&lt;BR /&gt;s       1 0x4e0c0002 --ra-ra-ra-      root      root      root      root     2  6:25:04  6:25:01&lt;BR /&gt;s       2 0x412075ea --ra-ra-ra-      root      root      root      root     2 no-entry  6:25:01&lt;BR /&gt;s     131 0x00446f6e --ra-r--r--      root       sys      root       sys     1 no-entry 13:51:29&lt;BR /&gt;s     260 0x00446f6d --ra-r--r--      root       sys      root       sys     1 no-entry 13:51:29&lt;BR /&gt;s       5 0x01090522 --ra-r--r--      root      root      root      root     1 no-entry  6:25:24&lt;BR /&gt;s       6 0x411c4ba0 --ra-ra-ra-      root      root      root      root     1  6:25:34  6:25:34&lt;BR /&gt;s       7 0x612074bd --ra-ra-ra-      root      root      root      root     1  6:29:20  6:25:40&lt;BR /&gt;s       8 0x732074bd --ra-ra-ra-      root      root      root      root     1  4:56:06  6:25:40&lt;BR /&gt;s       9 0x702074bd --ra-ra-ra-      root      root      root      root     1  4:56:06  6:25:40&lt;BR /&gt;s      10 0x692074bd --ra-ra-ra-      root      root      root      root     1  6:29:20  6:25:40&lt;BR /&gt;s      11 0x752074bd --ra-ra-ra-      root      root      root      root     1  6:25:40  6:25:40&lt;BR /&gt;s      12 0x632074bd --ra-ra-ra-      root      root      root      root     1  6:25:40  6:25:40&lt;BR /&gt;s      13 0x642074bd --ra-ra-ra-      root      root      root      root     1 17:11:34  6:25:40&lt;BR /&gt;s      14 0x662074bd --ra-ra-ra-      root      root      root      root     1 no-entry  6:25:40&lt;BR /&gt;s      15 0x6c2074bd --ra-ra-ra-      root      root      root      root     1  6:29:20  6:25:40&lt;BR /&gt;s      16 0x6d2074bd --ra-ra-ra-      root      root      root      root     1  6:34:42  6:25:40&lt;BR /&gt;s      17 0x6f2074bd --ra-ra-ra-      root      root      root      root     1 no-entry  6:25:40&lt;BR /&gt;s      18 0xffffffff --ra-r--r--      root      root      root      root     1  6:25:50  6:25:50&lt;BR /&gt;s      19 0x410c03d1 --ra-ra-ra-      root      root      root      root     1  6:25:53  6:25:53&lt;BR /&gt;s   74132 0x4b95e0e0 --ra-r-----    oracle       dba    oracle       dba   654 11:58:21  4:41:48&lt;BR /&gt;s      21 0x522074bd --ra-ra-ra-      root      root      root      root     1  6:34:42  6:29:21&lt;BR /&gt;s      22 0x451c2a43 --ra-ra-ra-      root       sys      root       sys     1  7:21:50  4:30:02&lt;BR /&gt;s      23 0x451c2aac --ra-ra-ra-      root       sys      root       sys     3  7:21:50  4:30:03&lt;BR /&gt;s      24 0x0000cace --ra-ra-ra-      root       sys      root       sys     1  7:21:50  4:30:03&lt;BR /&gt;s      25 0x450c080a --ra-ra-ra-      root       sys      root       sys     1  7:21:50  4:30:03</description>
      <pubDate>Wed, 31 Dec 2003 15:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154730#M902505</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2003-12-31T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154731#M902506</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you have contact to metalink look here and create a tar:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/postanswer.do?threadid=340427&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/postanswer.do?threadid=340427&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;if not check on semmns. If it is still on the default of 128, that might be not enough. &lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Dec 2003 15:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154731#M902506</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-31T15:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154732#M902507</link>
      <description>Paddy,&lt;BR /&gt;&lt;BR /&gt;Your situation kind of sounds like ours.  I don't have any certain answers, but can share some data.&lt;BR /&gt;&lt;BR /&gt;We are trying to diagnose a performance problem with our Oracle 7/HP-UX 11 ERP system.  &lt;BR /&gt;&lt;BR /&gt;You wrote that "more than 90% of its time is spent in waiting for semaphores."  What method did you use to come to this conclusion?  &lt;BR /&gt;&lt;BR /&gt;When I've looked at our system, nothing really seems to be wrong with it (as you say, I've looked at the usual suspects) except that it reports a high count on the semaphore queue.  None of us really know what this means and whether it's significant or normal.  Unfortuately, we don't have a long-term baseline for this data.&lt;BR /&gt;&lt;BR /&gt;If you have access to MeasureWare and PerfView (I can't remember what they call them these days), I'm looking at the system Global Wait Queue graph.  It's the second or third graph from the top in the main PerfView window.  The semaphore queue is sky-high compared to everything else.&lt;BR /&gt;&lt;BR /&gt;We *have* seen some performance improvement by rewriting SQL, but this is hard due to the nature of the application we run.  &lt;BR /&gt;&lt;BR /&gt;One suggestion for your kernel parameters is to check them against the Oracle Installation Guide's required settings.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Mic</description>
      <pubDate>Thu, 01 Jan 2004 20:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154732#M902507</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2004-01-01T20:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154733#M902508</link>
      <description>Mic,&lt;BR /&gt;&lt;BR /&gt;Thank you for your corroboration.&lt;BR /&gt;&lt;BR /&gt;Coming to the measurement I can outline how we baseline things.&lt;BR /&gt;&lt;BR /&gt;We have Measureware agents installed on each of the HP-Servers whose data is transferred nightly into our DataWarehouse(we use SAS/ITSV which is called SAS/ITRM these days)&lt;BR /&gt;&lt;BR /&gt;I use the data from the warehouse to do this kind of analysis.I can ask my development guys to have a look at the SQL code.&lt;BR /&gt;&lt;BR /&gt;In my googling I found this thread to be pretty close and says pretty much what you have said : &lt;BR /&gt;&lt;A href="http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=877362755.26206%40dejanews.com&amp;amp;rnum=1&amp;amp;prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3DOracle%2B%2Bsemaphores%2Bunix" target="_blank"&gt;http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=877362755.26206%40dejanews.com&amp;amp;rnum=1&amp;amp;prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3DOracle%2B%2Bsemaphores%2Bunix&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Let me try changing the parms and get back to you.</description>
      <pubDate>Fri, 02 Jan 2004 09:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154733#M902508</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-01-02T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154734#M902509</link>
      <description>Paddy,&lt;BR /&gt;&lt;BR /&gt;Thanks.  I thought of a couple of other tools that could be helpful.  Unfortunately, they aren't open source.&lt;BR /&gt;&lt;BR /&gt;sarcheck from Aptitune &lt;A href="http://www.aptitune.com" target="_blank"&gt;http://www.aptitune.com&lt;/A&gt; (sar-based tool, writes a "report" in plain English).  I like this a lot but for this one, it's been more helpful in terms of what the problem isn't rather than what it is (probably due to inherent inability to pry into proprietary disk arrays)&lt;BR /&gt;&lt;BR /&gt;Lund Performance Systems &lt;A href="http://www.lund.com" target="_blank"&gt;http://www.lund.com&lt;/A&gt;  I haven't looked at them in several years, but they used to have an HP-UX performance analysis tool.  They specialized in HP3000.&lt;BR /&gt;&lt;BR /&gt;tt,&lt;BR /&gt;Mic&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jan 2004 21:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154734#M902509</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2004-01-02T21:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154735#M902510</link>
      <description>What is your version of oracle?&lt;BR /&gt;If oracle 7-8.0, please post a utlb/estat report.&lt;BR /&gt;If oracle 8i+, please post a statspack report.&lt;BR /&gt;&lt;BR /&gt;Since you are tuning your oracle database, you must provide oracle tuning statistics. not only os statistics.&lt;BR /&gt;&lt;BR /&gt;In general, semaphore lack will cause oracle won't start, and will not cause performance problems.&lt;BR /&gt;&lt;BR /&gt;Or maybe it is oracle internal latch/enqueue wait.</description>
      <pubDate>Mon, 05 Jan 2004 04:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154735#M902510</guid>
      <dc:creator>zhuchao</dc:creator>
      <dc:date>2004-01-05T04:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154736#M902511</link>
      <description>zhuchao, Finally a sensible reply in this stream! (IMHO of course!)&lt;BR /&gt;&lt;BR /&gt;Best I know, 'Waiting for semaphore' does not mean waiting for one to become available, but means that the system is using one to synchronize access. For example an Oracle slave being blocked for the logwriter.&lt;BR /&gt;&lt;BR /&gt;You can not tune semaphores other then making 'enough' available. Any less and you'll get a hard failure. Any more will not speed up anything, but you'd better have some slack. (Just like NPROC, FILES, &lt;BR /&gt;&lt;BR /&gt;Check out for example: &lt;A href="http://www.ixora.com.au/q+a/0105/24161647.htm" target="_blank"&gt;http://www.ixora.com.au/q+a/0105/24161647.htm&lt;/A&gt;&lt;BR /&gt;Be Sure to get Steve Adams 'Oracle8i Internal Services" booklette as referenced there. No DBA should be without that.&lt;BR /&gt;&lt;BR /&gt;You want to use statspack (or utlXstat) to learn why Oracle is waiting. It's right there in the first statspack page: "Top 5 Timed Events" followed by the complete table for "Wait Events for". You are likely to be very insterested also in the table for "Enqueue activity"&lt;BR /&gt;&lt;BR /&gt;Forget system tuning &amp;amp; tools, focus on Oracle! System tuning is 99% about making enough recourse availabel to allow it to work at all. After that it is up to Oracle (through your help!) to make it work fast.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2004 00:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154736#M902511</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-01-12T00:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Processes Waiting for Semaphores</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154737#M902512</link>
      <description>Two excellent answers.I am using Oracle 8.1.7&lt;BR /&gt;I am going to use STATSPACK as mentioned and I have to mention I also use "dbtuner" as a perf tool.&lt;BR /&gt;Either ways my ignorance of Oracle performance tuning is whats coming in way of solution here.&lt;BR /&gt;Thanks &lt;BR /&gt;Paddy</description>
      <pubDate>Mon, 12 Jan 2004 09:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes-waiting-for-semaphores/m-p/3154737#M902512</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-01-12T09:20:06Z</dc:date>
    </item>
  </channel>
</rss>

