摘要:
error scenario:update a set field1 = functionA() where ...function functionA return varchar2asbegin...--may beraise_application_error(-20000,'TEST');...EXCEPTIONWHEN OTHERS THEN log_to_table(...) Commit;end functionA;Most of the time, functionA will not cause any problem. It log into log tab 阅读全文
posted @ 2011-08-16 10:04
wzc998
阅读(1188)
评论(0)
推荐(0)
浙公网安备 33010602011771号