Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24da4d6 commit d9cfbe3Copy full SHA for d9cfbe3
1 file changed
source/api/ut_runner.pkb
@@ -37,6 +37,8 @@ create or replace package body ut_runner is
37
exception
38
when others then
39
ut_output_buffer.close(l_listener.reporters);
40
+ dbms_output.put_line(dbms_utility.format_error_backtrace);
41
+ dbms_output.put_line(dbms_utility.format_error_stack);
42
raise;
43
end;
44
0 commit comments