Folks,
Starting with APEX 4.2.1 (or maybe a bit earlier, not positive on this) there is a role created with APEX called APEX_GRANTS_FOR_NEW_USERS_ROLE. It contains the following system privs:
SYSTEM PRIVS ADMIN OPTION
CREATE CLUSTER N
CREATE DIMENSION N
CREATE INDEXTYPE N
CREATE JOB N
CREATE MATERIALIZED VIEW N
CREATE OPERATOR N
CREATE PROCEDURE N
CREATE SEQUENCE N
CREATE SESSION N
CREATE SYNONYM N
CREATE TABLE N
CREATE TRIGGER N
CREATE TYPE N
CREATE VIEW N
It's not documented (as far as I can tell).
Question: Needed? Not needed? Will it be documented?
It seems a bit redundant as these privs are usually granted through other means...