Oracle DBA, How To, Error, Cause and Action

ORA-04077: WHEN clause cannot be used with table level triggers

ORA-04077: WHEN clause cannot be used with table level triggers


Cause:


The when clause can only be specified for row level triggers.



Action:


Remove the when clause or specify for each row.

No comments:

Post a Comment

Thanks for your comment.