› Fóruns › Banco de dados Oracle › Erro ORA-06512 sem erro de origem › Erro ORA-06512 sem erro de origem
21 de outubro de 2010 às 4:19 pm
#96508
Participante
Post as intruções da linha
ORA-06512: at “OPSS.PG_CALCULO”, line 36207
ORA-06512: at “OPSS.PG_CALCULO”, line 36284
ORA-06512: at “OPSS.PG_CALCULO”, line 1861
ORA-06512: at “OPSS.PG_CALCULO”, line 281
Error:
ORA-06512: at line
Cause:
This error message indicates the line number in the PLSQL code that the error resulted.
For example, if you had the following PLSQL code:
declare
v_number number(2);
begin
v_number := 100;
end;