<?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 ora-00600 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611284#M824962</link>
    <description>Hi!!&lt;BR /&gt;&lt;BR /&gt;I continuesly received an ora-00600 error in my alert log. The version of my oracle is 9.2.0 64 bit.&lt;BR /&gt;&lt;BR /&gt;ORACLE Instance PROD (pid = 7) - Error 600 encountered while recovering transaction (18&lt;BR /&gt;, 46) on object 21036.&lt;BR /&gt;Thu Aug 25 04:58:39 2005&lt;BR /&gt;Errors in file /opt/oracle/admin/prod/bdump/prod_smon_8391.trc:&lt;BR /&gt;ORA-00600: internal error code, arguments: [6006], [1], [], [], [], [], [], []&lt;BR /&gt;Thu Aug 25 04:59:00 2005&lt;BR /&gt;SMON: mark undo segment 18 as needs recovery&lt;BR /&gt;SMON: about to recover undo segment 18&lt;BR /&gt;Thu Aug 25 04:59:13 2005&lt;BR /&gt;Errors in file /opt/oracle/admin/prod/bdump/prod_smon_8391.trc:&lt;BR /&gt;ORA-00600: internal error code, arguments: [6006], [1], [], [], [], [], [], []&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please provide me the steps/procedure on how to resolve this kind of error.  &lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;jonax&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Aug 2005 20:39:40 GMT</pubDate>
    <dc:creator>jonax</dc:creator>
    <dc:date>2005-08-24T20:39:40Z</dc:date>
    <item>
      <title>ora-00600</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611284#M824962</link>
      <description>Hi!!&lt;BR /&gt;&lt;BR /&gt;I continuesly received an ora-00600 error in my alert log. The version of my oracle is 9.2.0 64 bit.&lt;BR /&gt;&lt;BR /&gt;ORACLE Instance PROD (pid = 7) - Error 600 encountered while recovering transaction (18&lt;BR /&gt;, 46) on object 21036.&lt;BR /&gt;Thu Aug 25 04:58:39 2005&lt;BR /&gt;Errors in file /opt/oracle/admin/prod/bdump/prod_smon_8391.trc:&lt;BR /&gt;ORA-00600: internal error code, arguments: [6006], [1], [], [], [], [], [], []&lt;BR /&gt;Thu Aug 25 04:59:00 2005&lt;BR /&gt;SMON: mark undo segment 18 as needs recovery&lt;BR /&gt;SMON: about to recover undo segment 18&lt;BR /&gt;Thu Aug 25 04:59:13 2005&lt;BR /&gt;Errors in file /opt/oracle/admin/prod/bdump/prod_smon_8391.trc:&lt;BR /&gt;ORA-00600: internal error code, arguments: [6006], [1], [], [], [], [], [], []&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please provide me the steps/procedure on how to resolve this kind of error.  &lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;jonax&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2005 20:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611284#M824962</guid>
      <dc:creator>jonax</dc:creator>
      <dc:date>2005-08-24T20:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: ora-00600</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611285#M824963</link>
      <description>An ora-600 error can have numerous causes. &lt;BR /&gt;&lt;BR /&gt;Best bet is to open a tar with Oracle.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2005 22:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611285#M824963</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-08-24T22:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: ora-00600</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611286#M824964</link>
      <description>Hi Jonax,&lt;BR /&gt;&lt;BR /&gt;ORA-600 Internal error with arguments 6000 onwards means, "The data layer is responsible for maintaining and managing the data in the database tables and indexes. Issues in this area may indicate some kind of physical issue at the object level and therefore, it is important to try and isolate the object and then perform an analyse on the object to validate its structure".  &lt;BR /&gt;&lt;BR /&gt;It could be data, analyze command and index related activity&lt;BR /&gt;&lt;BR /&gt;In the error that you encountered, "Error 600 encountered while recovering transaction ((8,46) on object 21036".&lt;BR /&gt;&lt;BR /&gt;If there are no other errors in the trace file&lt;BR /&gt;&lt;BR /&gt;Then query the dba_objects to find the object_name for the object_id reported in the error message &lt;BR /&gt;  Eg:-&lt;BR /&gt;SQL&amp;gt;select object_name, object_type, owner from dba_objects where &lt;BR /&gt;object_id=21036; &lt;BR /&gt;&lt;BR /&gt;If the object_name is an index then rebuild the index and this may resolve the problem. &lt;BR /&gt; &lt;BR /&gt;Indira A</description>
      <pubDate>Wed, 24 Aug 2005 23:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611286#M824964</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-08-24T23:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: ora-00600</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611287#M824965</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I found a similar thread issue in Metalink.&lt;BR /&gt;&lt;BR /&gt;where the object is reported in the error message was 3470 and the object name was found to be 'fnd_concurrent_requests_n7'; &lt;BR /&gt;&lt;BR /&gt;This was the reply for that.&lt;BR /&gt;&lt;BR /&gt;This error sequence occurs when Oracle is undoing an index leaf operation and the key is not found. It usually is caused by a media corruption problem (lost write problem or disk corruption). &lt;BR /&gt;&lt;BR /&gt;You could try rebuilding the corrupted/problem index. &lt;BR /&gt;&lt;BR /&gt;Otherwise you can &lt;BR /&gt;1) Restore a backup (cold or HOT) on another machine. &lt;BR /&gt;2) Run DBVERIFY (dbv executable) against all the backup datafiles involved. &lt;BR /&gt;3) Recover and roll forward with the archive logs through the time when the error occurred. If there are no errors, this is most likely a lost I/O or media corruption. You will need to get with your Hardware vendor and check the hardware/Operating system with extensive diagnostics. &lt;BR /&gt;&lt;BR /&gt;You should file an iTAR to get more specific assistance on getting this scenario corrected&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IA</description>
      <pubDate>Wed, 24 Aug 2005 23:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611287#M824965</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-08-24T23:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: ora-00600</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611288#M824966</link>
      <description>hi jonax,&lt;BR /&gt;&lt;BR /&gt;the right steps/procedure is to log a tar with Oracle on Metalink. Of course, you must be having a support contract with them to be able to access this site.&lt;BR /&gt;&lt;BR /&gt;You may also read metalink note: 146580.1&lt;BR /&gt;&lt;BR /&gt;It could be related to a corrupted index which you have to rebuild.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 25 Aug 2005 01:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611288#M824966</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-08-25T01:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: ora-00600</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611289#M824967</link>
      <description>ORA-0600 is the Oracle error of last resort. It means something serious is wrong, but the software has no idea what the problem is.&lt;BR /&gt;&lt;BR /&gt;Its important in these circumstances to try and track down exactly whats happening when the error occurs.&lt;BR /&gt;&lt;BR /&gt;Fortuneately you have some clues in the error text. SMON is having trouble and there may be some data in the trc file.&lt;BR /&gt;&lt;BR /&gt;I would see if there is adequate shared memory allocated and if the SGA settings are appropriate for the way you are using the database.&lt;BR /&gt;&lt;BR /&gt;I would also check your shutdown routines to see if the database is shutting down normally or crashing. A recovery should not be happening after every time you brint down your database to do a backup.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;Finally got internet in the home .!!!</description>
      <pubDate>Thu, 25 Aug 2005 02:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600/m-p/3611289#M824967</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-25T02:08:44Z</dc:date>
    </item>
  </channel>
</rss>

