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. ILM Data Validation Option Setup
  14. Data Archive Source and Target Database Requirements
  15. Data Archive Connectivity
  16. Data Archive Uninstallation
  17. SAP Application Retirement
  18. Appendix A: Database Users and Privileges
  19. Appendix B: Data Visualization Designer Installation
  20. Appendix C: 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:
Oracle Privileges
Microsoft SQL Server Privileges
IBM Db2 Privileges
ALTER SESSION
ALTER EVENT SESSION
ALTER SESSION
ALTER USER
ALTER USER
CREATE SESSION
CREATE EVENT SESSION
CREATE EVENT SESSION
CREATE USER
CREATE USER
CREATE TABLESPACE
Not applicable
GRANT CONNECT
GRANT CONNECT/CREATE USER
SELECT_CATALOG_ROLE
SELECT
Grant any privilege TO
user_name
with admin option.
Grant any privilege TO
user_name
with admin option.
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 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!