<?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: shutdown pending in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683071#M793653</link>
    <description>hi attilio,&lt;BR /&gt;&lt;BR /&gt;ALso note that Shutdown immediate is a clean shutdown.  It simply kicks off active transactions before doing a clean shutdown whereas shutdown normal WAITS for them to &lt;BR /&gt;complete.&lt;BR /&gt;&lt;BR /&gt;A shutdown immediate leaves the database in the same closed state as shutdown normal does. &lt;BR /&gt;&lt;BR /&gt;Shutdown abort just kills all transactions and we do recovery upon restart.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Fri, 02 Dec 2005 08:06:50 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2005-12-02T08:06:50Z</dc:date>
    <item>
      <title>shutdown pending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683065#M793647</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;For a problem on a application I have done a shutdown of the instance of db. &lt;BR /&gt;I have done only shutdown without immediate.&lt;BR /&gt;Now If I try to do a shutdown immediate, there is a message:ORA-01034: ORACLE not available, but the istance oracle is not down.&lt;BR /&gt;How can I restart the Server ?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Attilio&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 07:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683065#M793647</guid>
      <dc:creator>attilio_1</dc:creator>
      <dc:date>2005-12-02T07:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown pending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683066#M793648</link>
      <description>How do you know the instance is not down ?&lt;BR /&gt;&lt;BR /&gt;any remaining background processes (ps -ef | grep &lt;ORACLE_SID&gt;) ?&lt;BR /&gt;&lt;BR /&gt;Have tried shutdown abort&lt;BR /&gt;then re-start database&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc&lt;/ORACLE_SID&gt;</description>
      <pubDate>Fri, 02 Dec 2005 07:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683066#M793648</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-12-02T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown pending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683067#M793649</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not a DBA but from my experience I think it will require some time to shut if the immediate option is not specified. How much time it has allready taken?&lt;BR /&gt;&lt;BR /&gt;If it is less than 15-20 minutes then you can wait for some time otherwise can wait for other  responses.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 02 Dec 2005 07:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683067#M793649</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-12-02T07:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown pending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683068#M793650</link>
      <description>Shalom Attilio,&lt;BR /&gt;&lt;BR /&gt;Not a DBA but highly experience with Oracle "nariskait" which roughly translates as silly behavior.&lt;BR /&gt;&lt;BR /&gt;Try logging on to the database as the oracle OS user. Go for dba priveledges if possible.&lt;BR /&gt;&lt;BR /&gt;shutdown immediate&lt;BR /&gt;&lt;BR /&gt;If that does not work&lt;BR /&gt;&lt;BR /&gt;shutdown abort&lt;BR /&gt;&lt;BR /&gt;That WILL work&lt;BR /&gt;&lt;BR /&gt;startup&lt;BR /&gt;&lt;BR /&gt;shutdown&lt;BR /&gt;&lt;BR /&gt;Now you may restart.&lt;BR /&gt;&lt;BR /&gt;If you can't get the database to behave nicely go ahead and restart the server. My steps increase the liklihood of a clean shutdown/start and lower the liklihood of data corruption.&lt;BR /&gt;&lt;BR /&gt;Normally the database will recover after boot anyway.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 02 Dec 2005 07:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683068#M793650</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-02T07:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown pending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683069#M793651</link>
      <description>Hello Jean-Luc,&lt;BR /&gt;&lt;BR /&gt;With the option abort the instance is gone down&lt;BR /&gt;&lt;BR /&gt;thanks a lot &lt;BR /&gt;Attilio&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 07:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683069#M793651</guid>
      <dc:creator>attilio_1</dc:creator>
      <dc:date>2005-12-02T07:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown pending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683070#M793652</link>
      <description>Hi Attilio,&lt;BR /&gt;&lt;BR /&gt;The application keep the database not to do shutdown.&lt;BR /&gt;Find the processes which from the application and terminate them.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Fri, 02 Dec 2005 07:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683070#M793652</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2005-12-02T07:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown pending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683071#M793653</link>
      <description>hi attilio,&lt;BR /&gt;&lt;BR /&gt;ALso note that Shutdown immediate is a clean shutdown.  It simply kicks off active transactions before doing a clean shutdown whereas shutdown normal WAITS for them to &lt;BR /&gt;complete.&lt;BR /&gt;&lt;BR /&gt;A shutdown immediate leaves the database in the same closed state as shutdown normal does. &lt;BR /&gt;&lt;BR /&gt;Shutdown abort just kills all transactions and we do recovery upon restart.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 02 Dec 2005 08:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-pending/m-p/3683071#M793653</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-12-02T08:06:50Z</dc:date>
    </item>
  </channel>
</rss>

