I have written a trigger AFTER Update that add the time of the modification and the user id to the modified record to ensure a traceability.
When the after update is triggered I have the error message "ORA-04091" that says that I can't access a mutation table, i.e. as the table is already in modification, thetrigger can't add more information.
Is there a way to achieve this via the trigger ?
Thanks in advance
When the after update is triggered I have the error message "ORA-04091" that says that I can't access a mutation table, i.e. as the table is already in modification, thetrigger can't add more information.
Is there a way to achieve this via the trigger ?
Thanks in advance