Mutating Trigger (but not always)
Hi, I am running Oracle 19.3 on Windows2K19
When I try to insert a single row "as select" into a table that has before insert row trigger, I am receiving mutating trigger error. However if I run the same insert as INSERT ... VALUES... , it works.
What am I missing? Does anyone know if it's a bug?
Thanks,
Eugene