create or replace procedure test
As
begin
...
exception
when others then
--print exception
dbms_output.put_line(DBMS_UTILITY.FORMAT_ERROR_STACK);
end test;
全站熱搜
create or replace procedure test
As
begin
...
exception
when others then
--print exception
dbms_output.put_line(DBMS_UTILITY.FORMAT_ERROR_STACK);
end test;