<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069489#M735072</link>
    <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt; Do the names look like:&lt;BR /&gt;oraclesid (LOCAL=NO)  Yes&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 12 Sep 2007 10:23:30 GMT</pubDate>
    <dc:creator>Deborah Weatherspoon</dc:creator>
    <dc:date>2007-09-12T10:23:30Z</dc:date>
    <item>
      <title>Oracle processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069485#M735068</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;All of sudden we seeing a lot of oracle processes starting??? These processes do not belong to anyone(oracle is the user),so I spent a lot of time killing these processes.They are causing the system to be very slow. Do anyone know what I can change or look at to help this matter. &lt;BR /&gt;We're running Oracle 9i on a L3000 11i system.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2007 09:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069485#M735068</guid>
      <dc:creator>Deborah Weatherspoon</dc:creator>
      <dc:date>2007-09-12T09:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069486#M735069</link>
      <description>Not enough information here. First, I would not be killing processes owned by oracle unless I knew exactly what the process is doing and that killing it will not damage the database. Secondly, Oracle just does not start a bunch of do-nothing processes by itself. Your DBA will have to tell you what these processes are doing and why they are running.&lt;BR /&gt; &lt;BR /&gt;To see how the processes are related, use this command:&lt;BR /&gt; &lt;BR /&gt;$ UNIX95=1 ps -fHu oracle&lt;BR /&gt; &lt;BR /&gt;This will show the child processes indented to diagram the parent-child relationship. Show this list to your DBA.</description>
      <pubDate>Wed, 12 Sep 2007 09:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069486#M735069</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-09-12T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069487#M735070</link>
      <description>Do the names look like:&lt;BR /&gt;oraclesid (LOCAL=NO)&lt;BR /&gt;&lt;BR /&gt;If you have Oracle configured to use dedicated server connections, it will fork a process for each incoming connection request. If someone is flooding the DB with connection requests you will get a lot of these processs.&lt;BR /&gt;&lt;BR /&gt;Try the following query to see where the connections are originating from:&lt;BR /&gt;select machine, program, count(*) from v$session group by machine, program;&lt;BR /&gt;&lt;BR /&gt;If the names don't look like that, what do they look like?</description>
      <pubDate>Wed, 12 Sep 2007 09:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069487#M735070</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2007-09-12T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069488#M735071</link>
      <description>Thanks for the infor,here's the output.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select machine, program, count(*) from v$session group by machine, program;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;adm2&lt;BR /&gt;oracle@adm2 (ARC0)                                        1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;oracle@adm2 (ARC1)                                        1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;oracle@adm2 (CKPT)                                        1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;adm2&lt;BR /&gt;oracle@adm2 (DBW0)                                        1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;oracle@adm2 (LGWR)                                        1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;oracle@adm2 (PMON)                                        1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;adm2&lt;BR /&gt;oracle@adm2 (RECO)                                        1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;oracle@adm2 (SMON)                                        1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;RPEDISB@adm2 (TNS V1-V3)                                  1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;adm2&lt;BR /&gt;fgractg@adm2 (TNS V1-V3)                                  1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;gurinso@adm2 (TNS V1-V3)                                  1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;gurjobs@adm2 (TNS V1-V3)                                  2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;adm2&lt;BR /&gt;sfrpipe@adm2 (TNS V1-V3)                                 10&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;shrtrtc@adm2 (TNS V1-V3)                                  1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;smrcmpl@adm2 (TNS V1-V3)                                  2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;adm2&lt;BR /&gt;sqlplus@adm2 (TNS V1-V3)                                  2&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;tgrmisc@adm2 (TNS V1-V3)                                  1&lt;BR /&gt;&lt;BR /&gt;adm2&lt;BR /&gt;tgrrcpt@adm2 (TNS V1-V3)                                  1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;BANNER7\SSB&lt;BR /&gt;Apache.exe                                               46&lt;BR /&gt;&lt;BR /&gt;BANNER7\INB7&lt;BR /&gt;ifweb90.exe                                              19&lt;BR /&gt;&lt;BR /&gt;BANNER7\SSB2&lt;BR /&gt;Apache.exe                                               11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;BANNER7\INB7B&lt;BR /&gt;ifweb90.exe                                              31&lt;BR /&gt;&lt;BR /&gt;BANNER7\INB7C&lt;BR /&gt;ifweb90.exe                                              33&lt;BR /&gt;&lt;BR /&gt;WORKGROUP\3E99EFDF7B084F8&lt;BR /&gt;MSACCESS.EXE                                              2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MACHINE&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;PROGRAM                                            COUNT(*)&lt;BR /&gt;------------------------------------------------ ----------&lt;BR /&gt;WORKGROUP\ADM211TG870852C&lt;BR /&gt;checks.exe                                                1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;25 rows selected.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; SQL&amp;gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2007 10:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069488#M735071</guid>
      <dc:creator>Deborah Weatherspoon</dc:creator>
      <dc:date>2007-09-12T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069489#M735072</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt; Do the names look like:&lt;BR /&gt;oraclesid (LOCAL=NO)  Yes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2007 10:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069489#M735072</guid>
      <dc:creator>Deborah Weatherspoon</dc:creator>
      <dc:date>2007-09-12T10:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069490#M735073</link>
      <description>&lt;!--!*#--&gt;Server        Program       # connections&lt;BR /&gt;BANNER7\SSB   Apache.exe    46&lt;BR /&gt;BANNER7\INB7   ifweb90.exe  19&lt;BR /&gt;BANNER7\SSB2   Apache.exe   11&lt;BR /&gt;BANNER7\INB7B   ifweb90.exe 31&lt;BR /&gt;BANNER7\INB7C   ifweb90.exe 33&lt;BR /&gt;&lt;BR /&gt;These are the servers and programs that are initiating the majority of oracle connections. I would check with whoever administers Apache and the ifweb90 application if those are reasonable numbers of connections, or if they recently bumped up a connection limit.&lt;BR /&gt;&lt;BR /&gt;If the number of connections is valid and it is still creating an unacceptable number of processes you could look into changing Oracle to MTS, where it would pool incoming connections into a single process.</description>
      <pubDate>Wed, 12 Sep 2007 10:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069490#M735073</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2007-09-12T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069491#M735074</link>
      <description>Thanks Bill and Jonathan,&lt;BR /&gt;&lt;BR /&gt;Using Bill's command, I'm killing 10 processes at one time. But 20 new processes appear without a parent (PPID).&lt;BR /&gt;&lt;BR /&gt;oracle   15981     1 110 11:05:28 ?           00:13 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   16047     1 119 11:05:49 ?           00:12 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   16069     1 115 11:06:00 ?           00:11 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   16054     1 109 11:05:56 ?           00:12 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   16052     1  0 11:05:55 ?           00:01 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   15910     1 105 11:05:04 ?           00:13 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   15859     1 112 11:04:31 ?           00:13 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   15951     1  1 11:05:21 ?           00:02 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   15801     1  0 11:04:08 ?           00:00 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   16067     1 117 11:06:00 ?           00:12 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   17050     1  0 11:12:48 ?           00:00 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   15543     1 105 11:02:07 ?           00:25 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   15876     1  0 11:04:46 ?           00:02 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   16034     1 97 11:05:47 ?           00:12 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   16022     1  0 11:05:42 ?           00:00 oraclePROD (LOCAL=NO)&lt;BR /&gt;oracle   15788     1 113 11:04:04 ?           00:17 oraclePROD (LOCAL=NO)&lt;BR /&gt;&lt;BR /&gt;I'm turn it over to the network/ssb administrator.</description>
      <pubDate>Wed, 12 Sep 2007 11:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069491#M735074</guid>
      <dc:creator>Deborah Weatherspoon</dc:creator>
      <dc:date>2007-09-12T11:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069492#M735075</link>
      <description>hi Deborah,&lt;BR /&gt;&lt;BR /&gt;Instead of "fire-fighting", i would prefer to identify these processes and reach the source the problem.&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;select b.sid SID,b.serial# "Serial#", c.spid "srvPID", b.osuser, b.username,  b.status, b.client_info, machine from v$session b, v$process c where b.paddr = c.addr  and c.sPID = &amp;amp;OSPID&lt;BR /&gt;&lt;BR /&gt;(where OSPID is the OS PID that you want to "kill")&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;[root@myserver]# ps -ef|grep 18366&lt;BR /&gt;oracle   18366     1  0 07:52 ?        00:00:05 oraclemydb (LOCAL=NO)&lt;BR /&gt;root      2781 22350  0 09:25 pts/2    00:00:00 grep 18366&lt;BR /&gt;[root@myserver]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;me@mydb.mu&amp;gt;@check_process&lt;BR /&gt;Enter value for ospid: 18366&lt;BR /&gt;SID                           : 1345&lt;BR /&gt;Serial#                       : 1794&lt;BR /&gt;srvPID                        : 18366&lt;BR /&gt;OSUSER                        : oracle&lt;BR /&gt;USERNAME                      : ST06&lt;BR /&gt;STATUS                        : INACTIVE&lt;BR /&gt;CLIENT_INFO                   : MyApps - Operations Definitions &lt;BR /&gt;MACHINE                       : myserver&lt;BR /&gt;-----------------&lt;BR /&gt;SID                           : 1368&lt;BR /&gt;Serial#                       : 31947&lt;BR /&gt;srvPID                        : 18366&lt;BR /&gt;OSUSER                        : oracle&lt;BR /&gt;USERNAME                      : ST06&lt;BR /&gt;STATUS                        : INACTIVE&lt;BR /&gt;CLIENT_INFO                   : MyApps - Order Followup&lt;BR /&gt;MACHINE                       : myserver&lt;BR /&gt;-----------------&lt;BR /&gt;&lt;BR /&gt;PL/SQL procedure successfully completed.&lt;BR /&gt;&lt;BR /&gt;Elapsed: 00:00:00.06&lt;BR /&gt;me@mydb.mu&amp;gt;&lt;BR /&gt;&lt;BR /&gt;If you need further assistance, please let us know.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 13 Sep 2007 00:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-processes/m-p/4069492#M735075</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-09-13T00:29:38Z</dc:date>
    </item>
  </channel>
</rss>

