- Este tópico contém 3 respostas, 3 vozes e foi atualizado pela última vez 18 anos, 8 meses atrás por
gustavodesa.
-
AutorPosts
-
4 de julho de 2007 às 4:42 pm #79932
Anônimo
Alguem poderia ajudar?! Ja é a segunda vez ao executar o DBMS que ocorre o seguinte erro:
SQL> exec dbms_stats.GATHER_SCHEMA_STATS(OWNNAME=>’BAAN’,METHOD_OPT=>’FOR ALL INDEXED COLUMNS’,CASCADE=>TRUE);
BEGIN dbms_stats.GATHER_SCHEMA_STATS(OWNNAME=>’BAAN’,METHOD_OPT=>’FOR ALL INDEXED COLUMNS’,CASCADE=>TRUE); END;*
ERROR at line 1:
ORA-00600: internal error code, arguments: [16515], [D], [40], [224969], [1],
[0], [], []
ORA-06512: at “SYS.DBMS_STATS”, line 9136
ORA-06512: at “SYS.DBMS_STATS”, line 9616
ORA-06512: at “SYS.DBMS_STATS”, line 9800
ORA-06512: at “SYS.DBMS_STATS”, line 9854
ORA-06512: at “SYS.DBMS_STATS”, line 9831
ORA-06512: at line 1Está rodando em um banco (Produção) Oracle 9i versão 9.2.0.1.0 com windows 2003 server.
Ja realizei algumas pesquisas, mais não consigo encontrar a solução.Agradeço desde já…..
Obrigado…João Ricardo.
4 de julho de 2007 às 5:19 pm #79933Marcio68Almeida
ParticipanteO erro ORA-06512 pode ser encontrado no seguinte endereço :
http://ORA-06512.ora-code.comO problema é que é um erro muito genérico…
Você vai ter que rever o teu processo e, como nosso amigo Jack (o estripador), tem que fazer o procesos por partes para encontrar o erro que está te causando o problema…4 de julho de 2007 às 10:02 pm #79934Anônimo
[quote=”Marcio68Almeida”:2536sxr2]O erro ORA-06512 pode ser encontrado no seguinte endereço :
http://ORA-06512.ora-code.comO problema é que é um erro muito genérico…
Você vai ter que rever o teu processo e, como nosso amigo Jack (o estripador), tem que fazer o procesos por partes para encontrar o erro que está te causando o problema…[/quote]Vlw Marcio……………ja vou pesquisar……….obrigado.
João Ricardo.
5 de julho de 2007 às 9:33 pm #79945gustavodesa
ParticipanteSubject: ORA-600 [16515]
Doc ID: Note:138523.1 Type: REFERENCE
Last Revision Date: 21-OCT-2005 Status: PUBLISHEDNote: For additional ORA-600 related information please read Note 146580.1
PURPOSE:
This article discusses the internal error “ORA-600 [16515]”, what
it means and possible actions. The information here is only applicable
to the versions listed and is provided only for guidance.ERROR:
ORA-600 [16515] [a] [b] [c] [d] [e]VERSIONS:
versions 7.0 to 10.1DESCRIPTION:
During a delete or update operation involving column statistics, the
statistics held in the row cache are found to be inconsistent with those
in the dictionary tables.This internal error is signalled when a histogram’s data is inconsistent.
FUNCTIONALITY:
Kernel Query processing layer Dictionary managementIMPACT:
PROCESS FAILURE
NON CORRUPTIVE – No underlying data corruption.Workaround:
Delete previous statistics and run analyze again.Known Issues:
Bug# 4244360 See Note 4244360.8
OERI[16515] during DBMS_STATS.gather_table_stats after split partition
Fixed: 9.2.0.8Bug# 2252824 See Note 2252824.8
ANALYZE TABLE with COLUMN STATISTICS may OERI:16515 or not collect statistics
Fixed: 9.0.1.4, 9.2.0.2, 10.1.0.2Espero ter ajudado !!
Gustavo de Sá
-
AutorPosts
- Você deve fazer login para responder a este tópico.