--生成错误日志表EMP_ERRbegin 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错误日志
原文:http://www.cnblogs.com/xuzhong86/p/7637065.html