<?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 shutdown immediate; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353383#M686368</link>
    <description>Oracle works in TWO TASK , &lt;BR /&gt;thus you have oracle process and shadow process (or client process).&lt;BR /&gt;&lt;BR /&gt;This is happening in PGA. If client process does an invalid operation it can become detached from its oracle process and causes a defunct. &lt;BR /&gt;&lt;BR /&gt;Try to identify which application was attached to it ..&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Feb 2009 09:14:38 GMT</pubDate>
    <dc:creator>Frank de Vries</dc:creator>
    <dc:date>2009-02-06T09:14:38Z</dc:date>
    <item>
      <title>Oracle shutdown immediate;</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353381#M686366</link>
      <description>I execute these commands to shutdown the instance. Oracle Database 10g Enterprise Edition Release 10.2.0.4.0&lt;BR /&gt;&lt;BR /&gt;1) #sqlplus&lt;BR /&gt;2) Enter user-name: / as sysdba&lt;BR /&gt;3)SQL&amp;gt; shutdown immediate;&lt;BR /&gt;4)Oracle process turns to defunct&lt;BR /&gt;&lt;BR /&gt;#ps -efa |grep 24969&lt;BR /&gt;  oracle 25039 24947  0 20:42:30 pts/2     0:00 grep 24969&lt;BR /&gt;  oracle 24969 24968  1 20:37:58 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;&lt;BR /&gt;5) LOG  umsnh_ora_24979.trc registers these messages&lt;BR /&gt;&lt;BR /&gt;killed 0 out of 1 processes.&lt;BR /&gt;Starting kill, force = 0&lt;BR /&gt;Attempt 37 to re-kill process OS PID=24969.&lt;BR /&gt;killed 1 out of 1 processes.&lt;BR /&gt;Starting kill, force = 0&lt;BR /&gt;killed 0 out of 1 processes.&lt;BR /&gt;Starting kill, force = 0&lt;BR /&gt;killed 0 out of 1 processes.&lt;BR /&gt;Starting kill, force = 0&lt;BR /&gt;Attempt 38 to re-kill process OS PID=24969.&lt;BR /&gt;&lt;BR /&gt;Why Oracle process is defunct?&lt;BR /&gt;How to fix it?&lt;/DEFUNCT&gt;</description>
      <pubDate>Fri, 06 Feb 2009 05:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353381#M686366</guid>
      <dc:creator>Edgar Brito</dc:creator>
      <dc:date>2009-02-06T05:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle shutdown immediate;</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353382#M686367</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Was the oracle process defunct before the shutdown?&lt;BR /&gt;&lt;BR /&gt;Either way there are two areas of investigation.&lt;BR /&gt;&lt;BR /&gt;New or missing OS patches from HP concerning process management.&lt;BR /&gt;&lt;BR /&gt;Oracle patches dealing with system behavior in a shutdown immediate.&lt;BR /&gt;&lt;BR /&gt;Suggest a visit to &lt;A href="http://metalink.oracle.com" target="_blank"&gt;http://metalink.oracle.com&lt;/A&gt; as a start.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 06 Feb 2009 08:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353382#M686367</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-06T08:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle shutdown immediate;</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353383#M686368</link>
      <description>Oracle works in TWO TASK , &lt;BR /&gt;thus you have oracle process and shadow process (or client process).&lt;BR /&gt;&lt;BR /&gt;This is happening in PGA. If client process does an invalid operation it can become detached from its oracle process and causes a defunct. &lt;BR /&gt;&lt;BR /&gt;Try to identify which application was attached to it ..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2009 09:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353383#M686368</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2009-02-06T09:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle shutdown immediate;</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353384#M686369</link>
      <description>The Oracle process was not defunct&lt;BR /&gt;&lt;BR /&gt;(1)  oracle  4579  4396  0 09:34:09 pts/1     0:00 sqlplus&lt;BR /&gt;(2)  oracle  4580  4579  0 09:34:12 ?         0:00 oracleUMSNH&lt;BR /&gt;(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))&lt;BR /&gt;(3)  oracle  4580  4579  0 09:34:12 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;&lt;BR /&gt;The defunct process is 2 and 3 (diferent timestamp) the parent &lt;BR /&gt;&lt;BR /&gt;was a sqlplus session&lt;BR /&gt;*************************+&lt;BR /&gt;&lt;BR /&gt;2. And what happens if they try to kill the parent manually?&lt;BR /&gt;*************************+&lt;BR /&gt;shutdowns normally&lt;BR /&gt;*************************+&lt;/DEFUNCT&gt;</description>
      <pubDate>Sat, 07 Feb 2009 00:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353384#M686369</guid>
      <dc:creator>Edgar Brito</dc:creator>
      <dc:date>2009-02-07T00:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle shutdown immediate;</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353385#M686370</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;The ps -ef you are showing is typical.&lt;BR /&gt;The client process and oracle process become detached (of course this is not normal behaviour) in such a way that the process table of unix cannot update its adminstration.&lt;BR /&gt;&lt;BR /&gt;The process is there but its relation is foobar&lt;BR /&gt;&lt;BR /&gt;When doing a shutdown immediate does not work,&lt;BR /&gt;then open a new sqplus session and do a &lt;BR /&gt;shutdown abort&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2009 06:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-shutdown-immediate/m-p/4353385#M686370</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2009-02-10T06:19:08Z</dc:date>
    </item>
  </channel>
</rss>

