Re: RES: [oracle_br] ERRO ORA-600 URGENTEEEEEEEEE !!

2005-07-22 Por tôpico Márcio
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

* 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

 





Re: RES: [oracle_br] ERRO ORA-600 URGENTEEEEEEEEE !!

2005-07-22 Por tôpico Mario Conglom
[]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%20errorp_database_id=NOTp_document_id=1080640.6p_username=PARTNERS
 
Go to End 
https://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=1080640.6p_showHeader=1p_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 URGENTE !!



 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

Re: RES: [oracle_br] ERRO ORA-600 URGENTEEEEEEEEE !!

2005-07-22 Por tôpico Márcio
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 


NAO ENTENDI COMO ELE CHEGA AO NUMERO DECIMAL QUE É O NUMERO DO OBJETO, VC PODE 
ME DAR UMA EXPLICAÕA !! ??


ABRAÇOS
  - Original Message - 
  From: jose rodrigues 
  To: oracle_br@yahoogrupos.com.br 
  Sent: Friday, July 22, 2005 11:15 AM
  Subject: RE: RES: [oracle_br] ERRO ORA-600 URGENTE !!


  Marcio,

  Aqui tens a nota: Note:1080640.6

  Que te diz que deves fazer:


  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.



  Qualquer duvida, dispõe

  José Rodrigues




  

  De: oracle_br@yahoogrupos.com.br em nome de Márcio
  Enviada: sex 22-07-2005 15:11
  Para: oracle_br@yahoogrupos.com.br
  Assunto: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!



  COMO FAÇO PRA SABER QUAL DELES É ?? PQ QUANDO EU SALVO O PEDIDO EU GRAVO EM 
UM MONTE DE TABELAS ENTENDEU ??


  ABRRAÇOS
- Original Message -
From: jose rodrigues
To: oracle_br@yahoogrupos.com.br
Sent: Friday, July 22, 2005 11:09 AM
Subject: RE: RES: [oracle_br] ERRO ORA-600 URGENTE !!


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 URGENTE !!



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

  a.. Para visitar o site do seu grupo na web, acesse:
  http://br.groups.yahoo.com/group/oracle_br/
   
  b.. Para sair deste grupo, envie um e-mail para:
  [EMAIL PROTECTED]
   
  c.. O uso que você faz do Yahoo! Grupos está sujeito aos Termos do 
Serviço do Yahoo!.



  [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

RE: RES: [oracle_br] ERRO ORA-600 URGENTEEEEEEEEE !!

2005-07-22 Por tôpico jose rodrigues
Marcio,
 
No teu alert quando aparece o erro ele diz que escreveu mais informação num 
trace.
 
Nesse Trace deves ter algo parecido com isto: 
seg/obj: 0x6190 csc: 0x00.4e537b5  itc: 2  flg: -typ: 2 - INDEX

Onde o 0x6190 é o valor em hexa que corresponde ao object_id.

José Rodrigues





De: oracle_br@yahoogrupos.com.br em nome de Márcio
Enviada: sex 22-07-2005 15:45
Para: oracle_br@yahoogrupos.com.br
Assunto: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!



alguem pode me dar uma explicação de como ele chegou nesse numero decimal ?? do 
objeto ??

abraços
  - Original Message -
  From: Mario Conglom
  To: oracle_br@yahoogrupos.com.br
  Sent: Friday, July 22, 2005 11:27 AM
  Subject: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!


  []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%20errorp_database_id=NOTp_document_id=1080640.6p_username=PARTNERS
Go to End
  
https://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=1080640.6p_showHeader=1p_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 URGENTE !!
  
  
  
   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

Re: RES: [oracle_br] ERRO ORA-600 URGENTEEEEEEEEE !!

2005-07-22 Por tôpico Márcio
EU ACHEI O NUMERO DO OBJETO E DROPEI, MAS QUANDO EU FAÇO O SELECT NA VIEW 
DBA_OBJECTS E NA USER_OBJECTS AINDA ESTAO LÁ ! E O PROBLEMA CONTINUA E EU AINDA 
NAO CONSIGO RECRIÁ-LAS O QUE EU TENHO QUE FAZER ???




  - Original Message - 
  From: Márcio 
  To: oracle_br@yahoogrupos.com.br 
  Sent: Friday, July 22, 2005 11:45 AM
  Subject: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!


  alguem pode me dar uma explicação de como ele chegou nesse numero decimal ?? 
do objeto ??

  abraços
- Original Message - 
From: Mario Conglom 
To: oracle_br@yahoogrupos.com.br 
Sent: Friday, July 22, 2005 11:27 AM
Subject: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!


[]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%20errorp_database_id=NOTp_document_id=1080640.6p_username=PARTNERS
 
  Go to End 

https://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=1080640.6p_showHeader=1p_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 URGENTE !!



 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

RE: RES: [oracle_br] ERRO ORA-600 URGENTEEEEEEEEE !!

2005-07-22 Por tôpico jose rodrigues
Marcio, 
 
Tenta criar o mesmo objecto, com outro novo e recolhe as estatísticas dessa 
tabela e dos indices, para ver se assim consegues que a query use outro indice.
 
José Rodrigues



De: oracle_br@yahoogrupos.com.br em nome de Márcio
Enviada: sex 22-07-2005 17:34
Para: oracle_br@yahoogrupos.com.br
Assunto: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!



EU ACHEI O NUMERO DO OBJETO E DROPEI, MAS QUANDO EU FAÇO O SELECT NA VIEW 
DBA_OBJECTS E NA USER_OBJECTS AINDA ESTAO LÁ ! E O PROBLEMA CONTINUA E EU AINDA 
NAO CONSIGO RECRIÁ-LAS O QUE EU TENHO QUE FAZER ???




  - Original Message -
  From: Márcio
  To: oracle_br@yahoogrupos.com.br
  Sent: Friday, July 22, 2005 11:45 AM
  Subject: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!


  alguem pode me dar uma explicação de como ele chegou nesse numero decimal ?? 
do objeto ??

  abraços
- Original Message -
From: Mario Conglom
To: oracle_br@yahoogrupos.com.br
Sent: Friday, July 22, 2005 11:27 AM
Subject: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!


[]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%20errorp_database_id=NOTp_document_id=1080640.6p_username=PARTNERS
  Go to End

https://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=1080640.6p_showHeader=1p_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 URGENTE !!



 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

Re: RES: [oracle_br] ERRO ORA-600 URGENTEEEEEEEEE !!

2005-07-22 Por tôpico Márcio
SQL  alter table ft_pedidos ADD constraint FT_PEDIDOS_FK17 FOREIGN KEY 
(EMPRESA,COD_OPER)
  2  REFERENCES  FT_OPER (EMPRESA,COD_OPER);
 alter table ft_pedidos ADD constraint FT_PEDIDOS_FK17 FOREIGN KEY 
(EMPRESA,COD_OPER)
   *
ERRO na linha 1:
ORA-02298: não é possível validar (SAGE3.FT_PEDIDOS_FK17) - chaves mães não 
localizadas


ESTA MUITO ESTRANHO !!

POIS AS CHAVES ESTAO TODAS LÉ E ELE TÁ DANDO ESSE ERRO !!!

NAO SEI MAIS O QUE FAZER !! TENTEI CRIAR COM OUTRO NOME ANTES ERA FK3 E AGORA 
COLOQUEI FK17 MAS MESMO ASSIM !! NAO CRIA ! E NO MEU SISTEMA EU POSSO TRABLAHAR 
SEM ESSA CONSTRAINT, MAS MESMO ASSIM ELE AINDA DÁ ERRO DE ARGUMENTO ORA-600

NAO SEI MAIS O QUE FAZER !!!





  - Original Message - 
  From: jose rodrigues 
  To: oracle_br@yahoogrupos.com.br 
  Sent: Friday, July 22, 2005 1:42 PM
  Subject: RE: RES: [oracle_br] ERRO ORA-600 URGENTE !!


  Marcio, 

  Tenta criar o mesmo objecto, com outro novo e recolhe as estatísticas dessa 
tabela e dos indices, para ver se assim consegues que a query use outro indice.

  José Rodrigues

  

  De: oracle_br@yahoogrupos.com.br em nome de Márcio
  Enviada: sex 22-07-2005 17:34
  Para: oracle_br@yahoogrupos.com.br
  Assunto: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!



  EU ACHEI O NUMERO DO OBJETO E DROPEI, MAS QUANDO EU FAÇO O SELECT NA VIEW 
DBA_OBJECTS E NA USER_OBJECTS AINDA ESTAO LÁ ! E O PROBLEMA CONTINUA E EU AINDA 
NAO CONSIGO RECRIÁ-LAS O QUE EU TENHO QUE FAZER ???




- Original Message -
From: Márcio
To: oracle_br@yahoogrupos.com.br
Sent: Friday, July 22, 2005 11:45 AM
Subject: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!


alguem pode me dar uma explicação de como ele chegou nesse numero decimal 
?? do objeto ??

abraços
  - Original Message -
  From: Mario Conglom
  To: oracle_br@yahoogrupos.com.br
  Sent: Friday, July 22, 2005 11:27 AM
  Subject: Re: RES: [oracle_br] ERRO ORA-600 URGENTE !!


  []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%20errorp_database_id=NOTp_document_id=1080640.6p_username=PARTNERS
Go to End
  
https://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=1080640.6p_showHeader=1p_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 URGENTE