Release Information

Introduction

Getting Started

Delphix Engine System Administration

Virtual Database Management with the Delphix Engine

Data Backup and Recovery

Delphix Modernization Engine

Delphix Masking

Virtualizing Unstructured Files in the Delphix Engine

Virtualizing Oracle E-Business Suite in the Delphix Engine

JetStream

Mission Control

Delphix Express User Guide

Reference


Documentation for Previous Versions of the Delphix Engine

Delphix Server 3.0 Documentation
Delphix Server 3.1 Documentation
Delphix Engine 3.2 Documentation
Delphix Engine 4.0 Documentation
Delphix Engine 4.1 Documentation
Delphix Engine 4.2 Documentation
Delphix Engine 4.3 Documentation

Skip to end of metadata
Go to start of metadata

Introduction:

This document provides the recommended list of permissions required for executing Masking and Profiling jobs on the Delphix Masking Engine.

Recommend creating a separate Database user (i.e. named -“Masking User”) to be created across all the databases with the appropriate permissions on the schemas to be masked. If needed create multiple users. The appropriate permissions for the database “Masking User” are listed below.

The benefits of having a separate DB “Masking User”:

  1. It makes replicating the new user (and privileges) easier.  
  2.  Much easier during access Audits.       
  3. Can be created as central AD user and used at many places simultaneously.

List of Database Entitlements Required to Run Masking Jobs:

  • Read data from Tables
  • Write data to Tables
  • Update data in tables
  • Create indexes
  • Drop indexes
  • Create triggers
  • Drop triggers
  • Disable triggers
  • Enable triggers
  • Alter tables add column
  • Alter table delete column
  • Create constraints
  • Delete constraints
  • Disable constraints
  • Enable constraints

List of Database Entitlements Required to Run Profiling Jobs:

  • View Definition (Schema)
  • Read Data from Tables
  • No labels