Oracle DBA, How To, Error, Cause and Action

ORA-04084: cannot change NEW values for this trigger type

ORA-04084: cannot change NEW values for this trigger type


Cause:


New trigger variables can only be changed in before row insert or update triggers.



Action:


Change the trigger type or remove the variable reference.

No comments:

Post a Comment

Thanks for your comment.