Table of Contents

Search

  1. Preface
  2. Starting Data Archive
  3. System Configuration
  4. Database Users and Privileges
  5. Source Connections
  6. Target Connections
  7. Archive Store Configuration
  8. Datatype Mapping
  9. Database Optimization
  10. SAP Application Retirement
  11. z/OS Source Data Retirement
  12. Seamless Data Access
  13. Data Discovery Portal
  14. Security
  15. SSL Communication with Data Vault
  16. LDAP User Authentication
  17. Auditing
  18. Running Jobs from External Applications
  19. Salesforce Archiving Administrator Tasks
  20. Upgrading Oracle History Data
  21. Upgrading PeopleSoft History Data
  22. Data Archive Maintenance
  23. Appendix A: Datetime and Numeric Formatting
  24. Appendix B: Data Archive Connectivity

Administrator Guide

Administrator 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!