摘要:
最近工作中写了一触发器报错:ORA-04091:table XX is mutating, trigger/function may not see it。 下面通过官方文档及网友提供资料分析一下错误原因及解决方法: 1.查看oracle官方文档: 原因:触发器(或者被语句中引用的用户自定义PL/S 阅读全文
摘要:
1、什么是Oracle自治事务 在官方文档中,是这样的定义的“Autonomous transactions are independent transactions that can be called from within another transaction.”就是说它被一个事务调用的事务 阅读全文
摘要:
SAVEPOINT 由官方文档提供http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_10001.htm#SQLRF01701 1. 目的: Use the SAVEPOINT statement to identify 阅读全文