最近要做一个DB job的feature做数据备份,但是其中一个需求是当程序出错时要用log记录出错的那一条数据,
我在想我用的是:
insert into (A,B)TABLE1 select A, B FROM TABLE1@DB_LINK 语句进行备份,这个如果失败的话不是整个都不成功吗?
那如何才能记录出错的那条呢?这个可以实现吗?
在proc里怎么写日志呢?
求帮助啊
scry.info的博客I'm currently working on a project that uses log4j.I'm running a testcase (junit) and would like to set the log level to trace so that I can see if all the values are correct. Classes that use logging...
zhangyu19881125的博客今天遇到了一个小问题, 我用下面的代码调用一个function 的时候, 里面的日志没有打印在INV log里面. 折腾了好久. SET serveroutput ON; DECLARE a VARCHAR2(100); BEGIN mo_global.set_policy_context('S', 204...