[]s,
Mario.


        
Bookmark 
<https://metalink.oracle.com/metalink/plsql/ml2_bookmarks.addBookmark?p_title=How%20to%20Identify%20the%20Corrupt%20Index%20following%20an%20ORA-600%20%5B6200%5D%20error&p_database_id=NOT&p_document_id=1080640.6&p_username=PARTNERS>
 
        Go to End 
<https://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=1080640.6&p_showHeader=1&p_showHelp=1#bottom>
 



Doc ID 
<https://metalink.oracle.com/help/usaeng/Search/search.html#file>: 
Note:1080640.6
Subject:        How to Identify the Corrupt Index following an ORA-600 [6200] 
error
Type:   BULLETIN
Status:         PUBLISHED

        
Content Type:   TEXT/X-HTML
Creation Date:  01-DEC-1999
Last Revision Date:     27-SEP-2002


Subject:
========

How to identify a corrupt index following an ORA-600 [6200] error.


Description:
============ 

ORA-600 [6200] is reported when trying to access a given table.

This indicates an index corruption has been detected.

The standard solution is to drop and recreate ALL the indices for that table.

However, the trace file produced at the time of the error can be used to 
determine exactly which index is corrupted.
 
Example:
--------

This example shows an exerpt from the trace file and how to determine
which index is corrupt.

1.  Excerpt from trace file:

  ksedmp: internal or fatal error
  ORA-00600: internal error code, arguments: [6200], [260], [262], [], [], [], 
[], []

  Block header dump: dba: 0x7b404757
   Object id on Block? Y
   seg/obj: 0x6190 csc: 0x00.4e537b5  itc: 2  flg: -typ: 2 - INDEX
       fsl: 0  fnx: 0x0 

2.  Note the value of the seg/obj field (i.e. 0x6190) and translate this to 
    a decimal number.

3.  Look up the object name in the DBA_OBJECTS view.

    SVRMGR> SELECT OBJECT_ID, OBJECT_NAME FROM DBA_OBJECTS
            WHERE OBJECT_ID  = '24976';

    OBJECT_ID  OBJECT_NAME                                                      
    
           
    ---------- ------------------------------------------------------
         24976 tab1_index5
   
    This is the index that you should drop and recreate.



.
------------------------------------------------------------------------



jose rodrigues wrote:

> Márcio,
>
> Tenta recriar os indices dessa tabela, em principio o erro é indice 
> corrompido.
>
> José Rodrigues
>
> ________________________________
>
> De: oracle_br@yahoogrupos.com.br em nome de Márcio
> Enviada: sex 22-07-2005 15:01
> Para: oracle_br@yahoogrupos.com.br
> Assunto: Re: RES: [oracle_br] ERRO ORA-600 URGENTEEEEEEEEE !!
>
>
>
> CÓDIGO DE ERRO INTERNO, ARGUMENTOS [6200], [4294967295], [], []....
>
>
> ME AJUDEM PELO AMOR DE DEUS.
>
> É NA HORA DE GRAVAR UM PEDIDO !!
>
> ABRAÇOS
>
> [As partes desta mensagem que não continham texto foram removidas]
>
>
>
> ______________________________________________________________________
>
> Histórico: http://www.mail-archive.com/oracle_br@yahoogrupos.com.br/
> Falar com os Moderadores:([EMAIL PROTECTED])
> Dorian Anderson Soutto - Fernanda Damous - Alisson Aguiar
> ______________________________________________________________________
> Links do Yahoo! Grupos
>
>
>
>
>
>
>
>
>
>
>
>
> [As partes desta mensagem que não continham texto foram removidas]
>
>
>
> ______________________________________________________________________
>
> Histórico: http://www.mail-archive.com/oracle_br@yahoogrupos.com.br/
> Falar com os Moderadores:([EMAIL PROTECTED])
> Dorian Anderson Soutto - Fernanda Damous - Alisson Aguiar
> ______________________________________________________________________
>
>
> ------------------------------------------------------------------------
> Links do Yahoo! Grupos
>
>     * Para visitar o site do seu grupo na web, acesse:
>       http://br.groups.yahoo.com/group/oracle_br/
>        
>     * Para sair deste grupo, envie um e-mail para:
>       [EMAIL PROTECTED]
>       <mailto:[EMAIL PROTECTED]>
>        
>     * O uso que você faz do Yahoo! Grupos está sujeito aos Termos do
>       Serviço do Yahoo! <http://br.yahoo.com/info/utos.html>.
>
>
> ------------------------------------------------------------------------
> E-mail classificado pelo Identificador de Spam Inteligente.
> Para alterar a categoria classificada, visite o Terra Mail 
> <http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=conglom&_l=1,1122041433.26971.2548.rucuru.terra.com.br,5700,Des15,Des15>
>  
>
>
> ------------------------------------------------------------------------
> Esta mensagem foi verificada pelo E-mail Protegido Terra 
> <http://mail.terra.com.br/>.
> Scan engine: McAfee VirusScan / Atualizado em 21/07/2005 / Versão: 
> 4.4.00 - Dat 4540
> Proteja o seu e-mail Terra: http://mail.terra.com.br/
>
>------------------------------------------------------------------------
>
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.338 / Virus Database: 267.9.2/55 - Release Date: 21/07/2005
>  
>

  ----------

No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.2/55 - Release Date: 21/07/2005


[As partes desta mensagem que não continham texto foram removidas]



______________________________________________________________________

Histórico: http://www.mail-archive.com/oracle_br@yahoogrupos.com.br/
Falar com os Moderadores:([EMAIL PROTECTED])
Dorian Anderson Soutto - Fernanda Damous - Alisson Aguiar 
______________________________________________________________________ 
Links do Yahoo! Grupos

<*> Para visitar o site do seu grupo na web, acesse:
    http://br.groups.yahoo.com/group/oracle_br/

<*> Para sair deste grupo, envie um e-mail para:
    [EMAIL PROTECTED]

<*> O uso que você faz do Yahoo! Grupos está sujeito aos:
    http://br.yahoo.com/info/utos.html

 


Responder a