Oracle DBA, How To, Error, Cause and Action

ORA-04082: NEW or OLD references not allowed in table level triggers

ORA-04082: NEW or OLD references not allowed in table level triggers


Cause:


The trigger is accessing "new" or "old" values in a table trigger.



Action:


Remove any new or old references.

No comments:

Post a Comment

Thanks for your comment.