o
$ oerr ora 04098
04098, 00000, "trigger '%s.%s' is invalid and failed re-validation"
// *Cause: A trigger was attempted to be retrieved for execution and was
// found to be invalid. This also means that compilation/authorization
// failed for the trigger.
// *Action: Options are to resolve the compilation/authorization errors,
// disable the trigger, or drop the trigger.
触发器本身就有问题?
或者是不是所倚赖的对象发身了变化?
重新编译,看看有没有问题
或者帖出你的代码
|