<?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 pmon process comsuming 99.99 cpu usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146739#M453735</link>
    <description>&lt;BR /&gt;Lot's of zombies out there.&lt;BR /&gt;They want to say goodbye, but no (parent) process is listening.&lt;BR /&gt;&lt;BR /&gt;Sounds like processes were killed in the wrong order.&lt;BR /&gt;&lt;BR /&gt;Maybe a wrong database was shut down?&lt;BR /&gt;&lt;BR /&gt;Be sure to check the tails of all Oracle alert logs. They may reveal a real problem.&lt;BR /&gt;&lt;BR /&gt;And, you probably already know this, but in case you did not... Oracle has flavors of shutdown: &lt;BR /&gt;- no options... wait nicely for all users to go.&lt;BR /&gt;- IMMEDIATE... kill users then shutdown nicely.&lt;BR /&gt;- ABORT... kill processes in optimal order and do not bother to clean up other then trying to get rid of IPC resources (SGA).&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Dec 2008 13:18:45 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2008-12-17T13:18:45Z</dc:date>
    <item>
      <title>Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146731#M453727</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;      when I typed top Command I can see many oracle processes running, consuming lot of cpu usage. the related database is shutdowned currently still they are showing in top command&lt;BR /&gt;.. Is there any command can kill all the processes of perticular user</description>
      <pubDate>Wed, 17 Dec 2008 10:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146731#M453727</guid>
      <dc:creator>Jayraj</dc:creator>
      <dc:date>2008-12-17T10:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146732#M453728</link>
      <description>the quick and ugly:&lt;BR /&gt;&lt;BR /&gt;kill -9 $(ps -ef | grep -v grep | grep USER | awk '{ print $2 }')</description>
      <pubDate>Wed, 17 Dec 2008 10:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146732#M453728</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-12-17T10:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146733#M453729</link>
      <description>&amp;gt;Orange_adm: the quick and ugly:&lt;BR /&gt;&lt;BR /&gt;A little safer, add -9 if it fails:&lt;BR /&gt;kill $(UNIX95=EXTENDED_PS ps -fu USER -opid=)</description>
      <pubDate>Wed, 17 Dec 2008 11:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146733#M453729</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-17T11:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146734#M453730</link>
      <description>Yep Dennys, good point, allways start with a kill.&lt;BR /&gt;&lt;BR /&gt;;D.</description>
      <pubDate>Wed, 17 Dec 2008 11:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146734#M453730</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-12-17T11:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146735#M453731</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Might be better to shut down the database than to kill the pmon process and thus leave everything else running.&lt;BR /&gt;&lt;BR /&gt;The common source of this problem are bugs in Oracle which will require you to patch oracle.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Dec 2008 12:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146735#M453731</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-12-17T12:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146736#M453732</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If possible then shutdown the DB and restart the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 17 Dec 2008 12:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146736#M453732</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-12-17T12:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146737#M453733</link>
      <description>trace of top output&lt;BR /&gt;&lt;BR /&gt; 1   ? 10617 root     148 20    32K    32K zomb     1:28 98.93 98.75 samx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have tried killing samx also again its coming...&lt;BR /&gt;kill -9 10617&lt;BR /&gt;what could be the problem..</description>
      <pubDate>Wed, 17 Dec 2008 12:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146737#M453733</guid>
      <dc:creator>Jayraj</dc:creator>
      <dc:date>2008-12-17T12:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146738#M453734</link>
      <description>Here is the output of the top command&lt;BR /&gt;hope this may help better...&lt;BR /&gt;CPU TTY  PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt; 3   ? 12752 oracle   133 20    32K    32K zomb    43:33 100.37 100.20 ora_pmon_hp4ora10&lt;BR /&gt; 0   ? 13273 oracle   133 20    32K    32K zomb   115:17 100.34 100.16 ora_pmon_testdb&lt;BR /&gt; 0   ? 13206 oracle   240 20   224M  5196K run    322:39 100.16 99.98 ora_pmon_hp4ora10&lt;BR /&gt; 1   ? 13239 oracle   240 20   222M  4492K run    156:08 100.16 99.98 ora_qmnc_hp4ora10&lt;BR /&gt; 2   ?     1 root     240 20   496K   204K run   4204:38 100.11 99.94 init&lt;BR /&gt; 1   ? 10617 root     148 20    32K    32K zomb     1:28 98.93 98.75 samx&lt;BR /&gt; 2   ? 16034 oracle   133 20    32K    32K zomb  6002:31 80.15 80.01 ora_qmnc_hp4dev03&lt;BR /&gt; 3   ? 17583 oracle   133 20    32K    32K zomb  6033:50 79.97 79.83 ora_qmnc_hp4ora10&lt;BR /&gt; 0   ? 13780 moharanj 133 20    32K    32K zomb  5740:42 76.61 76.48 ora_qmnc_testdb&lt;BR /&gt; 3   ? 17552 oracle   149 20    32K    32K zomb  4687:38 39.49 39.43 ora_pmon_hp4ora10&lt;BR /&gt; 0   ? 17662 oracle   133 20    32K    32K zomb  4540:46 35.46 35.40 ora_pmon_hp4char2&lt;BR /&gt; 0   ? 12998 oracle   149 20    32K    32K zomb     0:07 29.03 28.98 ora_m000_hp4ora10&lt;BR /&gt; 1   ? 23376 moharanj 149 20    32K    32K zomb     0:07 28.71 28.66 ora_m000_testdb&lt;BR /&gt; 3   ? 16004 oracle   133 20    32K    32K zomb  4702:14 27.06 27.02 ora_pmon_hp4dev03&lt;BR /&gt; 2   ? 13756 moharanj 133 20    32K    32K zomb  3675:20 20.98 20.95 ora_pmon_testdb&lt;BR /&gt; 3   ? 17699 oracle   149 20    32K    32K zomb     1:49 19.59 19.56 ora_mmon_hp4char2&lt;BR /&gt; 3   ? 28255 moharanj 241 20    32K    32K zomb     0:09 15.98 15.95 ora_m000_testdb&lt;BR /&gt; 0   ? 28434 moharanj 149 20    32K    32K zomb     0:02 14.35 14.32 ora_m000_testdb&lt;BR /&gt; 3   ? 24640 moharanj 149 20    32K    32K zomb     0:02 14.28 14.26 ora_m000_testdb&lt;BR /&gt; 3   ? 23922 moharanj 149 20    32K    32K zomb     0:02 14.22 14.19 ora_m000_testdb&lt;BR /&gt; 3   ? 24342 moharanj 149 20    32K    32K zomb     0:02 14.05 14.02 ora_m000_testdb&lt;BR /&gt; 0   ? 23719 moharanj 149 20    32K    32K zomb     0:02 13.97 13.95 ora_m000_testdb&lt;BR /&gt; 3   ? 28498 moharanj 149 20    32K    32K zomb     0:02 13.97 13.94 ora_m000_testdb&lt;BR /&gt; 2   ? 28695 moharanj 149 20    32K    32K zomb     0:02 13.91 13.88 ora_m000_testdb&lt;BR /&gt; 1   ? 28371 moharanj 149 20    32K    32K zomb     0:03 13.77 13.75 ora_m000_testdb&lt;BR /&gt; 2   ? 22202 moharanj 149 20    32K    32K zomb     0:02 13.77 13.74 ora_m000_testdb&lt;BR /&gt; 3   ? 24121 moharanj 149 20    32K    32K zomb     0:02 13.76 13.73 ora_m000_testdb&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2008 13:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146738#M453734</guid>
      <dc:creator>Jayraj</dc:creator>
      <dc:date>2008-12-17T13:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146739#M453735</link>
      <description>&lt;BR /&gt;Lot's of zombies out there.&lt;BR /&gt;They want to say goodbye, but no (parent) process is listening.&lt;BR /&gt;&lt;BR /&gt;Sounds like processes were killed in the wrong order.&lt;BR /&gt;&lt;BR /&gt;Maybe a wrong database was shut down?&lt;BR /&gt;&lt;BR /&gt;Be sure to check the tails of all Oracle alert logs. They may reveal a real problem.&lt;BR /&gt;&lt;BR /&gt;And, you probably already know this, but in case you did not... Oracle has flavors of shutdown: &lt;BR /&gt;- no options... wait nicely for all users to go.&lt;BR /&gt;- IMMEDIATE... kill users then shutdown nicely.&lt;BR /&gt;- ABORT... kill processes in optimal order and do not bother to clean up other then trying to get rid of IPC resources (SGA).&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2008 13:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146739#M453735</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-12-17T13:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146740#M453736</link>
      <description>&amp;gt;trace of top output&lt;BR /&gt;&amp;gt;1 ? 10617 root 148 20 32K 32K zomb 1:28 98.93 98.75 samx&lt;BR /&gt;&amp;gt;I have tried killing samx also again its coming.&lt;BR /&gt;&lt;BR /&gt;You can't kill zombies, they are dead.  You can only kill the zombie master.&lt;BR /&gt;&lt;BR /&gt;What does this show:&lt;BR /&gt;UNIX95=EXTENDED_PS ps -Hfp 10617 -p 12752 -p 13273 -p 28255</description>
      <pubDate>Wed, 17 Dec 2008 22:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146740#M453736</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-17T22:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle pmon process comsuming 99.99 cpu usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146741#M453737</link>
      <description>Thank you all</description>
      <pubDate>Fri, 20 Feb 2009 13:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-pmon-process-comsuming-99-99-cpu-usage/m-p/5146741#M453737</guid>
      <dc:creator>Jayraj</dc:creator>
      <dc:date>2009-02-20T13:11:25Z</dc:date>
    </item>
  </channel>
</rss>

