报错ORA-04098:触发器无效且未通过重新验证(Error ora-04098: trigger is invalid and fails to be revalidated)-其他
报错ORA-04098:触发器无效且未通过重新验证(Error ora-04098: trigger is invalid and fails to be revalidated)
我的问题找到了,有来自两个方面的
一个触发器的名称和调用的触发器的名称不一致
触发器代码最后的”/”要去掉
————————
My problem has been found, which comes from two aspects
The name of a trigger is inconsistent with the name of the trigger called
The “/” at the end of the trigger code should be removed