Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Install
  4. Data Archive Installation
  5. Data Vault Installation
  6. Application Accelerator Installation
  7. Application Retirement for Healthcare Accelerator Installation
  8. MongoDB Accelerator Installation
  9. Salesforce Accelerator Installation
  10. After You Install
  11. Data Archive Upgrade
  12. Data Vault Upgrade
  13. Upgrading Oracle History Data
  14. Upgrading PeopleSoft History Data
  15. ILM Data Validation Option Setup
  16. Data Archive Source and Target Database Requirements
  17. Data Archive Connectivity
  18. Data Archive Uninstallation
  19. SAP Application Retirement
  20. Database Users and Privileges
  21. Data Visualization Designer Installation
  22. Data Archive Installation Requirements Checklist and Architecture Options

Installation and Upgrade Guide

Installation and Upgrade Guide

Administration User

Administration User

The administration database user has DBA rights to the database, including the ability to run DDL and access system-level objects.
The administration user typically resides on both the source and target databases. During the archive process, the administration user queries the catalog tables. You can use the administration user to create and drop the public database link if the database link to the repository does not exist.
The administration user requires the following user privileges for the installation:
  • GRANT CONNECT
  • ALTER SESSION
  • CREATE SESSION
  • SELECT_CATALOG_ROLE
  • CREATE USER
  • ALTER USER
  • CREATE TABLESPACE
  • grant any privilege TO
    user_name
    with admin option
The administration user typically requires the following user privileges for archive processes:
  • SELECT DBA_SEGMENTS. Required for the generate candidates row count report.
  • SELECT ANY TABLE. Not required if the administration user has access to application user tables.
  • CREATE PUBLIC DATABASE LINK. Not required if the archive connection definition includes the database link name.
  • DROP PUBLIC DATABASE LINK. Not required if the archive connection definition includes the database link name.
The administration user requires the following user privilege for smart partitioning:
  • GRANT ANY OBJECT PRIVILEGE
The administration user requires select privileges on the following views in order for the DGA Data Collection job to run successfully:
  • DBA_DATA_FILES
  • DBA_FREE_SPACE
  • DBA_INDEXES
  • DBA_SEGMENTS
  • DBA_TABLES
  • DBA_TABLESPACES

Microsoft SQL Server Requirements

On Microsoft SQL Server, the Administration user must have the serveradmin role.

0 COMMENTS

We’d like to hear from you!