<?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 process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604376#M853261</link>
    <description>I hardly know anything about Oracle, but *perhaps* the *PID numbers in the ipcs(1) output can tell you which PIDs *are* used (look at the *TIME values) and hence, by elimination, indicate which PIDs are not used.&lt;BR /&gt;&lt;BR /&gt;However be *very* carefull and do not terminate a process unless you are absolutely sure that it is indeed 'left-over'.</description>
    <pubDate>Wed, 31 Oct 2001 13:07:01 GMT</pubDate>
    <dc:creator>Frank Slootweg</dc:creator>
    <dc:date>2001-10-31T13:07:01Z</dc:date>
    <item>
      <title>Oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604370#M853255</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Is there a way to find out stale orcale process or runaway oracle process?? Basically I want to know which oracle process is eating up the resource &lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Rush.</description>
      <pubDate>Tue, 30 Oct 2001 20:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604370#M853255</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2001-10-30T20:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604371#M853256</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# top&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep oracle&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 30 Oct 2001 21:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604371#M853256</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-30T21:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604372#M853257</link>
      <description>I need to know about stale process..</description>
      <pubDate>Tue, 30 Oct 2001 21:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604372#M853257</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2001-10-30T21:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604373#M853258</link>
      <description>Rushank,&lt;BR /&gt;&lt;BR /&gt;It's difficult to find a runaway process unless you know about the processes and how they behave. There is nothing like a ps -ef|grep runaway and find the processes.&lt;BR /&gt;&lt;BR /&gt;One way is to use the XPG4 ps with pcpu output and get the processes that have been constantly consuming CPU and then verify whether those processes really needed to be running and then killing them if not. Examples are oracle connections.&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o "pcpu args" |sort -n |tail -10&lt;BR /&gt;&lt;BR /&gt;gives top ten processes with high cpu utilization. Then you can verify each process and kill the ones that are runaway.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 30 Oct 2001 21:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604373#M853258</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-30T21:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604374#M853259</link>
      <description>I usually check with this command &lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more &lt;BR /&gt;&lt;BR /&gt;This gives me number of oracle process that are running but I am not able to make out which one is *NOT* required..&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 21:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604374#M853259</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2001-10-30T21:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604375#M853260</link>
      <description>If you don't already have a license for glance, install the trial version.&lt;BR /&gt;&lt;BR /&gt;live free or die</description>
      <pubDate>Wed, 31 Oct 2001 03:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604375#M853260</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-31T03:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604376#M853261</link>
      <description>I hardly know anything about Oracle, but *perhaps* the *PID numbers in the ipcs(1) output can tell you which PIDs *are* used (look at the *TIME values) and hence, by elimination, indicate which PIDs are not used.&lt;BR /&gt;&lt;BR /&gt;However be *very* carefull and do not terminate a process unless you are absolutely sure that it is indeed 'left-over'.</description>
      <pubDate>Wed, 31 Oct 2001 13:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604376#M853261</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-10-31T13:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604377#M853262</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt; This gives me number of oracle process that are running but I am not able to make out which one is *NOT* required..&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;  -&amp;gt;One way to track is to&lt;BR /&gt;run TOP utility and see&lt;BR /&gt;which process is *constantly*&lt;BR /&gt;on the top five list of processes.   Then, do a&lt;BR /&gt;ps on those pids to see&lt;BR /&gt;how soon their CPU usage time&lt;BR /&gt;changes. A process which&lt;BR /&gt;takes cpu time rapidly without&lt;BR /&gt;seeming to do anything is&lt;BR /&gt;a big suspect.   You notice&lt;BR /&gt;this usually with broken&lt;BR /&gt;client connections or&lt;BR /&gt;Xwindown emulators run from&lt;BR /&gt;the PC, but not closed properly, or broken sql scripts.&lt;BR /&gt; &lt;BR /&gt;  To track the process further, take the pid and&lt;BR /&gt;check in glance , what&lt;BR /&gt;exactly it is  doing (system&lt;BR /&gt;calls, wait states).&lt;BR /&gt;&lt;BR /&gt;  Finally, check with the&lt;BR /&gt;owner of the process, before&lt;BR /&gt;killing it.  There is always&lt;BR /&gt;a probability that it is&lt;BR /&gt;a valid process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-raj&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2001 20:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-process/m-p/2604377#M853262</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-10-31T20:05:50Z</dc:date>
    </item>
  </channel>
</rss>

