Oracle DBA, How To, Error, Cause and Action

ORA-04098: trigger 'string.string' is invalid and failed re-validation

ORA-04098: trigger 'string.string' 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.

No comments:

Post a Comment

Thanks for your comment.