1. 程式人生 > >oracel dml錯誤日誌

oracel dml錯誤日誌

sele creat 生成 mit span ora log end class

--生成錯誤日誌表EMP_ERR
begin
dbms_errlog.create_error_log(EMP,EMP_ERR); end;
--錯誤記錄插入到EMP表中
insert into emp select * from emp log errors into EMP_ERR reject limit unlimited;

oracel dml錯誤日誌