The database user that will be used for initial database creation must have the following privileges. This database user does not need to be used for general application connectivity outside of these tasks.
-
Membership of the SELECT_CATALOG_ROLE database role with the admin option.
-
The CREATE SESSION privilege with the admin option.
-
The CREATE TABLE privilege with the admin option.
-
The CREATE VIEW privilege with the admin option.
-
The UNLIMITED TABLESPACE privilege with the admin option.
-
The CREATE ROLE privilege.
-
The GRANT ANY ROLE privilege.
-
The CREATE USER privilege.
-
The CREATE TABLESPACE privilege.
-
The CREATE ANY INDEX privilege.
-
The CREATE ANY TABLE privilege.
-
The GRANT ANY OBJECT PRIVILEGE privilege.
-
The SELECT ANY TABLE privilege.
-
The INSERT ANY TABLE privilege.
-
The UPDATE ANY TABLE privilege.
-
The DELETE ANY TABLE privilege.
-
The SELECT ANY SEQUENCE privilege.
-
The CREATE ANY SEQUENCE privilege.