文档解释
ORA-25022: cannot reference a trigger of a different type
Cause: Referenced trigger in the FOLLOWS or PRECEDES clause was either a different type or not a compound trigger.
Action: Create the referenced trigger as the same type or a compound trigger.
。
ORA-25022: cannot reference a trigger of a different type
官方解释
客户端尝试从数据库触发器引用不同类型的触发器。
ORA-25022: 不能从数据库触发器引用不同类型的触发器
常见案例
案例1:客户端尝试从某一类型的自定义数据库触发器引用另一类型的触发器时可能会发生这种状况。
一般处理方法及步骤
1.确保触发器引用的是相同类型的触发器。
2.确保触发器使用正确的名称和格式。
3.重新创建触发器时,确保所使用的数据库版本与目标数据库版本一致。
4.确保相关的句柄(表,库)正确的被调用。