捕捉异常例如begin insert into xxx(a) values('qwdqdqdqw'); exception when others then DBMS_OUTPUT.put_line('sqlerrm : ' ||sqlerrm); end