QUOTE:
原帖由
Yong Huang 于 2008-6-20 05:41 发表
The times the rows are inserted into the logging table are exactly the same. I didn't check v$sql* views but the times are likely the same too. When one trigger is fired, the other one is immediately fired. So the times are too close. However, if the trigger logic has long running SQLs or sleep, then you may be able to see the time difference. I didn't check that.
I uploaded the testing code here:
http://yong321.freeshell.org/oranotes/TriggerFiringOrder.txt
Yong Huang