Oracle APEX - ORA-20987: APEX - User APEX_PUBLIC_USER requires ADMIN privilege to perform this opera
Oracle Products : Oracle Apex
Version: Product Build23.1.3
We are trying to create APEX USERs through a CUSTOM SIGN UP page.
To create the user we are using the API : APEX_UTIL.CREATE_USER (p_user_name => I.USER_NAME, p_web_password => I.WEB_PASSWORD); through a SCHEDULER JOB .
but we are getting the error:
ORA-20987: APEX - User APEX_PUBLIC_USER requires ADMIN privilege to perform this operation.