ORA-04092: cannot string in a trigger
Cause: A trigger attempted to commit or rollback.
Action: Rewrite the trigger so it does not commit or rollback.
ORA-04092错误表示尝试在触发器中更新另一个触发器/函数是无效的。
1.仔细检查触发器/函数,确保他们没有引用另一个触发器/函数。
2.删除在触发器/函数中的关联字段。
3.在必要的地方添加触发器/函数的列。
4.重新检查外键,确保它们工作正常。
5.重新执行触发器/函数,应该没有问题了。