ORA-06512 at string line string Tips and Example
Cause: Backtrace message as the stack is unwound by unhandled exceptions. This is basically to indicate where a particular error number occurred in an operation.
Example 1:
declare
l_fname varchar2(3);
begin
l_fname := ‘abcd’;
end;
/
Continue reading
Recent Comments