<?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 Database won't start in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603389#M852999</link>
    <description>Chris,&lt;BR /&gt;&lt;BR /&gt;ora 600 is the error that could be due to a lot of other reasons. You may want to check your logs further to see if there are any other errors before and after this error.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Mon, 29 Oct 2001 16:53:19 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-10-29T16:53:19Z</dc:date>
    <item>
      <title>Oracle Database won't start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603388#M852998</link>
      <description>We performed some maintenance on my N-4000 server over the weekend(backround in case this is the culprit).  Afterward, we issued the oracle_start command to restart the db; it mounted and then the following error:&lt;BR /&gt;&lt;BR /&gt;ORA-00600: internal error code, arguments: [4193], [810], [872], [], [], [], [], []&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Has anyone had this happen before, and if so, how to recover?&lt;BR /&gt;&lt;BR /&gt;I've attached the start log for your viewing.  Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2001 16:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603388#M852998</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-10-29T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database won't start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603389#M852999</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;ora 600 is the error that could be due to a lot of other reasons. You may want to check your logs further to see if there are any other errors before and after this error.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 29 Oct 2001 16:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603389#M852999</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-29T16:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database won't start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603390#M853000</link>
      <description>If I'm not mistaken, ORA-600 is a generic error which means that the database produced a core.  Consult the database alertlog for more details.  Also, there should be a core file undr $ORACLE_HOME.  Other than that, I think you'd have to call Oracle support.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Mon, 29 Oct 2001 16:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603390#M853000</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-29T16:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database won't start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603391#M853001</link>
      <description>Hi Christopher,&lt;BR /&gt;&lt;BR /&gt;The Oracle error manual says this is a bug.&lt;BR /&gt;&lt;BR /&gt;quote //&lt;BR /&gt;00600, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"&lt;BR /&gt;// *Cause:  This is the generic internal error number for Oracle program&lt;BR /&gt;//    exceptions. This indicates that a process has encountered an&lt;BR /&gt;//    exceptional condition.&lt;BR /&gt;// *Action: Report as a bug - the first argument is the internal error number&lt;BR /&gt;&lt;BR /&gt;//enquote.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2001 17:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603391#M853001</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-29T17:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database won't start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603392#M853002</link>
      <description>The message ora-00600 is a catch-all internal message (meaning a process met a low level or unexpected condition) that can be caused by:&lt;BR /&gt;time-outs &lt;BR /&gt;        file corruption &lt;BR /&gt;        failed data checks in memory &lt;BR /&gt;        hardware, memory, or I/O errors &lt;BR /&gt;        incorrectly restored files &lt;BR /&gt; &lt;BR /&gt;What you need to do is call Oracle support and give them the following information:&lt;BR /&gt;events that led up to the error &lt;BR /&gt;        the operations that were attempted that led to the error &lt;BR /&gt;        the conditions of the operating system and database at the time of the error &lt;BR /&gt;        any unusual circumstances that occurred before receiving the ORA-00600 message &lt;BR /&gt;        contents of any trace files generated by the error &lt;BR /&gt;        the relevant portions of the Alert file &lt;BR /&gt;&lt;BR /&gt;...They may come back and say it's a hardware issue, so in the meantime you may want to start checking your system for any alert messages so you can resolve (up front) that it is not hardware.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rit</description>
      <pubDate>Mon, 29 Oct 2001 17:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603392#M853002</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-10-29T17:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database won't start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603393#M853003</link>
      <description>Thank you for your replies and, unfortunately, confirming my fears.  A month ago, we had an electrician in that cycled the wrong power feed, the one that was connected to my fc-60 and  five other servers.  As you know, it's not a good thing when your disks are shut down before your server(which never went down as it was on a different feed).  EMS almost immediately began spitting out failed disk messages, but they could have been true or not.  Management decided  to defer our wishes to power down/power up everything in sequence right then until later, this past weekend.  Not only did the disk prove to be defect, but the controller and backplane as well.  We were able to rebuild, but apparently experience some amount of data corruption.  Short story long, our dbas are now rebuilding the db and are then going to import from an export taken that Friday.  Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 29 Oct 2001 18:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-won-t-start/m-p/2603393#M853003</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-10-29T18:00:12Z</dc:date>
    </item>
  </channel>
</rss>

