Combined User and Archive User for Seamless Access
Combined User and Archive User for Seamless Access
The combined user and archive user have query-only access to archived data. The users are required for seamless access for combined and history data. The combined user has access to view both the current and history data. The archive user has access to view the history data.
For Oracle, PeopleSoft, and Siebel applications, create both users on the production database for performance reasons.
Both users require the following user privileges:
ALTER SESSION
CREATE CLUSTER
CREATE DATABASE LINK
CREATE PROCEDURE
CREATE SEQUENCE
CREATE SESSION
CREATE SYNONYM
CREATE TABLE
CREATE TRIGGER
CREATE VIEW
EXECUTE ANY PROCEDURE
SELECT ANY SEQUENCE
SELECT ANY TABLE
SELECT_CATALOG_ROLE
SELECT ANY DICTIONARY
The following user privileges are required for Oracle applications:
AQ_ADMINISTRATOR_ROLE
CTXAPP
HR_REPORTING_USER
OLAP_USER
INSERT ANY TABLE (or specific to Oracle application tables where the report/form writes to the table)
UPDATE ANY TABLE (or specific to Oracle application tables where the report/form writes to the table)
DELETE ANY TABLE (or specific to Oracle application tables where the report/form writes to the table)
Use the following privileges to help improve Data Archive performance: