<?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: lsof, IPC and oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142145#M800960</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try to see, if the Oracle process and the application process dont have a father/son relationship. The Oracle process should be the son of the application process, it it is a local connect.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Dec 2003 09:04:44 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2003-12-11T09:04:44Z</dc:date>
    <item>
      <title>lsof, IPC and oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142140#M800955</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here's my problem:&lt;BR /&gt;On a HPUX 11i box :&lt;BR /&gt;&lt;BR /&gt;I have several X process with the same name TOTO ; they connect (dedicated server) to a oracle database via IPC (not SQL*Net)&lt;BR /&gt;Now there are X process oracleORACLE_SID&lt;BR /&gt;How can I do the link between the PID of one process TOTO with the PID of the oracle shadow&lt;BR /&gt; process associated ?&lt;BR /&gt;&lt;BR /&gt;I tried different options with lsof but with &lt;BR /&gt;a IPC connection, I didn't success &lt;BR /&gt;&lt;BR /&gt;(You can try with several TOTO=sqlplus for example)&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Dec 2003 07:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142140#M800955</guid>
      <dc:creator>LE_1</dc:creator>
      <dc:date>2003-12-11T07:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: lsof, IPC and oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142141#M800956</link>
      <description>From SQLPLUS &lt;BR /&gt;&lt;BR /&gt;select  s.sid, s.serial#, s.audsid, s.username, s.osuser, s.machine, s.terminal, s.process, p.spid, s.program&lt;BR /&gt;from v$process p,v$session s&lt;BR /&gt;where p.addr = s.paddr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SPID col is the client, the PROCESS col is the shadow.&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Thu, 11 Dec 2003 07:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142141#M800956</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-12-11T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: lsof, IPC and oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142142#M800957</link>
      <description>Graham, the process column is the PID of the shadow process, not the PID of the client connecting to the shadow.&lt;BR /&gt;&lt;BR /&gt;  Massimo (still thinking to the answer..)</description>
      <pubDate>Thu, 11 Dec 2003 08:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142142#M800957</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-12-11T08:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: lsof, IPC and oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142143#M800958</link>
      <description>SORRY, SORRY, SORRY !!&lt;BR /&gt;&lt;BR /&gt;Graham is perfectly correct, I read the wrong column :)&lt;BR /&gt;&lt;BR /&gt;SORRY, SORRY, SORRY !!&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Dec 2003 08:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142143#M800958</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-12-11T08:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: lsof, IPC and oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142144#M800959</link>
      <description>Thanks for your answers&lt;BR /&gt;Your sql select is ok&lt;BR /&gt;but I would like to find a&lt;BR /&gt;way with OS commands.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Dec 2003 08:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142144#M800959</guid>
      <dc:creator>LE_1</dc:creator>
      <dc:date>2003-12-11T08:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: lsof, IPC and oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142145#M800960</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try to see, if the Oracle process and the application process dont have a father/son relationship. The Oracle process should be the son of the application process, it it is a local connect.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Dec 2003 09:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142145#M800960</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-11T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: lsof, IPC and oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142146#M800961</link>
      <description>Is it not simply that the Shadow process has the TOTO process as its parent, so you can get it from ps.&lt;BR /&gt;&lt;BR /&gt;For example, the command:&lt;BR /&gt; UNIX95= ps -efH&lt;BR /&gt;will give all processes by hierarchy and you can grep or awk out the ones you want.&lt;BR /&gt;(NB ps -H is expensive - see "man ps")&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Thu, 11 Dec 2003 09:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-ipc-and-oracle/m-p/3142146#M800961</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-12-11T09:06:50Z</dc:date>
    </item>
  </channel>
</rss>

