<?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: ORA-00600 internal errorcode [ktfbbsearch-7],[125] in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614496#M815510</link>
    <description>Hi Ketan,&lt;BR /&gt;&lt;BR /&gt;For error ORA-00600 internal errorcode [ktfbbsearch-7],[125]&lt;BR /&gt;&lt;BR /&gt;Oracle says that using block sizes that are not a power of 2 (like suggested number 4096, 8192, ...) causes this problem. This error may occur for Locally Managed Tablespaces.&lt;BR /&gt;&lt;BR /&gt;As Yogeeraj asked are your tablespaces Locally Managed Tablespaces, and what is the DB_BLOCK_SIZE.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;select tablespace_name, extent_management from dba_tablespaces;&lt;BR /&gt;SQL&amp;gt;show parameter db_block_size&lt;BR /&gt;&lt;BR /&gt;As you got the ORA-600 it will be better if you log an iTAR with Oralce and try to solve the issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Aug 2005 23:05:58 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2005-08-30T23:05:58Z</dc:date>
    <item>
      <title>ORA-00600 internal errorcode [ktfbbsearch-7],[125]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614491#M815505</link>
      <description>I am getting this error in updating table data.&lt;BR /&gt;For some records it works fine and after some time for other records it gives this error.&lt;BR /&gt;After restart it works fine for sometime.</description>
      <pubDate>Tue, 30 Aug 2005 04:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614491#M815505</guid>
      <dc:creator>Ketan Upadhyay</dc:creator>
      <dc:date>2005-08-30T04:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-00600 internal errorcode [ktfbbsearch-7],[125]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614492#M815506</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It sounds like, system/kernel is not tuned against Oracle recommended values. System is running shortage of resource after long time usage. You can observe some messages in the syslog too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following Tunable kernel parameters recommended for Oracle 9i.&lt;BR /&gt;&lt;BR /&gt;Parameter                  value&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;STRMSGSZ               65535&lt;BR /&gt;dnlc_hash_locks       512&lt;BR /&gt;max_thread_proc      4096&lt;BR /&gt;maxdsiz                     0X60000000&lt;BR /&gt;maxdsiz_64bit          0X100000000&lt;BR /&gt;maxfiles                    4096&lt;BR /&gt;maxfiles_lim             2048&lt;BR /&gt;maxssiz                     0X800000&lt;BR /&gt;maxssiz_64bit          0X9000000&lt;BR /&gt;maxswapchunks       2048&lt;BR /&gt;maxtsiz                     0X4000000&lt;BR /&gt;maxtsiz_64bit           0X80000000&lt;BR /&gt;maxuprc                   1024&lt;BR /&gt;maxusers                 1024&lt;BR /&gt;nflocks                     2048&lt;BR /&gt;npty                          1024&lt;BR /&gt;nstrpty                     1024&lt;BR /&gt;semmni                    2000&lt;BR /&gt;semmns                    2000&lt;BR /&gt;semmnu                   2000&lt;BR /&gt;shmmax                   0X120000000&lt;BR /&gt;&lt;BR /&gt;shmmni                    2000&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;Rajesh</description>
      <pubDate>Tue, 30 Aug 2005 04:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614492#M815506</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-30T04:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-00600 internal errorcode [ktfbbsearch-7],[125]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614493#M815507</link>
      <description>It's an internal Oracle error. There is not much you can do with it. You should call Oracle support and send them the whole message.&lt;BR /&gt;&lt;BR /&gt;The only thing that can provide some info is the numeric values. In you case it's [125].&lt;BR /&gt;&lt;BR /&gt;After some googling I found this:&lt;BR /&gt;"it is a reported bug.&lt;BR /&gt;the error only applies to locally managed tablespaces trying  to create an initial extent greater than 63M when using a non standarad block  size (i.e not 4k,8k,16k,etc..) . &lt;BR /&gt;workaroud is to use a standard block size of 8192 or something like that with locally managed tablespaces. "&lt;BR /&gt;&lt;BR /&gt;But anyway, the best thing you can do is call Oracle Support.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Tue, 30 Aug 2005 05:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614493#M815507</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-30T05:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-00600 internal errorcode [ktfbbsearch-7],[125]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614494#M815508</link>
      <description>I would in addition to other advice make sure Oracle has not updated the patch requirements for the database.&lt;BR /&gt;&lt;BR /&gt;My experience is that Oracle discovers new patches are needed, updates the website but does not bother to notify users until they call support.&lt;BR /&gt;&lt;BR /&gt;ORA-00600 is a catchall. The database knows something is wrong, but can not provide you with anything more specific.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 30 Aug 2005 05:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614494#M815508</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-30T05:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-00600 internal errorcode [ktfbbsearch-7],[125]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614495#M815509</link>
      <description>hi ketan,&lt;BR /&gt;&lt;BR /&gt;you did not post your oracle version.&lt;BR /&gt;&lt;BR /&gt;Did you make any changes to your tablespace? Is it LMT or DMT?&lt;BR /&gt;&lt;BR /&gt;What is your block size?&lt;BR /&gt;&lt;BR /&gt;any major change you did before you started to get this error?&lt;BR /&gt;&lt;BR /&gt;As others have said, these types of errors are better solved by Oracle Support (Metalink). &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 30 Aug 2005 05:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614495#M815509</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-08-30T05:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-00600 internal errorcode [ktfbbsearch-7],[125]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614496#M815510</link>
      <description>Hi Ketan,&lt;BR /&gt;&lt;BR /&gt;For error ORA-00600 internal errorcode [ktfbbsearch-7],[125]&lt;BR /&gt;&lt;BR /&gt;Oracle says that using block sizes that are not a power of 2 (like suggested number 4096, 8192, ...) causes this problem. This error may occur for Locally Managed Tablespaces.&lt;BR /&gt;&lt;BR /&gt;As Yogeeraj asked are your tablespaces Locally Managed Tablespaces, and what is the DB_BLOCK_SIZE.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;select tablespace_name, extent_management from dba_tablespaces;&lt;BR /&gt;SQL&amp;gt;show parameter db_block_size&lt;BR /&gt;&lt;BR /&gt;As you got the ORA-600 it will be better if you log an iTAR with Oralce and try to solve the issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2005 23:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-internal-errorcode-ktfbbsearch-7-125/m-p/3614496#M815510</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-08-30T23:05:58Z</dc:date>
    </item>
  </channel>
</rss>

