Privileges for Reportuser in Oracle Database

The reportuser user manages tasks related to the RiskVision Report Server in Oracle database has the following default privileges:

Privilege

Description

DROP USER CASCADE;

Allows dropping a user along with

dependencies.

CREATE USER PROFILE default IDENTIFIED BY compliance DEFAULT

TABLESPACE AGLDATA TEMPORARY TABLESPACE AGLTEMP ACCOUNT

UNLOCK;

Allows creating a user on AGLDATA

tablespace with Unlock Account privilege

GRANT CREATE SESSION TO ;

Allows connecting the database to create

a user session.

GRANT CREATE SYNONYM TO reportuser;

Allows creating a synonym in your own

schema.

GRANT CREATE TRIGGER TO ;

Allows creation of triggers. For example

the agl_alterjssess_onlogon trigger.