Automations and ORA-20987: APEX - User nobody requires ADMIN privilege to perform this operation
Hi,
This automation needs to call APEX_UTIL.RESET_PASSWORD (actually also CREATE_USER and REMOVE_USER), which as stated in Oracle Documentation needs Administrative Privileges. Automations seems to run, by default, with user NOBODY, which has no such privileges.
So I've tried several things but I get the same ORA error every time. This is what I've tried:
- Turn on all Runtime API Usage in the Application\Security settings for the application the automation belongs to.
- Call the RESET_PASSWORD both at the automation's Action level and from a Package called from the automation's action.
- Use the APEX_UTIL.SET_SECURITY_GROUP_ID to the Workspace ID of the automation's application.