martes, 29 de marzo de 2011

ORA-06512: at line

This error message indicates the line number in the PLSQL code that the error resulted.
Este mensaje no te dice el error unicamente te dice en que linea ocurrio el error.


declare
v_number number(2);
begin
  v_number := 1/0;
end;



resultado.
aqui te diria
ORA-06512: at line 4
ORA-01476: divisor is equal to zero

No hay comentarios:

Publicar un comentario