Wednesday, 4 June 2014

ORA-06512: at line

Error:
ORA-06512: at line
Cause:

This error message indicates the line number in the PLSQL code that the error resulted.
Action:

For example, if you had the following PLSQL code:
declare
v_number number(2);
begin
v_number := 100;
end;


You would receive the error message:

No comments:

Post a Comment