<?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: CPU consumption by one oracle process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616511#M815817</link>
    <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;can you please post the output of the SQL statement i mentioned above as well as that of Eric?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;yogeeraj</description>
    <pubDate>Thu, 01 Sep 2005 06:17:24 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2005-09-01T06:17:24Z</dc:date>
    <item>
      <title>CPU consumption by one oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616506#M815812</link>
      <description>Hello,&lt;BR /&gt;I've a problem on our HP/UX 11.00 machine running a oracle 9.2.0.5.0 database. There's one oracle process from the database showing almost 100% user time on one cpu (there are 4 cpu's).&lt;BR /&gt;Running tusc on the process' pid the logfile doesnt contain some infos. Tracing the process with oradebug doesnt create a tracefile. It seems the process is doing nothing but getting 100% user time from one cpu.&lt;BR /&gt;Can anyone help me find out the reason of this cpu consumption?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Christian</description>
      <pubDate>Thu, 01 Sep 2005 00:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616506#M815812</guid>
      <dc:creator>Christian Marquardt_1</dc:creator>
      <dc:date>2005-09-01T00:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: CPU consumption by one oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616507#M815813</link>
      <description>I would suggest that probably someone is accessing the database and making a big query . You can have a look and see if this is an oracle process launched by the oracle listener . I suggest also to use to free tool lsof to know where does the process comes from</description>
      <pubDate>Thu, 01 Sep 2005 00:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616507#M815813</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-09-01T00:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: CPU consumption by one oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616508#M815814</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;On the Oracle Database side, you can do the following:&lt;BR /&gt;&lt;BR /&gt;a. Find more information about the Oracle session linked to the OS process id (OSPID)&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;select b.sid SID,b.serial# "Serial#", c.spid "srvPID", b.osuser, b.username,  b.status, b.client_info from v$session b, v$process c where b.paddr = c.addr  and c.sPID = &amp;amp;OSPID&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;b. Trace the session and get more information about what statements it is running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At the OS level, you can use glance to further drill down into what resources the process is using.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Sep 2005 01:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616508#M815814</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-09-01T01:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: CPU consumption by one oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616509#M815815</link>
      <description>Hi yogeeraj,&lt;BR /&gt;I've traced the session and there's nothing in the trace files for further information. There are no statements or other things ... the process has nothing to do but get 100% cpu time.&lt;BR /&gt;I've tried to trace it with TUSC (almost equal to glance) and with the Oracle oradebug tool. There are no informations in any trace files.&lt;BR /&gt;Maybe the HP/UX system "thinks" the process is running some statements and give some cpu ressources.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Christian</description>
      <pubDate>Thu, 01 Sep 2005 03:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616509#M815815</guid>
      <dc:creator>Christian Marquardt_1</dc:creator>
      <dc:date>2005-09-01T03:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: CPU consumption by one oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616510#M815816</link>
      <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;Can you post the output of the following SQL script:&lt;BR /&gt;&lt;BR /&gt;select s.username "User Name",&lt;BR /&gt;s.osuser "OS User",&lt;BR /&gt;s.status "Status",&lt;BR /&gt;lockwait "Lock Wait",&lt;BR /&gt;s.program "Program",&lt;BR /&gt;s.machine "Machine",&lt;BR /&gt;s.logon_time "Connect Time",&lt;BR /&gt;p.program "P Program",&lt;BR /&gt;si.physical_reads "Physical Reads",&lt;BR /&gt;si.block_gets "Block Gets",&lt;BR /&gt;si.consistent_gets "Consistent Gets",&lt;BR /&gt;si.block_changes "Block Changes",&lt;BR /&gt;si.consistent_changes "Consistent Changes",&lt;BR /&gt;s.process "Process",&lt;BR /&gt;p.spid, p.pid, s.serial#, si.sid&lt;BR /&gt;from sys.v_$sess_io si, sys.v_$session s, sys.v_$process p&lt;BR /&gt;where s.username is not null and &lt;BR /&gt;si.sid(+)=s.sid&lt;BR /&gt;and p.addr(+)=s.paddr&lt;BR /&gt;order by status,si.consistent_gets+si.block_gets desc&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 01 Sep 2005 05:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616510#M815816</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-09-01T05:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: CPU consumption by one oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616511#M815817</link>
      <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;can you please post the output of the SQL statement i mentioned above as well as that of Eric?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 01 Sep 2005 06:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616511#M815817</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-09-01T06:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: CPU consumption by one oracle process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616512#M815818</link>
      <description>Hello Christian,&lt;BR /&gt;&lt;BR /&gt;Firstly, please do run the sql statement provided by members, as it provides us more finer details on wht's happening.&lt;BR /&gt;&lt;BR /&gt;Then, check if the process is a foreground process i.e user process  or a background process and if it's waiting for some resource.&lt;BR /&gt;&lt;BR /&gt;If it's a user process then, I believe u know..&lt;BR /&gt;&lt;BR /&gt;If it's a background process, then, I guess it may be due to a bug - if this remains constant (need to work with oracle support).&lt;BR /&gt;&lt;BR /&gt;Further these questions are popping up in my mind.&lt;BR /&gt;&lt;BR /&gt;Is this a new db instance or an existing one.. if existing for sometime, does it occur frequently or it's the first time?&lt;BR /&gt;&lt;BR /&gt;Do you have any more db's running of the same box? If yes, do they have a similar occurance? &lt;BR /&gt;&lt;BR /&gt;Any new OS patches or oracle patches are installed on this box recently? &lt;BR /&gt;&lt;BR /&gt;If it's NOT a PRODUCTION m/c and u can try to bounce and see if it's still persistent.&lt;BR /&gt;&lt;BR /&gt;Normally, it's due to a user process who is running a query retrieving huge amount of data and sometimes it can be even a bug as well.&lt;BR /&gt;&lt;BR /&gt;That's my two cents.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ram&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Sep 2005 02:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-consumption-by-one-oracle-process/m-p/3616512#M815818</guid>
      <dc:creator>ram chaitanya muppalla_1</dc:creator>
      <dc:date>2005-09-02T02:44:07Z</dc:date>
    </item>
  </channel>
</rss>

