I am unable to create an Access Control Administration Page using the wizard. The wizard ends with the rather uninformative error message:
"
1 error has occurred
- Unable to create access control administration page.
"
I am using:
- Apex 5.1.1.00.08 on Oracle 12.2.0.1 EE
- parsing schema database user has the following privileges directly granted:
- create table
- create trigger
- create sequence
- create procedure
After running the wizard the following database objects have been created:
- APEX_ACCESS_CONTROL_SEQ => sequence
- APEX_ACCESS_SETUP => table
- BI_APEX_ACCESS_SETUP => trigger
- APEX_ACCESS_SETUP_PK => index
- APEX_ACCESS_SETUP_UK => index
So part of the work the wizard intends to perform was successful.
I have read other discussions on this problem and I have tried granting the following privileges mentioned in these discussions directly to the parsing schema database user without effect:
- create any context
- create cluster
- create dimension
- create indextype
- create job
- create materialized view
- create operator
- create synonym
- create type
- create view
- select any table
So now I am stuck and hoping somebody has an idea how to debug this problem. Or of course how to solve this problem.
Thank you for your help.
Marcel.