aiaiDBA

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

13718043309

010-86462881

ORA-04095: trigger 'string' already exists on another table, cannot replace it

ORA-04095: trigger 'string' already exists on another table, cannot replace it
Cause: Cannot replace a trigger which already exists on a different table than the one being replaced.
Action: Drop the trigger with the same name and re-create it.

请先 登录 后评论

1 个回答

小智
ORA-04095:触发器' 串 '已经存在于另一个表,不能代替它,
.原因:无法替换已经存在于与要替换的表不同的表上的触发器。,
.操作:删除具有相同名称的触发器并重新创建。,
.
请先 登录 后评论