2008年8月25日星期一

oracle 异常处理

Exception
when no_data_found then
dbms_output.put_line('no data return'); --自己的处理语句
when others then
rollback;--自己的处理语句

没有评论: