ORA-31133: Cannot execute handler "string
"."string" with invoker rightsWhat 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.