APEX_UTIL.CREATE_USER from public apex page gives error. I am getting below error while creating a new user from Apex public page.
ORA-20001: User requires ADMIN privilege to perform this operation.
In my app I've provided a signup option for the end user. User can register with email and password. I am using apex authentication for this app.