aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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.

请先 登录 后评论

1 个回答

小智
ORA-04077:WHEN子句不能与表级触发器一起使用,
.原因:只能为行级触发器指定when子句。,
.操作:删除when子句或为每行指定。,
.
请先 登录 后评论