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