Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Connection Management
  5. JDBC Client Configuration
  6. ODBC Client Configuration
  7. Access Control
  8. Logs
  9. High Availability
  10. Server Control
  11. Performance Tuning

Administrator Guide

Administrator Guide

Oracle Database Administrator Required Privileges

Oracle Database Administrator Required Privileges

The database administrator must have privileges to access sensitive tables and columns.
Run the following database commands to create a database administrator user name and password for Dynamic Data Masking:
  • CREATE USER ACTIVE IDENTIFIED BY <XXXX>
  • ALTER USER ACTIVE QUOTA UNLIMITED ON USERS
  • GRANT BECOME USER
  • GRANT CREATE SESSION TO ACTIVE
  • GRANT ALTER SESSION
  • GRANT SELECT ANY TABLE TO ACTIVE
  • GRANT SELECT ANY DICTIONARY TO ACTIVE

0 COMMENTS

We’d like to hear from you!