oracel dml错误日志

Posted xuzhong86

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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;

 

以上是关于oracel dml错误日志的主要内容,如果未能解决你的问题,请参考以下文章

使用触发器对学生表操作进行日志记录

oracel 通过dblink 调用mssql 存储过程

argparse 代码片段只打印部分日志

常用python日期日志获取内容循环的代码片段

oracel 数据库问题 ORA-12547 ORA-12571 解决记录

审核日志未为 Cloud-SQL 生成 DML 语句日志