ORA-04088: error during execution of trigger
Hi,
We're on Oracle database 11.2.0.3. I'm trying to create a Before Delete trigger on a table to prevent deletions based on another table. The trigger is working and trapping the message, but I'm getting an error message:
ORA-06512: at "TRG_XXX", line 18
ORA-04088: error during execution of trigger
I'm hoping someone might have an idea.
Thanks,
Joe