Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to create access control administration page.

Marcel HoefsSep 13 2017 — edited Sep 14 2017

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.

This post has been answered by Marcel Hoefs on Sep 14 2017
Jump to Answer

Comments

S VISHAL KUMAR

Is the space in the folder name mandatory ? Please change the folder name to single word or use _ in between and try again.

Thanks,

Vishal Kumar

S VISHAL KUMAR

Hello,

It seems, OATS requires that the installation directory does not contain any special characters and may be because of space it is not working as expected.

Thanks,

Vishal Kumar

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 12 2017
Added on Sep 13 2017
1 comment
357 views