Oracle Solution for Error ora-31133

Solution for Oracle Error ORA-31133

ORA-31133: Cannot execute handler "string

"."string

" with invoker rights

What triggered 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.

What should we do to fix it:

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.