RoDJeR
1
After executing the PL/SQL block, Toad does not show an ORA exception
declare
function f1 return number
is
v_res number;
begin
v_res := 1+1;
end f1;
begin
dbms_output.put_line(f1);
end;
error is displayed correctly in sqlplus
list of exceptions is empty
how to fix it?
Hi RoDjeR,
This is a bug in Toad. I am able to reproduce it and will fix. I'm sorry, there is no workaround.
Toad is not ignoring all exceptions. Only ORA-06503 and ORA-06543.
-John
RoDJeR
3
Hi John,
I hope this error will be fixed in the new version of Toad.
Yes. It will be fixed in Monday's beta and in 16.0 which will be released in April.