Oracle Error Message
ORA-31133: Cannot execute handler “string”.”string” with invoker rights
Reason for the Error
Attempted to invoke an event handler with invoker rights when the SET-INVOKER attribute in the resource configuration that defines the handler was not set to TRUE.
Solution
Either redefine the named handler with definer rights or change the SET-INVOKER attribute in the resource configuration that defines the named handler to TRUE.