When I was testing with one row update/delete, event trigger worked properly, but when with multiple rows update/delete, event trigger only running for couple rows not all, for example
UPDATE employee SET emp_status = 'N' WHERE emp_id = 1 --> working well.
UPDATE employee SET emp_status ='N' --> not working well, event trigger not fired for all rows, only couple rows (random).
Could you help me for this situation ? Thanks a lot.
I've a problem.
Sorry for my bad english
When I was testing with one row update/delete, event trigger worked properly, but when with multiple rows update/delete, event trigger only running for couple rows not all, for example UPDATE employee SET emp_status = 'N' WHERE emp_id = 1 --> working well. UPDATE employee SET emp_status ='N' --> not working well, event trigger not fired for all rows, only couple rows (random).
Could you help me for this situation ? Thanks a lot.