I have a trigger which I'm trying to use to update the same table it listens to.
However, upon submitting a create or update, I get the following errors:
ORA-04091: table [username].ADDRESSES is mutating, trigger/function may not see it ORA-06512: at "[username].ADDRESSES_T1", line 9 ORA-04088: error during execution of trigger '[username].ADDRESSES_T1'
I appreciate any help!