oracel dml错误日志

--生成错误日志表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;

 

posted @ 2017-10-08 12:47  xuzhong86  阅读(175)  评论(0编辑  收藏  举报